org.granite.tide.data.model
Class SortInfo

java.lang.Object
  extended by org.granite.tide.data.model.SortInfo
All Implemented Interfaces:
Externalizable, Serializable

public class SortInfo
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
SortInfo()
           
SortInfo(String[] order, boolean[] desc)
           
 
Method Summary
 boolean[] getDesc()
           
 String[] getOrder()
           
 void readExternal(ObjectInput in)
           
 void setDesc(boolean[] desc)
           
 void setOrder(String[] order)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortInfo

public SortInfo()

SortInfo

public SortInfo(String[] order,
                boolean[] desc)
Method Detail

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