org.alfresco.repo.domain.propval
Class PropertyDoubleValueEntity
java.lang.Object
org.alfresco.repo.domain.propval.PropertyDoubleValueEntity
public class PropertyDoubleValueEntity
- extends java.lang.Object
Entity bean for alf_prop_numeric_value table.
- Since:
- 3.2
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PropertyDoubleValueEntity
public PropertyDoubleValueEntity()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getEntityPair
public org.alfresco.util.Pair getEntityPair()
- Returns:
- Returns the ID-value pair
getId
public java.lang.Long getId()
setId
public void setId(java.lang.Long id)
getDoubleValue
public double getDoubleValue()
setDoubleValue
public void setDoubleValue(java.lang.Double doubleValue)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.