Class FilterSort

  • All Implemented Interfaces:
    java.io.Serializable

    @Entity
    public class FilterSort
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FilterSort()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      org.springframework.data.domain.Sort.Direction getDirection()  
      java.lang.String getField()  
      java.lang.Long getId()  
      int hashCode()  
      void setDirection​(org.springframework.data.domain.Sort.Direction direction)  
      void setField​(java.lang.String field)  
      void setId​(java.lang.Long id)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FilterSort

        public FilterSort()
    • Method Detail

      • getId

        public java.lang.Long getId()
      • setId

        public void setId​(java.lang.Long id)
      • getField

        public java.lang.String getField()
      • setField

        public void setField​(java.lang.String field)
      • getDirection

        public org.springframework.data.domain.Sort.Direction getDirection()
      • setDirection

        public void setDirection​(org.springframework.data.domain.Sort.Direction direction)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object