| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.components.finder.OrderByField
This class is used to encapsulate an element used in the OrderBy clause of a query.
| Constructor Summary | |
| OrderByField()Creates an instance of this class. | |
| OrderByField(String fieldName)Creates an instance of this class. | |
| OrderByField(String fieldName,
                         Boolean sortAscending)Creates an instance of this class. | |
| Method Summary | |
|  String | getFieldName()Getter for property fieldName. | 
|  Boolean | getSortAscending()Getter for property sortAscending. | 
|  void | setFieldName(String fieldName)Setter for property fieldName. | 
|  void | setSortAscending(Boolean sortAscending)Setter for property sortAscending. | 
|  String | toString()Returns diagnostic information. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public OrderByField()
public OrderByField(String fieldName)
fieldName - the value of property fieldName.
public OrderByField(String fieldName,
                    Boolean sortAscending)
fieldName - the value of property fieldName.sortAscending - the value of property sortAscending.| Method Detail | 
public String getFieldName()
public void setFieldName(String fieldName)
fieldName - New value of property fieldName.public Boolean getSortAscending()
public void setSortAscending(Boolean sortAscending)
sortAscending - New value of property sortAscending.public String toString()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||