|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.dataset.model.Sort
public final class Sort
Sort Definition on a DatasetColumn. Basic Definition used to serialize multiSort on a DataSet.
Nested Class Summary | |
---|---|
static class |
Sort.SortOrder
Sorting order enum |
Constructor Summary | |
---|---|
Sort()
Default constructor |
|
Sort(java.lang.String field,
Sort.SortOrder direction)
Complete constructor |
|
Sort(java.lang.String field,
java.lang.String direction)
Complete constructor |
Method Summary | |
---|---|
Sort.SortOrder |
getDirection()
Gets the direction value |
java.lang.String |
getField()
Gets the value of field |
void |
setDirection(Sort.SortOrder direction)
Sets the value of direction |
void |
setField(java.lang.String field)
Sets the value of field |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sort(java.lang.String field, Sort.SortOrder direction)
field
- fielddirection
- directionpublic Sort(java.lang.String field, java.lang.String direction)
field
- fielddirection
- directionpublic Sort()
Method Detail |
---|
public java.lang.String getField()
public void setField(java.lang.String field)
field
- the field to setpublic Sort.SortOrder getDirection()
public void setDirection(Sort.SortOrder direction)
direction
- the direction to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |