com.plumtree.server
Class PT_ORDERBY_SETTINGS

java.lang.Object
  extended by com.plumtree.server.PT_ORDERBY_SETTINGS

public final class PT_ORDERBY_SETTINGS
extends java.lang.Object

These constants define the order (ascending or descending) for ObjectManager queries

Author:
michaels

Field Summary
static int PT_ORDERBY_ASCENDING
           
static int PT_ORDERBY_DESCENDING
           
 
Constructor Summary
PT_ORDERBY_SETTINGS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_ORDERBY_DESCENDING

public static final int PT_ORDERBY_DESCENDING
See Also:
Constant Field Values

PT_ORDERBY_ASCENDING

public static final int PT_ORDERBY_ASCENDING
See Also:
Constant Field Values
Constructor Detail

PT_ORDERBY_SETTINGS

public PT_ORDERBY_SETTINGS()