Class Theme.Author

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

Synopsis

VERSION@

Since

3.0

Inheritance Path.  java.lang.Object-> com.itmill.toolkit.terminal.web.Theme.Author

getEmail()

Parameters

return

Email address of the author.

Get the email address of the author.

getName()

Parameters

return

Name of the author.

Get the name of the author.

toString()

See Also
java.lang.Object.toString