Class TranslationStatus.Latest
java.lang.Object
com.gentics.contentnode.rest.model.TranslationStatus.Latest
- Enclosing class:
- TranslationStatus
Inner class to encapsulate the information about the latest version of the language variant
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
Version Number of the latest page versionprotected int
Version Timestamp of the latest page version -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionVersion numberint
Version timestampvoid
setVersion
(String version) Set the version numbervoid
setVersionTimestamp
(int versionTimestamp) Set the version timestamp
-
Field Details
-
versionTimestamp
protected int versionTimestampVersion Timestamp of the latest page version -
version
Version Number of the latest page version
-
-
Constructor Details
-
Latest
public Latest()Constructor for JAXB
-
-
Method Details
-
getVersionTimestamp
public int getVersionTimestamp()Version timestamp- Returns:
- the versionTimestamp
-
setVersionTimestamp
public void setVersionTimestamp(int versionTimestamp) Set the version timestamp- Parameters:
versionTimestamp
- the versionTimestamp to set
-
getVersion
Version number- Returns:
- the version
-
setVersion
Set the version number- Parameters:
version
- the version to set
-