Class QueryModProperty

  • All Implemented Interfaces:
    java.io.Serializable

    public class QueryModProperty
    extends QueryProperty
    IMPORTANT:Tested only in postgressql!
    Version:
    $Id: $Id
    Author:
    denis
    See Also:
    Serialized Form
    • Constructor Detail

      • QueryModProperty

        public QueryModProperty​(java.lang.String aName,
                                long aMod,
                                long aValue)

        Constructor for QueryModProperty.

        Type Parameters:
        T - a T object.
        Parameters:
        aName - a String object.
        aMod - a long.
        aValue - a long.
    • Method Detail

      • doesMatch

        public boolean doesMatch​(java.lang.Object o)

        doesMatch.

        Overrides:
        doesMatch in class QueryProperty
        Parameters:
        o - a Object object.
        Returns:
        a boolean.
      • getComparator

        public java.lang.String getComparator()
        Returns the comparator operation for this query.
        Overrides:
        getComparator in class QueryProperty
        Returns:
        a String object.
      • unprepaireable

        public boolean unprepaireable()

        unprepaireable.

        Overrides:
        unprepaireable in class QueryProperty
        Returns:
        a boolean.
      • getMod

        public long getMod()

        Getter for the field mod.

        Returns:
        a long.
      • setMod

        public void setMod​(long mod)

        Setter for the field mod.

        Parameters:
        mod - a long.