public class UserSorter extends Object
| Constructor and Description | 
|---|
| UserSorter() | 
| UserSorter(UserSortProperty property) | 
| UserSorter(UserSortProperty property,
          SortDirection direction) | 
| Modifier and Type | Method and Description | 
|---|---|
| SortDirection | getDirection() | 
| String | getProperty() | 
| void | setDirection(SortDirection direction) | 
| void | setProperty(UserSortProperty property) | 
| String | toString() | 
public UserSorter()
public UserSorter(UserSortProperty property, SortDirection direction)
public UserSorter(UserSortProperty property)
public String getProperty()
public void setProperty(UserSortProperty property)
public SortDirection getDirection()
public void setDirection(SortDirection direction)
Copyright © 2019 Suncode. All rights reserved.