Class BrandFeatureSortType
java.lang.Object
net.anotheria.util.sorter.SortType
net.anotheria.anosite.gen.asfeature.data.BrandFeatureSortType
- All Implemented Interfaces:
Serializable
public class BrandFeatureSortType
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 intstatic final intFields inherited from class net.anotheria.util.sorter.SortType
ASC, DESC -
Constructor Summary
ConstructorsConstructorDescriptionBrandFeatureSortType(int method) BrandFeatureSortType(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_ENABLED
public static final int SORT_BY_ENABLED- See Also:
-
SORT_BY_ACTIVEINPRODUCTION
public static final int SORT_BY_ACTIVEINPRODUCTION- See Also:
-
SORT_BY_OBSOLETE
public static final int SORT_BY_OBSOLETE- See Also:
-
SORT_BY_DESCRIPTION
public static final int SORT_BY_DESCRIPTION- See Also:
-
SORT_BY_ACCESSOPERATION
public static final int SORT_BY_ACCESSOPERATION- See Also:
-
SORT_BY_DEFAULT
public static final int SORT_BY_DEFAULT- See Also:
-
-
Constructor Details
-
BrandFeatureSortType
public BrandFeatureSortType() -
BrandFeatureSortType
public BrandFeatureSortType(int method) -
BrandFeatureSortType
public BrandFeatureSortType(int method, boolean order)
-
-
Method Details
-
name2method
-