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 Long
getId()
Returns the node description id.String
getName()
Returns the node description name.String
getNodeType()
Returns the node description node type.String
getUniqueId()
Returns the node description unique id.String
toString()
-
-
-
Method Detail
-
getId
public Long getId()
Description copied from interface:NodeDesc
Returns the node description id.
-
getName
public String getName()
Description copied from interface:NodeDesc
Returns the node description name.
-
getNodeType
public String getNodeType()
Description copied from interface:NodeDesc
Returns the node description node type.- Specified by:
getNodeType
in interfaceNodeDesc
- Returns:
- node type
-
getUniqueId
public String getUniqueId()
Description copied from interface:NodeDesc
Returns the node description unique id.- Specified by:
getUniqueId
in interfaceNodeDesc
- Returns:
- id
-
-