Class ImageListItemBeanSortType
java.lang.Object
net.anotheria.util.sorter.SortType
net.anotheria.anosite.gen.asresourcedata.bean.ImageListItemBeanSortType
- All Implemented Interfaces:
Serializable
public class ImageListItemBeanSortType
extends net.anotheria.util.sorter.SortType
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class net.anotheria.util.sorter.SortType
ASC, DESC -
Constructor Summary
ConstructorsConstructorDescriptionImageListItemBeanSortType(int method) ImageListItemBeanSortType(int method, boolean order) -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringmethod2name(int method) static intname2method(String name) 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_TITLE
public static final int SORT_BY_TITLE- See Also:
-
SORT_BY_ALIASEN
public static final int SORT_BY_ALIASEN- See Also:
-
SORT_BY_ALTEN
public static final int SORT_BY_ALTEN- See Also:
-
SORT_BY_DEFAULT
public static final int SORT_BY_DEFAULT- See Also:
-
-
Constructor Details
-
ImageListItemBeanSortType
public ImageListItemBeanSortType() -
ImageListItemBeanSortType
public ImageListItemBeanSortType(int method) -
ImageListItemBeanSortType
public ImageListItemBeanSortType(int method, boolean order)
-
-
Method Details
-
name2method
-
method2name
-
getMethodAndOrderCode
-