|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.types.JobStep
This class includes the information required to describe the JobStep.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
static int |
STEPACTION_END
Step Action End |
static int |
STEPACTION_EXCLUDE
Step Action Exclude |
static int |
STEPACTION_INCLUDE
Step Action Include |
static int |
STEPACTION_START
Step Action Start |
static int |
STEPRESTARTABILITY_BESTRESTARTSTEP
Step Restart Ability Best Restart Step |
static int |
STEPRESTARTABILITY_NONRESTARTABLE
Step Restart Ability Not Restartable |
static int |
STEPRESTARTABILITY_RESTARTABLE
Step Restart Ability Restartable |
static int |
STEPSTATUS_ABENDED
Step Staus Abended |
static int |
STEPSTATUS_EXECUTED
Step Status Executed |
static int |
STEPSTATUS_FLUSHED
Step Staus Flushed |
static int |
STEPSTATUS_NOTEXECUTED
Step Status Not Executed |
static int |
STEPTYPE_CLEANUP
Step Type Clean Up |
static int |
STEPTYPE_NORMAL
Step Type Normal |
static int |
STEPTYPE_SIMULATED
Step Type Simulated |
Constructor Summary | |
---|---|
JobStep()
Creates an empty object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if all fields of this object are equal to those of the given one. |
int |
getAction()
Returns the Action |
java.lang.String |
getCompletionCode()
Returns the completionCode. |
java.lang.String |
getName()
Returns the name. |
int |
getNumber()
Returns the number. |
java.lang.String |
getProcStepName()
Returns the procStepName. |
java.lang.String |
getProgramName()
Returns the programName. |
int |
getRestartability()
Returns the restartability. |
int |
getStatus()
Returns the status. |
int |
getType()
Returns the type. |
int |
hashCode()
Returns a hash code for this object. |
boolean |
isMustBeExecuted()
Returns the mustBeExecuted. |
boolean |
isMustNotBeExecuted()
Returns the mustNotBeExecuted. |
void |
setAction(int action)
Sets the Action |
void |
setCompletionCode(java.lang.String completionCode)
Sets the Completion Code |
void |
setMustBeExecuted(boolean mustBeExecuted)
Sets the must be executed flag |
void |
setMustNotBeExecuted(boolean mustNotBeExecuted)
sets the must not be excuted flag |
void |
setName(java.lang.String name)
Sets the name |
void |
setNumber(int number)
Sets the number |
void |
setProcStepName(java.lang.String procStepName)
Sets the proc step name |
void |
setProgramName(java.lang.String programName)
Sets ther program name |
void |
setRestartability(int restartability)
Sets the restartability value. |
void |
setStatus(int status)
Sets the status |
void |
setType(int type)
Sets the type |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final int STEPTYPE_SIMULATED
public static final int STEPTYPE_CLEANUP
public static final int STEPTYPE_NORMAL
public static final int STEPSTATUS_EXECUTED
public static final int STEPSTATUS_FLUSHED
public static final int STEPSTATUS_ABENDED
public static final int STEPSTATUS_NOTEXECUTED
public static final int STEPRESTARTABILITY_RESTARTABLE
public static final int STEPRESTARTABILITY_NONRESTARTABLE
public static final int STEPRESTARTABILITY_BESTRESTARTSTEP
public static final int STEPACTION_START
public static final int STEPACTION_INCLUDE
public static final int STEPACTION_EXCLUDE
public static final int STEPACTION_END
Constructor Detail |
public JobStep()
Method Detail |
public int getAction()
public java.lang.String getCompletionCode()
public boolean isMustBeExecuted()
public boolean isMustNotBeExecuted()
public java.lang.String getName()
public int getNumber()
public java.lang.String getProcStepName()
public java.lang.String getProgramName()
public int getRestartability()
public int getStatus()
public int getType()
public void setAction(int action)
action
- The action to set.public void setCompletionCode(java.lang.String completionCode)
completionCode
- The completionCode to set.public void setMustBeExecuted(boolean mustBeExecuted)
mustBeExecuted
- The mustBeExecuted to set.public void setMustNotBeExecuted(boolean mustNotBeExecuted)
mustNotBeExecuted
- The mustNotBeExecuted to set.public void setName(java.lang.String name)
name
- The name to set.public void setNumber(int number)
number
- The number to set.public void setProcStepName(java.lang.String procStepName)
procStepName
- The procStepName to set.public void setProgramName(java.lang.String programName)
programName
- The programName to set.public void setRestartability(int restartability)
restartability
- The restartability to set.public void setStatus(int status)
status
- The status to set.public void setType(int type)
type
- The type to set.public boolean equals(java.lang.Object object)
object
- The object to be compared with this one.
public int hashCode()
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |