public class PropertyOrder
extends java.lang.Object
| Constructor and Description |
|---|
PropertyOrder()
Instantiates a new property order.
|
PropertyOrder(java.lang.String property)
Instantiates a new property order.
|
PropertyOrder(java.lang.String property,
boolean isDescending)
Instantiates a new property order.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProperty()
Gets the property.
|
boolean |
isDescending()
Checks if is descending.
|
void |
setDescending(boolean isDescending)
Sets the descending.
|
void |
setProperty(java.lang.String property)
Sets the property.
|
java.lang.String |
toString() |
public PropertyOrder()
public PropertyOrder(java.lang.String property)
property - the propertypublic PropertyOrder(java.lang.String property,
boolean isDescending)
property - the propertyisDescending - the is descendingpublic java.lang.String getProperty()
public boolean isDescending()
public void setDescending(boolean isDescending)
isDescending - the new descendingpublic void setProperty(java.lang.String property)
property - the new propertypublic java.lang.String toString()
toString in class java.lang.Object