Class Criteria


  • public class Criteria
    extends java.lang.Object
    • Constructor Detail

      • Criteria

        public Criteria()
    • Method Detail

      • getColumnId

        public java.lang.Long getColumnId()
        Gets the column ID
        Returns:
        the column ID
      • setColumnId

        public Criteria setColumnId​(java.lang.Long columnId)
        Sets the operator
        Parameters:
        columnId - the column ID
      • getOperator

        public Operator getOperator()
        Gets the operator
        Returns:
        the operator
      • setOperator

        public Criteria setOperator​(Operator operator)
        Sets the operator
        Parameters:
        operator - the operator
      • getTarget

        public CriteriaTarget getTarget()
        Gets the criteria target
        Returns:
        the criteria target
      • setTarget

        public Criteria setTarget​(CriteriaTarget target)
        Sets the criteria target
        Parameters:
        target - the criteria target
      • getValues

        public java.util.List<java.lang.Object> getValues()
        Gets the values if this criteria's operator has arguments
        Returns:
        the values array
      • setValues

        public Criteria setValues​(java.util.List<java.lang.Object> values)
        Sets the values if this criteria's operator has arguments
        Parameters:
        values - the criteria target