net.anotheria.moskitodemo.guestbook.business.data
Class CommentSortType
java.lang.Object
net.anotheria.util.sorter.SortType
net.anotheria.moskitodemo.guestbook.business.data.CommentSortType
- All Implemented Interfaces:
- Serializable
public class CommentSortType
- extends net.anotheria.util.sorter.SortType
- See Also:
- Serialized Form
| Fields inherited from class net.anotheria.util.sorter.SortType |
ASC, DESC |
| Methods inherited from class net.anotheria.util.sorter.SortType |
getSortBy, getSortOrder, isASC, isDESC, reverse, toString |
SORT_BY_FIRST_NAME
public static final int SORT_BY_FIRST_NAME
- See Also:
- Constant Field Values
SORT_BY_LAST_NAME
public static final int SORT_BY_LAST_NAME
- See Also:
- Constant Field Values
SORT_BY_EMAIL
public static final int SORT_BY_EMAIL
- See Also:
- Constant Field Values
SORT_BY_ID
public static final int SORT_BY_ID
- See Also:
- Constant Field Values
SORT_BY_TIMESTAMP
public static final int SORT_BY_TIMESTAMP
- See Also:
- Constant Field Values
SORT_BY_TEXT
public static final int SORT_BY_TEXT
- See Also:
- Constant Field Values
SORT_BY_DEFAULT
public static final int SORT_BY_DEFAULT
- See Also:
- Constant Field Values
CommentSortType
public CommentSortType()
CommentSortType
public CommentSortType(int aSortBy,
boolean aSortOrder)
Copyright © 2010-2012 anotheria.net. All Rights Reserved.