Class PropertyDoubleValueEntity

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

public class PropertyDoubleValueEntity extends Object
Entity bean for alf_prop_numeric_value table.
Since:
3.2
Author:
Derek Hulley
  • Constructor Details

    • PropertyDoubleValueEntity

      public PropertyDoubleValueEntity()
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getEntityPair

      public Pair<Long,Double> getEntityPair()
      Returns:
      Returns the ID-value pair
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getDoubleValue

      public double getDoubleValue()
    • setDoubleValue

      public void setDoubleValue(Double doubleValue)