Package org.jbpm.kie.services.impl.model
Class TimerDesc
- java.lang.Object
-
- org.jbpm.kie.services.impl.model.TimerDesc
-
- All Implemented Interfaces:
Serializable
,TimerDesc
public class TimerDesc extends Object implements TimerDesc, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getId()
Returns the timer description id.Long
getNodeId()
Returns the timer description node id.String
getNodeName()
Returns the timer description node name.String
getUniqueId()
Returns the timer description unique id.String
toString()
-
-
-
Method Detail
-
getId
public Long getId()
Description copied from interface:TimerDesc
Returns the timer description id.
-
getNodeId
public Long getNodeId()
Description copied from interface:TimerDesc
Returns the timer description node id.
-
getNodeName
public String getNodeName()
Description copied from interface:TimerDesc
Returns the timer description node name.- Specified by:
getNodeName
in interfaceTimerDesc
- Returns:
- node name
-
getUniqueId
public String getUniqueId()
Description copied from interface:TimerDesc
Returns the timer description unique id.- Specified by:
getUniqueId
in interfaceTimerDesc
- Returns:
- unique id
-
-