org.granite.tide.data.model
Class SortInfo
java.lang.Object
org.granite.tide.data.model.SortInfo
- All Implemented Interfaces:
- Externalizable, Serializable
public class SortInfo
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortInfo
public SortInfo()
SortInfo
public SortInfo(String[] order,
boolean[] desc)
getOrder
public String[] getOrder()
setOrder
public void setOrder(String[] order)
getDesc
public boolean[] getDesc()
setDesc
public void setDesc(boolean[] desc)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException