Class PropertyDoubleValueEntity


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

      • PropertyDoubleValueEntity

        public PropertyDoubleValueEntity()
    • Method Detail

      • hashCode

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

        public org.alfresco.util.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)