org.millstone.webadapter
Class Theme.Author
java.lang.Object
|
+--org.millstone.webadapter.Theme.Author
- Enclosing class:
- Theme
- public class Theme.Author
- extends java.lang.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:
- 3.0.3
- Author:
- IT Mill Ltd.
Constructor Summary |
Theme.Author(java.lang.String name,
java.lang.String email)
|
Method Summary |
java.lang.String |
getEmail()
Get the email address of the author. |
java.lang.String |
getName()
Get the name of the author. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Theme.Author
public Theme.Author(java.lang.String name,
java.lang.String email)
getName
public java.lang.String getName()
- Get the name of the author.
- Returns:
- Name of the author.
getEmail
public java.lang.String getEmail()
- Get the email address of the author.
- Returns:
- Email address of the author.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
Copyright © 2000,2001,2002 IT Mill Ltd. All Rights
Reserved.