|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property
Interface representing a property key/value pair.
Method Summary | |
---|---|
Timestamp |
getCreationDate()
Getter for creation date. |
Timestamp |
getModifiedDate()
Getter for the modified date. |
long |
getNodeId()
Getter for the node id. |
String |
getPropertyName()
Getter for the property name. |
String |
getPropertyValue()
Utility method used to return the property value as a String. |
long |
getPropertyValueId()
Getter for the property value id. |
void |
setCreationDate(Timestamp creationDate)
Setter for the creation date. |
void |
setModifiedDate(Timestamp modifiedDate)
Setter for the modified date. |
void |
setNodeId(long nodeId)
Setter for the node id. |
void |
setPropertyName(String propertyName)
Setter for the property name. |
void |
setPropertyValue(String valueObject)
Utility method used to identify with property value to set based on the value object type. |
void |
setPropertyValueId(long propertyValueId)
Setter for the property value id. |
Method Detail |
---|
long getPropertyValueId()
Getter for the property value id.
void setPropertyValueId(long propertyValueId)
Setter for the property value id.
propertyValueId
- The property value id.long getNodeId()
Getter for the node id.
void setNodeId(long nodeId)
Setter for the node id.
nodeId
- The node id.String getPropertyName()
Getter for the property name.
void setPropertyName(String propertyName)
Setter for the property name.
propertyName
- The property name.String getPropertyValue()
Utility method used to return the property value as a String.
void setPropertyValue(String valueObject)
Utility method used to identify with property value to set based on the value object type.
valueObject
- The value object.Timestamp getCreationDate()
Getter for creation date.
void setCreationDate(Timestamp creationDate)
Setter for the creation date.
creationDate
- The creation date.Timestamp getModifiedDate()
Getter for the modified date.
void setModifiedDate(Timestamp modifiedDate)
Setter for the modified date.
modifiedDate
- The modified date.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |