|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itmill.toolkit.terminal.web.Theme.Author
public class Theme.Author
Author information class. This class represents an single author of a theme package. Authors have name and contact email address properties.
| 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 |
|---|
public Theme.Author(String name,
String email)
name - the name of the author.email - the email address of the author.| Method Detail |
|---|
public String getName()
public String getEmail()
public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||