com.im.df.api 5.9

com.im.df.api.support
Class SortDirective.Item

java.lang.Object
  extended by com.im.df.api.support.SortDirective.Item
Enclosing class:
SortDirective

public static final class SortDirective.Item
extends Object

Represents one item in SortDirective, it means a single couple [DFField, boolean flag asc/desc].


Method Summary
 boolean equals(Object obj)
           
 DFField getField()
          Get the field.
 int hashCode()
           
 boolean isAscending()
          Get the value of asc/desc flag.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getField

public DFField getField()
Get the field.


isAscending

public boolean isAscending()
Get the value of asc/desc flag.


equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

com.im.df.api 5.9