fr.cnes.sitools.common.application
Class SitoolsApplicationInfo

java.lang.Object
  extended by fr.cnes.sitools.common.application.SitoolsApplicationInfo

public final class SitoolsApplicationInfo
extends java.lang.Object

Class for application description

Author:
jp.boignard (AKKA Technologies)

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

SitoolsApplicationInfo

public SitoolsApplicationInfo()
Constructor

Method Detail

getComment

public java.lang.String getComment()
Gets the comment value

Returns:
the comment

setComment

public void setComment(java.lang.String comment)
Sets the value of comment

Parameters:
comment - the comment to set

getVersion

public java.lang.String getVersion()
Gets the version value

Returns:
the version

setVersion

public void setVersion(java.lang.String version)
Sets the value of version

Parameters:
version - the version to set

getOrganism

public java.lang.String getOrganism()
Gets the organism value

Returns:
the organism

setOrganism

public void setOrganism(java.lang.String organism)
Sets the value of organism

Parameters:
organism - the organism to set

getMail

public java.lang.String getMail()
Gets the mail value

Returns:
the mail

setMail

public void setMail(java.lang.String mail)
Sets the value of mail

Parameters:
mail - the mail to set


Copyright © 2010-2013 CNES. All Rights Reserved.