|
||||||||||
| 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 | |
|---|---|
java.sql.Timestamp |
getCreationDate()
Getter for creation date. |
java.sql.Timestamp |
getModifiedDate()
Getter for the modified date. |
long |
getNodeId()
Getter for the node id. |
java.lang.String |
getPropertyName()
Getter for the property name. |
java.lang.String |
getPropertyValue()
Utility method used to return the property value as a String. |
long |
getPropertyValueId()
Getter for the property value id. |
void |
setCreationDate(java.sql.Timestamp creationDate)
Setter for the creation date. |
void |
setModifiedDate(java.sql.Timestamp modifiedDate)
Setter for the modified date. |
void |
setNodeId(long nodeId)
Setter for the node id. |
void |
setPropertyName(java.lang.String propertyName)
Setter for the property name. |
void |
setPropertyValue(java.lang.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.java.lang.String getPropertyName()
Getter for the property name.
void setPropertyName(java.lang.String propertyName)
Setter for the property name.
propertyName - The property name.java.lang.String getPropertyValue()
Utility method used to return the property value as a String.
void setPropertyValue(java.lang.String valueObject)
Utility method used to identify with property value to set based on the value object type.
valueObject - The value object.java.sql.Timestamp getCreationDate()
Getter for creation date.
void setCreationDate(java.sql.Timestamp creationDate)
Setter for the creation date.
creationDate - The creation date.java.sql.Timestamp getModifiedDate()
Getter for the modified date.
void setModifiedDate(java.sql.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 | |||||||||