org.jbpm.console.ng.ht.model.events
Class TaskSelectionEvent
java.lang.Object
org.jbpm.console.ng.ht.model.events.TaskSelectionEvent
- All Implemented Interfaces:
- Serializable
@Portable
public class TaskSelectionEvent
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskSelectionEvent
public TaskSelectionEvent()
TaskSelectionEvent
public TaskSelectionEvent(long taskId)
TaskSelectionEvent
public TaskSelectionEvent(long taskId,
String taskName)
TaskSelectionEvent
public TaskSelectionEvent(long taskId,
String taskName,
String place)
getPlace
public String getPlace()
setPlace
public void setPlace(String place)
getTaskName
public String getTaskName()
getTaskId
public long getTaskId()
setTaskId
public void setTaskId(long taskId)
setTaskName
public void setTaskName(String taskName)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.