Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

oracle.adf.view.faces.bi.component.gantt
Class TaskDragInfo

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.gantt.TaskDragInfo

public class TaskDragInfo
extends java.lang.Object

A TaskDragInfo contains information about the task that is being dragged.


Constructor Summary
TaskDragInfo()
          Constructs an instance of a TaskDragInfo.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskDragInfo

public TaskDragInfo()
Constructs an instance of a TaskDragInfo.

Method Detail

getTaskId

public java.lang.String getTaskId()
Returns the task id of the task being dragged.

Returns:
the task id of the task being dragged.

setTaskId

public void setTaskId(java.lang.String taskId)
Stores the task id of the task being dragged.

Parameters:
taskId - the task id of the task being dragged.

getResourceId

public java.lang.String getResourceId()
Returns the resource id of the task being dragged. Resource Id is only relevant in Scheduling Gantt.

Returns:
the resource id of the task being dragged.

setResourceId

public void setResourceId(java.lang.String resourceId)
Stores the resource id of the task being dragged. Resource Id is only relevant in Scheduling Gantt.

Parameters:
resourceId - the resource id of the task being dragged.

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

Copyright © 1997, 2011, Oracle. All rights reserved.