Class Sorting
- java.lang.Object
-
- org.exoplatform.social.core.search.Sorting
-
- All Implemented Interfaces:
Serializable,Cloneable
public class Sorting extends Object implements Serializable, Cloneable
- Author:
- Alain Defrance
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSorting.OrderBystatic classSorting.SortBy
-
Field Summary
Fields Modifier and Type Field Description Sorting.OrderByorderBySorting.SortBysortBy
-
Constructor Summary
Constructors Constructor Description Sorting(Sorting.SortBy sortBy, Sorting.OrderBy orderBy)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Sortingclone()booleanequals(Object o)inthashCode()static SortingvalueOf(String sortByField, String orderByField)
-
-
-
Field Detail
-
sortBy
public final Sorting.SortBy sortBy
-
orderBy
public final Sorting.OrderBy orderBy
-
-
Constructor Detail
-
Sorting
public Sorting(Sorting.SortBy sortBy, Sorting.OrderBy orderBy)
-
-
Method Detail
-
clone
public Sorting clone() throws CloneNotSupportedException
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
-