Package de.cxp.ocs.model.result
Class Sorting
- java.lang.Object
-
- de.cxp.ocs.model.result.Sorting
-
public class Sorting extends Object
-
-
Constructor Summary
Constructors Constructor Description Sorting()
-
-
-
Field Detail
-
label
public String label
-
field
public String field
-
sortOrder
public SortOrder sortOrder
-
isActive
public boolean isActive
Is set to true, if this sorting is active in the current result.
-
link
public String link
URL conform query parameters, that has to be used to activate that sort option.
-
-