com.webmethods.caf.faces.data.object
Class SortInfo.Ordinal

java.lang.Object
  extended by com.webmethods.caf.faces.data.object.SortInfo.Ordinal
All Implemented Interfaces:
Serializable
Enclosing class:
SortInfo

public static class SortInfo.Ordinal
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 boolean ascending
           
 Object key
           
 
Constructor Summary
SortInfo.Ordinal()
           
SortInfo.Ordinal(Object key, boolean ascending)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public Object key

ascending

public boolean ascending
Constructor Detail

SortInfo.Ordinal

public SortInfo.Ordinal()

SortInfo.Ordinal

public SortInfo.Ordinal(Object key,
                        boolean ascending)