IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.desktop
Class TaskInfo

java.lang.Object
  extended bycom.ibm.dse.desktop.TaskInfo

public class TaskInfo
extends java.lang.Object

The TaskInfo class enables you to keep information about a specific task that is provided to the application or operations running in the system. It is helpful to assign a code for a specific task and to use the TaskLauncherTextField to launch operations using the code. The task information object is added to a list in the Desktop component in order to keep the information for all the tasks defined in the system.


Constructor Summary
TaskInfo()
          This constructor creates a TaskInfo object.
TaskInfo(TaskLauncher aTaskLauncher)
          This constructor creates a TaskInfo object with the same attributes as aTaskLauncher.
 
Method Summary
 java.lang.String getApplication()
          Returns the string that identifies the application.
 java.lang.String getCode()
          Gets the code of the task described by the TaskInfo.
 java.lang.Boolean getExecuteOperation()
          Gets the executeOperation property of the TaskInfo.
 int getHeightNavigationArea()
          Returns the height of the NavigationArea.
 java.lang.String getLaunchable()
          Gets the ID of the operation related to the task described by the TaskInfo.
 java.lang.String getLongDescription()
          Gets the long description of the task described by the TaskInfo.
 java.lang.String getOperation()
          Returns a String that identifies the operation to launch.
 java.lang.String getOperationPanel()
          Gets the name of the operation panel related to the task described by the TaskInfo.
 java.lang.String getProcess()
          Returns the String that identifies the process to be launched.
 java.lang.String getShortDescription()
          Gets the short description of the task described by the TaskInfo.
 java.lang.String getTaskName()
          Gets the name of the task described by the TaskInfo.
 java.lang.String getType()
          Gets the type of the task described by the TaskInfo.
 int getWidthNavigationArea()
          Returns the width of the NavigationArea.
 int getXNavigationArea()
          Returns the X position of the NavigationArea.
 int getYNavigationArea()
          Returns the Y position of the NavigationArea.
 void setApplication(java.lang.Object o)
          Sets the application attribute of the task described by the TaskInfo.
 void setCode(java.lang.Object o)
          Sets the code of the task described by the TaskInfo.
 void setExecuteOperation(java.lang.Object o)
          Sets the executeOperation property of the TaskInfo.
 void setHeightNavigationArea(java.lang.Object o)
          Sets the height of the Navigation Area described by the TaskInfo.
 void setLaunchable(java.lang.Object o)
          Sets the ID of the operation related to the task described by the TaskInfo.
 void setLongDescription(java.lang.Object o)
          Sets the long description of the task described by the TaskInfo.
 void setOperation(java.lang.Object o)
          Sets the operation of the task described by the TaskInfo.
 void setOperationPanel(java.lang.Object o)
          Sets the name of the operation panel related to the task described by the TaskInfo.
 void setProcess(java.lang.Object o)
          Sets the process of the task described by the TaskInfo.
 void setShortDescription(java.lang.Object o)
          Sets the short description of the task described by the TaskInfo.
 void setTaskName(java.lang.Object o)
          Sets the name of the task described by the TaskInfo.
 void setType(java.lang.Object o)
          Sets the type of the task described by the TaskInfo.
 void setWidthNavigationArea(java.lang.Object o)
          Sets the width of the Navigation Area described by the TaskInfo.
 void setXNavigationArea(java.lang.Object o)
          Sets the X position of the Navigation Area described by the TaskInfo.
 void setYNavigationArea(java.lang.Object o)
          Sets the Y position of the Navigation Area described by the TaskInfo.
 java.lang.String toString()
          Returns a string representation of the TaskInfo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskInfo

public TaskInfo()
This constructor creates a TaskInfo object.


TaskInfo

public TaskInfo(TaskLauncher aTaskLauncher)
This constructor creates a TaskInfo object with the same attributes as aTaskLauncher.

Parameters:
aTaskLauncher - TaskLauncher
Method Detail

getApplication

public java.lang.String getApplication()
Returns the string that identifies the application.

Returns:
java.lang.String

getCode

public java.lang.String getCode()
Gets the code of the task described by the TaskInfo.

Returns:
java.lang.String

getExecuteOperation

public java.lang.Boolean getExecuteOperation()
Gets the executeOperation property of the TaskInfo.

Returns:
boolean

getHeightNavigationArea

public int getHeightNavigationArea()
Returns the height of the NavigationArea.

Returns:
int;

getLaunchable

public java.lang.String getLaunchable()
Gets the ID of the operation related to the task described by the TaskInfo.

Returns:
java.lang.String

getLongDescription

public java.lang.String getLongDescription()
Gets the long description of the task described by the TaskInfo.

Returns:
java.lang.String

getOperation

public java.lang.String getOperation()
Returns a String that identifies the operation to launch.


getOperationPanel

public java.lang.String getOperationPanel()
Gets the name of the operation panel related to the task described by the TaskInfo.

Returns:
java.lang.String

getProcess

public java.lang.String getProcess()
Returns the String that identifies the process to be launched.

Returns:
String;

getShortDescription

public java.lang.String getShortDescription()
Gets the short description of the task described by the TaskInfo.

Returns:
java.lang.String

getTaskName

public java.lang.String getTaskName()
Gets the name of the task described by the TaskInfo.

Returns:
java.lang.String

getType

public java.lang.String getType()
Gets the type of the task described by the TaskInfo.

Returns:
int

getWidthNavigationArea

public int getWidthNavigationArea()
Returns the width of the NavigationArea.

Returns:
int

getXNavigationArea

public int getXNavigationArea()
Returns the X position of the NavigationArea.

Returns:
int

getYNavigationArea

public int getYNavigationArea()
Returns the Y position of the NavigationArea.

Returns:
int

setApplication

public void setApplication(java.lang.Object o)
Sets the application attribute of the task described by the TaskInfo.

Parameters:
o - java.lang.Object

setCode

public void setCode(java.lang.Object o)
Sets the code of the task described by the TaskInfo.

Parameters:
o - java.lang.Object

setExecuteOperation

public void setExecuteOperation(java.lang.Object o)
Sets the executeOperation property of the TaskInfo.


setHeightNavigationArea

public void setHeightNavigationArea(java.lang.Object o)
Sets the height of the Navigation Area described by the TaskInfo.

Parameters:
o - java.lang.Object

setLaunchable

public void setLaunchable(java.lang.Object o)
Sets the ID of the operation related to the task described by the TaskInfo.

Parameters:
o - java.lang.Object

setLongDescription

public void setLongDescription(java.lang.Object o)
Sets the long description of the task described by the TaskInfo.

Parameters:
o - java.lang.Object

setOperation

public void setOperation(java.lang.Object o)
Sets the operation of the task described by the TaskInfo.

Parameters:
o - java.lang.Object

setOperationPanel

public void setOperationPanel(java.lang.Object o)
Sets the name of the operation panel related to the task described by the TaskInfo.

Parameters:
o - java.lang.Object

setProcess

public void setProcess(java.lang.Object o)
Sets the process of the task described by the TaskInfo.

Parameters:
o - java.lang.Object

setShortDescription

public void setShortDescription(java.lang.Object o)
Sets the short description of the task described by the TaskInfo.

Parameters:
o - java.lang.Object

setTaskName

public void setTaskName(java.lang.Object o)
Sets the name of the task described by the TaskInfo.

Parameters:
o - java.lang.Object

setType

public void setType(java.lang.Object o)
Sets the type of the task described by the TaskInfo.

Parameters:
o - java.lang.Object

setWidthNavigationArea

public void setWidthNavigationArea(java.lang.Object o)
Sets the width of the Navigation Area described by the TaskInfo.

Parameters:
o - java.lang.Object

setXNavigationArea

public void setXNavigationArea(java.lang.Object o)
Sets the X position of the Navigation Area described by the TaskInfo.

Parameters:
o - java.lang.Object

setYNavigationArea

public void setYNavigationArea(java.lang.Object o)
Sets the Y position of the Navigation Area described by the TaskInfo.

Parameters:
o - java.lang.Object

toString

public java.lang.String toString()
Returns a string representation of the TaskInfo.

Returns:
java.lang.String

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005