com.gentics.contentnode.rest.model
Class TranslationStatus.Latest

java.lang.Object
  extended by 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
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

versionTimestamp

protected int versionTimestamp
Version Timestamp of the latest page version


version

protected String version
Version Number of the latest page version

Constructor Detail

TranslationStatus.Latest

public TranslationStatus.Latest()
Constructor for JAXB

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


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.