fr.cnes.sitools.client.model
Class VersionBuildDateDTO

java.lang.Object
  extended by fr.cnes.sitools.client.model.VersionBuildDateDTO

public class VersionBuildDateDTO
extends java.lang.Object

DTO to store build and version information

Author:
m.gond

Constructor Summary
VersionBuildDateDTO()
           
 
Method Summary
 java.lang.String getBuildDate()
          Gets the buildDate value
 java.lang.String getCopyright()
          Gets the copyright value
 java.lang.String getVersion()
          Gets the version value
 void setBuildDate(java.lang.String buildDate)
          Sets the value of buildDate
 void setCopyright(java.lang.String copyright)
          Sets the value of copyright
 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

VersionBuildDateDTO

public VersionBuildDateDTO()
Method Detail

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

getBuildDate

public java.lang.String getBuildDate()
Gets the buildDate value

Returns:
the buildDate

setBuildDate

public void setBuildDate(java.lang.String buildDate)
Sets the value of buildDate

Parameters:
buildDate - the buildDate to set

getCopyright

public java.lang.String getCopyright()
Gets the copyright value

Returns:
the copyright

setCopyright

public void setCopyright(java.lang.String copyright)
Sets the value of copyright

Parameters:
copyright - the copyright to set


Copyright © 2010-2013 CNES. All Rights Reserved.