VersionableContent Class
- public class VersionableContent
extends Object
implements Serializable
Version maintains information on the verion of a VirtualNode.
-
Hierarchy
-
Object
VersionableContent
-
All Implemented Interfaces
-
Serializable
-
Direct Known Subclasses
-
Version
VersionableContent
public VersionableContent(int status,
String
comment,
Property
[] properties)
addProperty(Property) Method
public void addProperty(Property
property)
getComment() Method
public String
getComment()
Gets a comment on the version.
getProperties() Method
public Property
[] getProperties()
Gets the Properties for this node.
getProperty(String) Method
public Property
getProperty(String
name)
Returns the property referenced by name or null
if the property does not exist.
getStatus() Method
public int getStatus()
setComment(String) Method
public void setComment(String
comment)
setProperties(Property[]) Method
public void setProperties(Property
[] properties)
Sets the Properties for this node. Each property must have a corresponding
PropertyDefinition defined in the Node's ObjectClass.
setStatus(int) Method
public void setStatus(int status)
toString() Method
public String
toString()
Returns the attributes of this Node in a String.
-
Overrides
-
Object.toString()