com.itmill.toolkit.terminal.web
Class Theme.Author

java.lang.Object
  extended by com.itmill.toolkit.terminal.web.Theme.Author
Enclosing class:
Theme

public class Theme.Author
extends Object

Author information class. This class represents an single author of a theme package. Authors have name and contact email address properties.

Since:
3.0
Version:
4.1.4
Author:
IT Mill Ltd.

Constructor Summary
Theme.Author(String name, String email)
          Constructor for Author Information Class.
 
Method Summary
 String getEmail()
          Gets the email address of the author.
 String getName()
          Gets the name of the author.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Theme.Author

public Theme.Author(String name,
                    String email)
Constructor for Author Information Class.

Parameters:
name - the name of the author.
email - the email address of the author.
Method Detail

getName

public String getName()
Gets the name of the author.

Returns:
the Name of the author.

getEmail

public String getEmail()
Gets the email address of the author.

Returns:
the Email address of the author.

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.