public class TaskDragInfo
extends java.lang.Object
| Constructor and Description |
|---|
TaskDragInfo()
Constructs an instance of a TaskDragInfo.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResourceId()
Returns the resource id of the task being dragged.
|
java.lang.String |
getTaskId()
Returns the task id of the task being dragged.
|
void |
setResourceId(java.lang.String resourceId)
Stores the resource id of the task being dragged.
|
void |
setTaskId(java.lang.String taskId)
Stores the task id of the task being dragged.
|
public java.lang.String getTaskId()
public void setTaskId(java.lang.String taskId)
taskId - the task id of the task being dragged.public java.lang.String getResourceId()
public void setResourceId(java.lang.String resourceId)
resourceId - the resource id of the task being dragged.