org.jbpm.examples.checklist.impl
Class DefaultChecklistItem
java.lang.Object
org.jbpm.examples.checklist.impl.DefaultChecklistItem
- All Implemented Interfaces:
- ChecklistItem
public class DefaultChecklistItem
- extends Object
- implements ChecklistItem
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultChecklistItem
public DefaultChecklistItem(String name,
ChecklistItem.Status status,
Long taskId,
String actors,
long priority,
String processId,
Long processInstanceId,
String orderingNb)
getName
public String getName()
- Specified by:
getName
in interface ChecklistItem
getStatus
public ChecklistItem.Status getStatus()
- Specified by:
getStatus
in interface ChecklistItem
getTaskId
public Long getTaskId()
- Specified by:
getTaskId
in interface ChecklistItem
getActors
public String getActors()
- Specified by:
getActors
in interface ChecklistItem
getPriority
public long getPriority()
- Specified by:
getPriority
in interface ChecklistItem
getProcessId
public String getProcessId()
- Specified by:
getProcessId
in interface ChecklistItem
getProcessInstanceId
public Long getProcessInstanceId()
- Specified by:
getProcessInstanceId
in interface ChecklistItem
getOrderingNb
public String getOrderingNb()
- Specified by:
getOrderingNb
in interface ChecklistItem
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.