|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.TranslationStatus.Latest
public static class TranslationStatus.Latest
Inner class to encapsulate the information about the latest version of the language variant
Field Summary | |
---|---|
protected String |
version
Version Number of the latest page version |
protected int |
versionTimestamp
Version Timestamp of the latest page version |
Constructor Summary | |
---|---|
TranslationStatus.Latest()
Constructor for JAXB |
Method Summary | |
---|---|
String |
getVersion()
Version number |
int |
getVersionTimestamp()
Version timestamp |
void |
setVersion(String version)
Set the version number |
void |
setVersionTimestamp(int versionTimestamp)
Set the version timestamp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int versionTimestamp
protected String version
Constructor Detail |
---|
public TranslationStatus.Latest()
Method Detail |
---|
public int getVersionTimestamp()
public void setVersionTimestamp(int versionTimestamp)
versionTimestamp
- the versionTimestamp to setpublic String getVersion()
public void setVersion(String version)
version
- the version to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |