|
Hilbert II - Version 0.03.02 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.dto.module.AuthorVo
Describes a QEDEQ module author.
| Constructor Summary | |
AuthorVo()
Constructs an empty author. |
|
AuthorVo(LatexVo name,
String email)
Constructs an author. |
|
| Method Summary | |
boolean |
equals(Object obj)
|
String |
getEmail()
Get email address of author. |
Latex |
getName()
Get name of author. |
int |
hashCode()
|
void |
setEmail(String email)
Set author's email address. |
void |
setName(LatexVo name)
Set name of author. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AuthorVo(LatexVo name,
String email)
name - Author name.email - Author's email address.public AuthorVo()
| Method Detail |
public final void setName(LatexVo name)
name - Author name.public final Latex getName()
Author
getName in interface Authorpublic final void setEmail(String email)
email - Email address.public final String getEmail()
Author
getEmail in interface Authorpublic boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.03.02 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |