Hilbert II - Version 0.02.01

org.qedeq.kernel.bo.module
Class AuthorBo

java.lang.Object
  extended byorg.qedeq.kernel.bo.module.AuthorBo
All Implemented Interfaces:
Author

public final class AuthorBo
extends Object
implements Author

Describes a specification of a module, that means its name, versions and possible "physical" locations.

Version:
$Revision: 1.4 $

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

AuthorBo

public AuthorBo(Latex name,
                String email)
Constructs an author.

Parameters:
name - Author name.
email - Author's email address.

AuthorBo

public AuthorBo()
Constructs an empty author.

Method Detail

setName

public final void setName(Latex name)
Set authors name.

Parameters:
name - Name of author.

getName

public final Latex getName()
Description copied from interface: Author
Get name of author.

Specified by:
getName in interface Author
Returns:
Author name.

setEmail

public final void setEmail(String email)
Set authors email address.

Parameters:
email - Email address of author.

getEmail

public final String getEmail()
Description copied from interface: Author
Get email address of author.

Specified by:
getEmail in interface Author
Returns:
Author's email address.

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()

Hilbert II - Version 0.02.01

©left GNU General Public Licence
All Rights Reserved.