Class SelectPaging
- java.lang.Object
-
- com.flowable.serviceregistry.engine.impl.invoker.db.SelectPaging
-
public class SelectPaging extends Object
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected String
firstResultsName
protected String
maxResultsName
-
Constructor Summary
Constructors Constructor Description SelectPaging()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFirstResultsName()
String
getMaxResultsName()
void
setFirstResultsName(String firstResultsName)
void
setMaxResultsName(String maxResultsName)
-