Version Class
- public class Version
extends VersionableContent
implements Serializable
Version maintains information on the verion of a VirtualNode.
-
Hierarchy
-
Object
VersionableContent
Version
-
All Implemented Interfaces
-
Serializable
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Version
public Version(int status,
String comment,
Property[] properties,
String versionName,
String modifiedBy,
Calendar modifiedDate)
getModifiedBy() Method
public String getModifiedBy()
Gets the id of the last user that modified this version.
getModifiedDate() Method
public Calendar getModifiedDate()
Gets the date this version was last modified.
getVersionName() Method
public String getVersionName()
Gets the name of this version.
toString() Method
public String toString()
Returns the attributes of this Node in a String.
-
Overrides
-
VersionableContent.toString()