Package org.jbpm.workbench.pr.model
Class TimerSummary
- java.lang.Object
-
- org.uberfire.paging.AbstractPageRow
-
- org.jbpm.workbench.common.model.GenericSummary<Long>
-
- org.jbpm.workbench.pr.model.TimerSummary
-
- All Implemented Interfaces:
Serializable
,Comparable<org.uberfire.paging.AbstractPageRow>
@Portable public class TimerSummary extends org.jbpm.workbench.common.model.GenericSummary<Long>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TimerSummary.Builder
-
Constructor Summary
Constructors Constructor Description TimerSummary()
TimerSummary(Long id, Long nodeId, String name, String uniqueId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimerSummary.Builder
builder()
Long
getNodeId()
String
getUniqueId()
void
setNodeId(Long nodeId)
void
setUniqueId(String uniqueId)
String
toString()
-
-
-
Method Detail
-
getUniqueId
public String getUniqueId()
-
setUniqueId
public void setUniqueId(String uniqueId)
-
getNodeId
public Long getNodeId()
-
setNodeId
public void setNodeId(Long nodeId)
-
toString
public String toString()
- Overrides:
toString
in classorg.jbpm.workbench.common.model.GenericSummary<Long>
-
builder
public static TimerSummary.Builder builder()
-
-