com.adobe.icc.dbforms.obj
Class SortField

java.lang.Object
  extended by com.adobe.icc.dbforms.obj.SortField
All Implemented Interfaces:
java.io.Serializable

public class SortField
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SortField()
           
 
Method Summary
 java.lang.String getSortFieldName()
          Gets name of the SortField
 boolean isAscending()
          Gets whether the SortField order is Ascending
 void setAscending(boolean ascending)
          Sets whether the SortField order is Ascending
 void setSortFieldName(java.lang.String sortFieldName)
          Sets the name of the SortField
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortField

public SortField()
Method Detail

getSortFieldName

public java.lang.String getSortFieldName()
Gets name of the SortField

Returns:
the name of SortField

setSortFieldName

public void setSortFieldName(java.lang.String sortFieldName)
Sets the name of the SortField

Parameters:
sortFieldName - the name of the SortField

isAscending

public boolean isAscending()
Gets whether the SortField order is Ascending

Returns:
whether the SortField order is Ascending

setAscending

public void setAscending(boolean ascending)
Sets whether the SortField order is Ascending

Parameters:
ascending - specifies whether the SortField order is Ascending


[an error occurred while processing this directive] [an error occurred while processing this directive]