|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface representing a property key/value pair.
Field Summary | |
static int |
BOOLEAN_TYPE
Constant for boolean property value object type. |
static int |
DOUBLE_TYPE
Constant for double property value object type. |
static int |
LONG_TYPE
Constant for long property value object type. |
static int |
STRING_TYPE
Constant for String property value object type. |
static int |
TIMESTAMP_TYPE
Constant for Timestamp property value object type. |
Method Summary | |
boolean |
getBooleanPropertyValue()
Getter for the boolean property value. |
Timestamp |
getCreationDate()
Getter for creation date. |
Timestamp |
getDatePropertyValue()
Getter for the date property value. |
double |
getDoublePropertyValue()
Getter for the double property value. |
long |
getLongPropertyValue()
Getter for the long property value. |
Timestamp |
getModifiedDate()
Getter for the modified date. |
long |
getNodeId()
Getter for the node id. |
PropertyKey |
getPropertyKey()
Getter for the property key object. |
long |
getPropertyKeyId()
Getter for the node id. |
String |
getPropertyValue(int valueObjectType)
Utility method used to return the property value as a String. |
long |
getPropertyValueId()
Getter for the property value id. |
String |
getTextPropertyValue()
Getter for the text property value. |
void |
setBooleanPropertyValue(boolean booleanPropertyValue)
Setter for the boolean property value. |
void |
setCreationDate(Timestamp creationDate)
Setter for the creation date. |
void |
setDatePropertyValue(Timestamp datePropertyValue)
Setter for the date property value. |
void |
setDoublePropertyValue(double doublePropertyValue)
Setter for the double property value. |
void |
setLongPropertyValue(long longPropertyValue)
Setter for the long property value. |
void |
setModifiedDate(Timestamp modifiedDate)
Setter for the modified date. |
void |
setNodeId(long nodeId)
Setter for the node id. |
void |
setPropertyKey(PropertyKey propertyKey)
Setter for the property key object. |
void |
setPropertyKeyId(long propertyKeyId)
Setter for the property key id. |
void |
setPropertyValue(int valueObjectType,
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. |
void |
setTextPropertyValue(String textPropertyValue)
Setter for the text property value. |
Field Detail |
public static final int BOOLEAN_TYPE
Constant for boolean
property value object type.
public static final int LONG_TYPE
Constant for long
property value object type.
public static final int DOUBLE_TYPE
Constant for double
property value object type.
public static final int STRING_TYPE
Constant for String
property value object type.
public static final int TIMESTAMP_TYPE
Constant for Timestamp
property value object type.
Method Detail |
public long getPropertyValueId()
Getter for the property value id.
public void setPropertyValueId(long propertyValueId)
Setter for the property value id.
propertyValueId
- The property value id.public long getNodeId()
Getter for the node id.
public void setNodeId(long nodeId)
Setter for the node id.
nodeId
- The node id.public long getPropertyKeyId()
Getter for the node id.
public void setPropertyKeyId(long propertyKeyId)
Setter for the property key id.
propertyKeyId
- The property key id.public PropertyKey getPropertyKey()
Getter for the property key object.
public void setPropertyKey(PropertyKey propertyKey)
Setter for the property key object.
propertyKey
- The property key object.public String getPropertyValue(int valueObjectType)
Utility method used to return the property value as a String.
valueObjectType
- The value object type.
public void setPropertyValue(int valueObjectType, String valueObject)
Utility method used to identify with property value to set based on the value object type.
valueObjectType
- The value object type.valueObject
- The value object.public boolean getBooleanPropertyValue()
Getter for the boolean property value.
public void setBooleanPropertyValue(boolean booleanPropertyValue)
Setter for the boolean property value.
booleanPropertyValue
- The boolean property value.public Timestamp getDatePropertyValue()
Getter for the date property value.
public void setDatePropertyValue(Timestamp datePropertyValue)
Setter for the date property value.
datePropertyValue
- The date property value.public long getLongPropertyValue()
Getter for the long property value.
public void setLongPropertyValue(long longPropertyValue)
Setter for the long property value.
longPropertyValue
- The long property value.public double getDoublePropertyValue()
Getter for the double property value.
public void setDoublePropertyValue(double doublePropertyValue)
Setter for the double property value.
doublePropertyValue
- The double property value.public String getTextPropertyValue()
Getter for the text property value.
public void setTextPropertyValue(String textPropertyValue)
Setter for the text property value.
textPropertyValue
- The text property value.public Timestamp getCreationDate()
Getter for creation date.
public void setCreationDate(Timestamp creationDate)
Setter for the creation date.
creationDate
- The creation date.public Timestamp getModifiedDate()
Getter for the modified date.
public 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 |