Package org.flowable.ui.common.model
Class ResultListDataRepresentation
- java.lang.Object
-
- org.flowable.ui.common.model.ResultListDataRepresentation
-
public class ResultListDataRepresentation extends Object
- Author:
- Tijs Rademakers
-
-
Constructor Summary
Constructors Constructor Description ResultListDataRepresentation()ResultListDataRepresentation(List<? extends Object> data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends Object>getData()IntegergetSize()IntegergetStart()LonggetTotal()voidsetData(List<? extends Object> data)voidsetSize(Integer size)voidsetStart(Integer start)voidsetTotal(Long total)
-