|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.pipeline.AlgorithmInformation.AlgorithmAuthor
public static class AlgorithmInformation.AlgorithmAuthor
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 |
|---|
protected java.lang.String website
protected java.lang.String author
protected java.lang.String email
| Constructor Detail |
|---|
public AlgorithmInformation.AlgorithmAuthor(java.lang.String author,
java.lang.String email,
java.lang.String website)
author - the authoremail - the emailwebsite - the website| Method Detail |
|---|
public AlgorithmInformation.AlgorithmAuthor clone()
clone in class java.lang.Objectpublic java.lang.String getAuthor()
public java.lang.String getEmail()
public java.lang.String getWebsite()
public void setAuthor(java.lang.String author)
author - the new authorpublic void setEmail(java.lang.String email)
email - the new emailpublic void setWebsite(java.lang.String website)
website - the new websitepublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||