|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.client.model.VersionBuildDateDTO
public class VersionBuildDateDTO
DTO to store build and version information
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 |
---|
public VersionBuildDateDTO()
Method Detail |
---|
public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- the version to setpublic java.lang.String getBuildDate()
public void setBuildDate(java.lang.String buildDate)
buildDate
- the buildDate to setpublic java.lang.String getCopyright()
public void setCopyright(java.lang.String copyright)
copyright
- the copyright to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |