Class TranslationStatus.Latest
- java.lang.Object
-
- com.gentics.contentnode.rest.model.TranslationStatus.Latest
-
- Enclosing class:
- TranslationStatus
public static class TranslationStatus.Latest extends Object
Inner class to encapsulate the information about the latest version of the language variant
-
-
Field Summary
Fields Modifier and Type Field Description protected String
version
Version Number of the latest page versionprotected int
versionTimestamp
Version Timestamp of the latest page version
-
Constructor Summary
Constructors Constructor Description Latest()
Constructor for JAXB
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getVersion()
Version numberint
getVersionTimestamp()
Version timestampvoid
setVersion(String version)
Set the version numbervoid
setVersionTimestamp(int versionTimestamp)
Set the version timestamp
-
-
-
Field Detail
-
versionTimestamp
protected int versionTimestamp
Version Timestamp of the latest page version
-
version
protected String version
Version Number of the latest page version
-
-
Method Detail
-
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
public String getVersion()
Version number- Returns:
- the version
-
setVersion
public void setVersion(String version)
Set the version number- Parameters:
version
- the version to set
-
-