Package com.flowable.indexing.config
Class SortParameter
- java.lang.Object
-
- com.flowable.indexing.config.SortParameter
-
public class SortParameter extends Object
-
-
Constructor Summary
Constructors Constructor Description SortParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()booleanisVariable()voidsetType(String type)voidsetVariable(boolean variable)
-
-
-
Field Detail
-
type
protected String type
-
variable
protected boolean variable
-
-