Hilbert II - Version 0.03.04

org.qedeq.kernel.dto.module
Class AuthorVo

java.lang.Object
  extended byorg.qedeq.kernel.dto.module.AuthorVo
All Implemented Interfaces:
Author

public class AuthorVo
extends Object
implements Author

Describes a QEDEQ module author.

Version:
$Revision: 1.7 $

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

AuthorVo

public AuthorVo(LatexVo name,
                String email)
Constructs an author.

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

AuthorVo

public AuthorVo()
Constructs an empty author.

Method Detail

setName

public final void setName(LatexVo name)
Set name of author.

Parameters:
name - Author name.

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 author's email address.

Parameters:
email - Email address.

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.03.04

©left GNU General Public Licence
All Rights Reserved.