Class EntryPointSortType
java.lang.Object
net.anotheria.util.sorter.SortType
net.anotheria.anosite.gen.assitedata.data.EntryPointSortType
- All Implemented Interfaces:
Serializable
public class EntryPointSortType
extends net.anotheria.util.sorter.SortType
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class net.anotheria.util.sorter.SortType
ASC, DESC -
Constructor Summary
ConstructorsConstructorDescriptionEntryPointSortType(int method) EntryPointSortType(int method, boolean order) -
Method Summary
Methods inherited from class net.anotheria.util.sorter.SortType
getSortBy, getSortOrder, isASC, isDESC, reverse, toString
-
Field Details
-
SORT_BY_ID
public static final int SORT_BY_ID- See Also:
-
SORT_BY_NAME
public static final int SORT_BY_NAME- See Also:
-
SORT_BY_TYPE
public static final int SORT_BY_TYPE- See Also:
-
SORT_BY_DEFAULTENTRY
public static final int SORT_BY_DEFAULTENTRY- See Also:
-
SORT_BY_STARTPAGE
public static final int SORT_BY_STARTPAGE- See Also:
-
SORT_BY_STARTSITE
public static final int SORT_BY_STARTSITE- See Also:
-
SORT_BY_DEFAULT
public static final int SORT_BY_DEFAULT- See Also:
-
-
Constructor Details
-
EntryPointSortType
public EntryPointSortType() -
EntryPointSortType
public EntryPointSortType(int method) -
EntryPointSortType
public EntryPointSortType(int method, boolean order)
-
-
Method Details
-
name2method
-