public class RemoteSortOrder_Proxy extends MappedObject_Proxy<RemoteSortOrder> implements SortOrder
ORDER_ASCENDING, ORDER_DESCENDING, ORDER_DESCRIPTIONS| Constructor and Description |
|---|
RemoteSortOrder_Proxy(RemoteSortOrder remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDirection()
Gets the sort direction.
|
StepField |
getField()
Gets the associated field.
|
RemoteSortOrder |
getWrappedObject() |
boolean |
isCaseSensitive()
Whether sorting must happen case sensitivily.
|
void |
setUnmodifiable() |
equals, getMapperCode, hashCode, toStringpublic RemoteSortOrder_Proxy(RemoteSortOrder remoteObject)
public void setUnmodifiable()
setUnmodifiable in interface SortOrderpublic boolean isCaseSensitive()
SortOrderisCaseSensitive in interface SortOrderpublic int getDirection()
SortOrderThis corresponds to the use of ASC and DESC in SQL SELECT-syntax.
getDirection in interface SortOrderpublic StepField getField()
SortOrderThis corresponds to a fieldname in a "ORDER BY" clause in SQL SELECT-syntax.
public RemoteSortOrder getWrappedObject()
getWrappedObject in interface MappedObjectgetWrappedObject in class MappedObject_Proxy<RemoteSortOrder>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}