|
Hilbert II - Version 0.01.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.bo.module.AuthorBo
Describes a specification of a module, that means its name, versions and possible "physical" locations.
| Constructor Summary | |
AuthorBo()
Constructs an empty author. |
|
AuthorBo(Latex 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 authors email address. |
void |
setName(Latex name)
Set authors name. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AuthorBo(Latex name,
String email)
name - Author name.email - Author's email address.public AuthorBo()
| Method Detail |
public final void setName(Latex name)
name - Name of author.public final Latex getName()
Author
getName in interface Authorpublic final void setEmail(String email)
email - Email address of author.public final String getEmail()
Author
getEmail in interface Authorpublic boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.01.09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |