|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.common.application.SitoolsApplicationInfo
public final class SitoolsApplicationInfo
Class for application description
Constructor Summary | |
---|---|
SitoolsApplicationInfo()
Constructor |
Method Summary | |
---|---|
java.lang.String |
getComment()
Gets the comment value |
java.lang.String |
getMail()
Gets the mail value |
java.lang.String |
getOrganism()
Gets the organism value |
java.lang.String |
getVersion()
Gets the version value |
void |
setComment(java.lang.String comment)
Sets the value of comment |
void |
setMail(java.lang.String mail)
Sets the value of mail |
void |
setOrganism(java.lang.String organism)
Sets the value of organism |
void |
setVersion(java.lang.String version)
Sets the value of version |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SitoolsApplicationInfo()
Method Detail |
---|
public java.lang.String getComment()
public void setComment(java.lang.String comment)
comment
- the comment to setpublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- the version to setpublic java.lang.String getOrganism()
public void setOrganism(java.lang.String organism)
organism
- the organism to setpublic java.lang.String getMail()
public void setMail(java.lang.String mail)
mail
- the mail to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |