org.alfresco.repo.domain.propval
Class PropertyDoubleValueEntity

java.lang.Object
  extended by org.alfresco.repo.domain.propval.PropertyDoubleValueEntity

public class PropertyDoubleValueEntity
extends java.lang.Object

Entity bean for alf_prop_numeric_value table.

Since:
3.2

Constructor Summary
PropertyDoubleValueEntity()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 double getDoubleValue()
           
 org.alfresco.util.Pair getEntityPair()
           
 java.lang.Long getId()
           
 int hashCode()
           
 void setDoubleValue(java.lang.Double doubleValue)
           
 void setId(java.lang.Long id)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyDoubleValueEntity

public PropertyDoubleValueEntity()
Method Detail

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.