|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dse.desktop.TaskInfo
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 |
public TaskInfo()
public TaskInfo(TaskLauncher aTaskLauncher)
aTaskLauncher
- TaskLauncherMethod Detail |
public java.lang.String getApplication()
public java.lang.String getCode()
public java.lang.Boolean getExecuteOperation()
public int getHeightNavigationArea()
public java.lang.String getLaunchable()
public java.lang.String getLongDescription()
public java.lang.String getOperation()
public java.lang.String getOperationPanel()
public java.lang.String getProcess()
public java.lang.String getShortDescription()
public java.lang.String getTaskName()
public java.lang.String getType()
public int getWidthNavigationArea()
public int getXNavigationArea()
public int getYNavigationArea()
public void setApplication(java.lang.Object o)
o
- java.lang.Objectpublic void setCode(java.lang.Object o)
o
- java.lang.Objectpublic void setExecuteOperation(java.lang.Object o)
public void setHeightNavigationArea(java.lang.Object o)
o
- java.lang.Objectpublic void setLaunchable(java.lang.Object o)
o
- java.lang.Objectpublic void setLongDescription(java.lang.Object o)
o
- java.lang.Objectpublic void setOperation(java.lang.Object o)
o
- java.lang.Objectpublic void setOperationPanel(java.lang.Object o)
o
- java.lang.Objectpublic void setProcess(java.lang.Object o)
o
- java.lang.Objectpublic void setShortDescription(java.lang.Object o)
o
- java.lang.Objectpublic void setTaskName(java.lang.Object o)
o
- java.lang.Objectpublic void setType(java.lang.Object o)
o
- java.lang.Objectpublic void setWidthNavigationArea(java.lang.Object o)
o
- java.lang.Objectpublic void setXNavigationArea(java.lang.Object o)
o
- java.lang.Objectpublic void setYNavigationArea(java.lang.Object o)
o
- java.lang.Objectpublic java.lang.String toString()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |