Class Version
java.lang.Object
eu.xenit.alfred.api.versionhistory.Version
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.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()getType()voidsetDescription(String description) voidvoidsetModifiedDate(Date modifiedDate) voidsetModifier(String modifier) voidsetNodeRef(NodeRef nodeRef) voidsetType(Version.VersionType type)
-
Constructor Details
-
Version
public Version() -
Version
-
-
Method Details
-
getModifier
-
setModifier
-
getModifiedDate
-
setModifiedDate
-
getLabel
-
setLabel
-
getDescription
-
setDescription
-
getType
-
setType
-
getNodeRef
-
setNodeRef
-