Package org.jbpm.workbench.pr.model
Class ProcessNodeSummary
- java.lang.Object
-
- org.uberfire.paging.AbstractPageRow
-
- org.jbpm.workbench.common.model.GenericSummary<Long>
-
- org.jbpm.workbench.pr.model.ProcessNodeSummary
-
- All Implemented Interfaces:
Serializable
,Comparable<org.uberfire.paging.AbstractPageRow>
@Portable public class ProcessNodeSummary extends org.jbpm.workbench.common.model.GenericSummary<Long>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessNodeSummary()
ProcessNodeSummary(Long id, String name, String type, String uniqueId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
String
getName()
String
getType()
String
getUniqueId()
void
setType(String type)
void
setUniqueId(String uniqueId)
String
toString()
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getName
public String getName()
- Overrides:
getName
in classorg.jbpm.workbench.common.model.GenericSummary<Long>
-
getLabel
public String getLabel()
-
getUniqueId
public String getUniqueId()
-
setUniqueId
public void setUniqueId(String uniqueId)
-
-