public class SortOrder extends java.lang.Object implements java.lang.Cloneable, java.io.Serializable
static int
ASC
DESC
ORIGINAL
SortOrder(int order)
boolean
equals(java.lang.Object object)
int
getOrder()
void
setOrder(int order)
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final int ORIGINAL
public static final int ASC
public static final int DESC
public SortOrder(int order)
order
public int getOrder()
public void setOrder(int order)
public boolean equals(java.lang.Object object)
equals
java.lang.Object