java.lang .Object org.apache.jetspeed.prefs.om.impl .PropertyImpl Constructor Summary public PropertyImpl ()
Property implementation default constructor.
public PropertyImpl (long nodeId, String propertyName, Object valueObject) Property constructor given a property key id, node id and the appropriate
value.
PropertyImpl public PropertyImpl()(Code)
Property implementation default constructor.
PropertyImpl public PropertyImpl(long nodeId, String propertyName, Object valueObject)(Code) Property constructor given a property key id, node id and the appropriate
value.
Parameters: nodeId - The node id.Parameters: propertyName - The property name.Parameters: valueObject - The value object.
getPropertyName public String getPropertyName()(Code) Returns the propertyName.
setCreationDate public void setCreationDate(Timestamp creationDate)(Code) See Also: org.apache.jetspeed.ospi.om.prefs.Property.setCreationDate(java.sql.Timestamp)
setPropertyName public void setPropertyName(String propertyName)(Code) Parameters: propertyName - The propertyName to set.
toString public String toString()(Code)
Convert Property
to string.
The Property string value.