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 String
getType()
boolean
isVariable()
void
setType(String type)
void
setVariable(boolean variable)
-
-
-
Field Detail
-
type
protected String type
-
variable
protected boolean variable
-
-