Package classes
Class Other_Sort
- java.lang.Object
-
- classes.Other_Sort
-
- Direct Known Subclasses:
Other_FulfillSort
public class Other_Sort extends java.lang.ObjectUsed for sorting everything from products to collections.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOther_Sort.SortTypeThe type of sort to be applied.
-
Constructor Summary
Constructors Constructor Description Other_Sort(Other_Sort.SortType type, boolean ascending)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Other_Sort.SortTypegetType()booleanisAscending()voidsetAscending(boolean ascending)voidsetType(Other_Sort.SortType type)
-
-
-
Constructor Detail
-
Other_Sort
public Other_Sort(Other_Sort.SortType type, boolean ascending)
-
-
Method Detail
-
isAscending
public boolean isAscending()
-
setAscending
public void setAscending(boolean ascending)
-
setType
public void setType(Other_Sort.SortType type)
-
getType
public Other_Sort.SortType getType()
-
-