|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.content.virtual.version.VersionableContent
Version maintains information on the verion of a VirtualNode.
Constructor Summary | |
VersionableContent(int status,
String comment,
Property[] properties)
|
Method Summary | |
void |
addProperty(Property property)
|
String |
getComment()
Gets a comment on the version. |
Property[] |
getProperties()
Gets the Properties for this node. |
Property |
getProperty(String name)
Returns the property referenced by name or null if the property does not exist. |
int |
getStatus()
|
void |
setComment(String comment)
|
void |
setProperties(Property[] properties)
Sets the Properties for this node. |
void |
setStatus(int status)
|
String |
toString()
Returns the attributes of this Node in a String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public VersionableContent(int status, String comment, Property[] properties)
Method Detail |
public void addProperty(Property property)
public String getComment()
public Property[] getProperties()
public Property getProperty(String name)
public int getStatus()
public void setComment(String comment)
public void setProperties(Property[] properties)
public void setStatus(int status)
public String toString()
|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |