Class StageRepresentation
- java.lang.Object
-
- org.flowable.ui.common.model.AbstractRepresentation
-
- org.flowable.ui.task.model.runtime.StageRepresentation
-
public class StageRepresentation extends AbstractRepresentation
-
-
Constructor Summary
Constructors Constructor Description StageRepresentation(String name, String state, Date startedDate, Date endedDate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetEndedDate()StringgetName()DategetStartedDate()StringgetState()
-