java.lang.Object
org.jpo.datamodel.SortOption
A class that holds a description of what will be sorted, and it's key
- 
Constructor Summary
ConstructorsConstructorDescriptionSortOption(String sortOptionText, Settings.FieldCodes sortCode) Constructs a SortOption with the description of the sort and the sort key - 
Method Summary
Modifier and TypeMethodDescriptionReturns the sort option descriptionReturns the sort option codetoString()Returns the Description 
- 
Constructor Details
- 
SortOption
Constructs a SortOption with the description of the sort and the sort key- Parameters:
 sortOptionText- the description of the sortsortCode- the code for the sort
 
 - 
 - 
Method Details