Class Version

java.lang.Object
eu.xenit.alfred.api.versionhistory.Version

public class Version extends Object
Datastructure containing the information of a single version. modifier: The person who made this version. modifiedDate: When the version was created. description: The description of this version. type: Whether the version is a major or a minor version. nodeRef: The noderef of the version itself.
  • Constructor Details

  • Method Details

    • getModifier

      public String getModifier()
    • setModifier

      public void setModifier(String modifier)
    • getModifiedDate

      public Date getModifiedDate()
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getType

      public Version.VersionType getType()
    • setType

      public void setType(Version.VersionType type)
    • getNodeRef

      public NodeRef getNodeRef()
    • setNodeRef

      public void setNodeRef(NodeRef nodeRef)