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 userId)
getUserId
public String getUserId()
getTaskId
public long getTaskId()
setTaskId
public void setTaskId(long taskId)
setUserId
public void setUserId(String userId)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.