Class PsaRstApiQue.SortEntry

  • Enclosing class:
    PsaRstApiQue

    public static class PsaRstApiQue.SortEntry
    extends java.lang.Object
    sort entry
    • Constructor Summary

      Constructors 
      Constructor Description
      SortEntry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getDirection()
      get the order direction
      java.lang.String getField()
      get the field
      PsaRstApiQue.SortEntry set​(java.lang.String field, boolean direction)
      set the value
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SortEntry

        public SortEntry()
    • Method Detail

      • set

        public PsaRstApiQue.SortEntry set​(java.lang.String field,
                                          boolean direction)
        set the value
        Parameters:
        field - field
        direction - order direction
        Returns:
        this
      • getField

        public java.lang.String getField()
        get the field
        Returns:
        field
      • getDirection

        public boolean getDirection()
        get the order direction
        Returns:
        direction
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()