|
IBM Rational Software Modeler Release 6.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.xtools.ras.export.engine.tasks.AbstractExportEngineTaskImpl
Abstract base class that implements all the get and set methods required by
the IExportEngineTask interface alleviating any child export
tasks from being forced to duplicate this functionality. This leaves only the
main execute method to be implemented by any sub classes.
| Field Summary |
| Fields inherited from interface com.ibm.xtools.ras.export.engine.tasks.IExportEngineTask |
FINALIZE, INITIALIZE, UPDATE, VALIDATE |
| Constructor Summary | |
AbstractExportEngineTaskImpl()
|
|
| Method Summary | |
String |
getID()
Retrieves the ID of the task. |
String |
getName()
Retrieves the name of the task. |
int |
getPriority()
Retrieves the execution priority for the task. |
String |
getProgressDescription()
Retrieves the progress description of the task. |
String |
getType()
Retrieves the type of the task. |
void |
setID(String theID)
Sets the ID of the task. |
void |
setName(String theName)
Sets the name of the task. |
void |
setPriority(int thePriority)
Sets the execution priority for the task. |
void |
setProgressDescription(String theProgressDescription)
Sets the progress description of the task. |
void |
setType(String theType)
Sets the type of the task. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ibm.xtools.ras.export.engine.tasks.IExportEngineTask |
execute |
| Constructor Detail |
public AbstractExportEngineTaskImpl()
| Method Detail |
public String getID()
IExportEngineTask
getID in interface IExportEngineTaskpublic void setID(String theID)
IExportEngineTask
setID in interface IExportEngineTasktheID - of the taskpublic String getName()
IExportEngineTask
getName in interface IExportEngineTaskpublic void setName(String theName)
IExportEngineTask
setName in interface IExportEngineTasktheName - of the task.public int getPriority()
IExportEngineTask
getPriority in interface IExportEngineTaskpublic void setPriority(int thePriority)
IExportEngineTask
setPriority in interface IExportEngineTaskthePriority - of the task.public String getProgressDescription()
IExportEngineTask
getProgressDescription in interface IExportEngineTaskpublic void setProgressDescription(String theProgressDescription)
IExportEngineTask
setProgressDescription in interface IExportEngineTasktheProgressDescription - of the task.public String getType()
IExportEngineTask
getType in interface IExportEngineTaskpublic void setType(String theType)
IExportEngineTask
setType in interface IExportEngineTasktheType - of the task. The value should be one of the following
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.