Class PropertyFilterData

    • Field Detail

      • operator

        private int operator
      • valueType

        private int valueType
    • Constructor Detail

      • PropertyFilterData

        public PropertyFilterData()
    • Method Detail

      • getOperator

        public int getOperator()
        Get the operator used for this filter.
        Hibernate: property
        column="`operator`" type="int" not-null="true"
      • setOperator

        public void setOperator​(int operator)
      • getValueType

        public int getValueType()
        Get the type of value user for this filter.
        Hibernate: property
        column="`value_type`" type="int" not-null="true"
      • setValueType

        public void setValueType​(int valueType)
      • getValue

        public String getValue()
        Get the value used in this filter.
        Hibernate: property
        column="`value`" type="text" not-null="false"
      • setValue

        public void setValue​(String value)
      • getUnit

        public UnitData getUnit()
        Since:
        2.9
        Hibernate: many-to-one
        column="`unit_id`" not-null="false"
      • setUnit

        public void setUnit​(UnitData unit)