| |
|
| java.lang.Object org.jaffa.components.finder.OrderByField
OrderByField | public class OrderByField (Code) | | This class is used to encapsulate an element used in the OrderBy clause of a query.
|
OrderByField | public OrderByField()(Code) | | Creates an instance of this class.
|
OrderByField | public OrderByField(String fieldName)(Code) | | Creates an instance of this class.
Parameters: fieldName - the value of property fieldName. |
OrderByField | public OrderByField(String fieldName, Boolean sortAscending)(Code) | | Creates an instance of this class.
Parameters: fieldName - the value of property fieldName. Parameters: sortAscending - the value of property sortAscending. |
getFieldName | public String getFieldName()(Code) | | Getter for property fieldName.
Value of property fieldName. |
getSortAscending | public Boolean getSortAscending()(Code) | | Getter for property sortAscending.
Value of property sortAscending. |
setFieldName | public void setFieldName(String fieldName)(Code) | | Setter for property fieldName.
Parameters: fieldName - New value of property fieldName. |
setSortAscending | public void setSortAscending(Boolean sortAscending)(Code) | | Setter for property sortAscending.
Parameters: sortAscending - New value of property sortAscending. |
toString | public String toString()(Code) | | Returns diagnostic information.
diagnostic information. |
|
|
|