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 Details

    • versionTimestamp

      protected int versionTimestamp
      Version Timestamp of the latest page version
    • version

      protected String 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

      public String getVersion()
      Version number
      Returns:
      the version
    • setVersion

      public void setVersion(String version)
      Set the version number
      Parameters:
      version - the version to set