public static class CollectionDatasource.Sortable.SortInfo<P>
extends java.lang.Object
Constructor and Description |
---|
SortInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
CollectionDatasource.Sortable.Order |
getOrder() |
P |
getPropertyPath() |
int |
hashCode() |
void |
setOrder(CollectionDatasource.Sortable.Order order) |
void |
setPropertyPath(P propertyPath) |
public P getPropertyPath()
public void setPropertyPath(P propertyPath)
public CollectionDatasource.Sortable.Order getOrder()
public void setOrder(CollectionDatasource.Sortable.Order order)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object