|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSort
public class Sort
Constructor Summary | |
---|---|
Sort()
|
|
Sort(String sortExpression,
SortDirection sortDirection)
|
Method Summary | |
---|---|
SortDirection |
getDirection()
|
String |
getSortExpression()
|
void |
setDirection(SortDirection sortDirection)
|
void |
setSortExpression(String expression)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sort()
public Sort(String sortExpression, SortDirection sortDirection)
Method Detail |
---|
public String getSortExpression()
public void setSortExpression(String expression)
public SortDirection getDirection()
public void setDirection(SortDirection sortDirection)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |