Package org.jbpm.kie.services.impl.model
Class NodeDesc
- java.lang.Object
-
- org.jbpm.kie.services.impl.model.NodeDesc
-
- All Implemented Interfaces:
Serializable,NodeDesc
public class NodeDesc extends Object implements NodeDesc, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetId()Returns the node description id.StringgetName()Returns the node description name.StringgetNodeType()Returns the node description node type.StringgetUniqueId()Returns the node description unique id.StringtoString()
-
-
-
Method Detail
-
getId
public Long getId()
Description copied from interface:NodeDescReturns the node description id.
-
getName
public String getName()
Description copied from interface:NodeDescReturns the node description name.
-
getNodeType
public String getNodeType()
Description copied from interface:NodeDescReturns the node description node type.- Specified by:
getNodeTypein interfaceNodeDesc- Returns:
- node type
-
getUniqueId
public String getUniqueId()
Description copied from interface:NodeDescReturns the node description unique id.- Specified by:
getUniqueIdin interfaceNodeDesc- Returns:
- id
-
-