edu.jhu.ece.iacl.jist.pipeline
Class AlgorithmInformation.AlgorithmAuthor

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.pipeline.AlgorithmInformation.AlgorithmAuthor
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
AlgorithmInformation

public static class AlgorithmInformation.AlgorithmAuthor
extends java.lang.Object
implements java.lang.Cloneable

The Class AlgorithmAuthor.


Field Summary
protected  java.lang.String author
          The author.
protected  java.lang.String email
          The email.
protected  java.lang.String website
          The website.
 
Constructor Summary
AlgorithmInformation.AlgorithmAuthor(java.lang.String author, java.lang.String email, java.lang.String website)
          Instantiates a new algorithm author.
 
Method Summary
 AlgorithmInformation.AlgorithmAuthor clone()
          Clone author information.
 java.lang.String getAuthor()
          Gets the author.
 java.lang.String getEmail()
          Gets the email.
 java.lang.String getWebsite()
          Gets the website.
 void setAuthor(java.lang.String author)
          Sets the author.
 void setEmail(java.lang.String email)
          Sets the email.
 void setWebsite(java.lang.String website)
          Sets the website.
 java.lang.String toString()
          Serialize author as string.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

website

protected java.lang.String website
The website.


author

protected java.lang.String author
The author.


email

protected java.lang.String email
The email.

Constructor Detail

AlgorithmInformation.AlgorithmAuthor

public AlgorithmInformation.AlgorithmAuthor(java.lang.String author,
                                            java.lang.String email,
                                            java.lang.String website)
Instantiates a new algorithm author.

Parameters:
author - the author
email - the email
website - the website
Method Detail

clone

public AlgorithmInformation.AlgorithmAuthor clone()
Clone author information.

Overrides:
clone in class java.lang.Object
Returns:
the algorithm author

getAuthor

public java.lang.String getAuthor()
Gets the author.

Returns:
the author

getEmail

public java.lang.String getEmail()
Gets the email.

Returns:
the email

getWebsite

public java.lang.String getWebsite()
Gets the website.

Returns:
the website

setAuthor

public void setAuthor(java.lang.String author)
Sets the author.

Parameters:
author - the new author

setEmail

public void setEmail(java.lang.String email)
Sets the email.

Parameters:
email - the new email

setWebsite

public void setWebsite(java.lang.String website)
Sets the website.

Parameters:
website - the new website

toString

public java.lang.String toString()
Serialize author as string.

Overrides:
toString in class java.lang.Object
Returns:
the string