com.ibm.tws.objects.plan.types
Class JobStep

java.lang.Object
  extended bycom.ibm.tws.objects.plan.types.JobStep
All Implemented Interfaces:
java.io.Serializable

public class JobStep
extends java.lang.Object
implements java.io.Serializable

This class includes the information required to describe the JobStep.

See Also:
Serialized Form

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.


STEPTYPE_SIMULATED

public static final int STEPTYPE_SIMULATED
Step Type Simulated

See Also:
Constant Field Values

STEPTYPE_CLEANUP

public static final int STEPTYPE_CLEANUP
Step Type Clean Up

See Also:
Constant Field Values

STEPTYPE_NORMAL

public static final int STEPTYPE_NORMAL
Step Type Normal

See Also:
Constant Field Values

STEPSTATUS_EXECUTED

public static final int STEPSTATUS_EXECUTED
Step Status Executed

See Also:
Constant Field Values

STEPSTATUS_FLUSHED

public static final int STEPSTATUS_FLUSHED
Step Staus Flushed

See Also:
Constant Field Values

STEPSTATUS_ABENDED

public static final int STEPSTATUS_ABENDED
Step Staus Abended

See Also:
Constant Field Values

STEPSTATUS_NOTEXECUTED

public static final int STEPSTATUS_NOTEXECUTED
Step Status Not Executed

See Also:
Constant Field Values

STEPRESTARTABILITY_RESTARTABLE

public static final int STEPRESTARTABILITY_RESTARTABLE
Step Restart Ability Restartable

See Also:
Constant Field Values

STEPRESTARTABILITY_NONRESTARTABLE

public static final int STEPRESTARTABILITY_NONRESTARTABLE
Step Restart Ability Not Restartable

See Also:
Constant Field Values

STEPRESTARTABILITY_BESTRESTARTSTEP

public static final int STEPRESTARTABILITY_BESTRESTARTSTEP
Step Restart Ability Best Restart Step

See Also:
Constant Field Values

STEPACTION_START

public static final int STEPACTION_START
Step Action Start

See Also:
Constant Field Values

STEPACTION_INCLUDE

public static final int STEPACTION_INCLUDE
Step Action Include

See Also:
Constant Field Values

STEPACTION_EXCLUDE

public static final int STEPACTION_EXCLUDE
Step Action Exclude

See Also:
Constant Field Values

STEPACTION_END

public static final int STEPACTION_END
Step Action End

See Also:
Constant Field Values
Constructor Detail

JobStep

public JobStep()
Creates an empty object.

Method Detail

getAction

public int getAction()
Returns the Action

Returns:
Returns the action.

getCompletionCode

public java.lang.String getCompletionCode()
Returns the completionCode.

Returns:
Returns the completionCode.

isMustBeExecuted

public boolean isMustBeExecuted()
Returns the mustBeExecuted.

Returns:
Returns the mustBeExecuted.

isMustNotBeExecuted

public boolean isMustNotBeExecuted()
Returns the mustNotBeExecuted.

Returns:
Returns the mustNotBeExecuted.

getName

public java.lang.String getName()
Returns the name.

Returns:
Returns the name.

getNumber

public int getNumber()
Returns the number.

Returns:
Returns the number.

getProcStepName

public java.lang.String getProcStepName()
Returns the procStepName.

Returns:
Returns the procStepName.

getProgramName

public java.lang.String getProgramName()
Returns the programName.

Returns:
Returns the programName.

getRestartability

public int getRestartability()
Returns the restartability.

Returns:
Returns the restartability.

getStatus

public int getStatus()
Returns the status.

Returns:
Returns the status.

getType

public int getType()
Returns the type.

Returns:
Returns the type.

setAction

public void setAction(int action)
Sets the Action

Parameters:
action - The action to set.

setCompletionCode

public void setCompletionCode(java.lang.String completionCode)
Sets the Completion Code

Parameters:
completionCode - The completionCode to set.

setMustBeExecuted

public void setMustBeExecuted(boolean mustBeExecuted)
Sets the must be executed flag

Parameters:
mustBeExecuted - The mustBeExecuted to set.

setMustNotBeExecuted

public void setMustNotBeExecuted(boolean mustNotBeExecuted)
sets the must not be excuted flag

Parameters:
mustNotBeExecuted - The mustNotBeExecuted to set.

setName

public void setName(java.lang.String name)
Sets the name

Parameters:
name - The name to set.

setNumber

public void setNumber(int number)
Sets the number

Parameters:
number - The number to set.

setProcStepName

public void setProcStepName(java.lang.String procStepName)
Sets the proc step name

Parameters:
procStepName - The procStepName to set.

setProgramName

public void setProgramName(java.lang.String programName)
Sets ther program name

Parameters:
programName - The programName to set.

setRestartability

public void setRestartability(int restartability)
Sets the restartability value.

Parameters:
restartability - The restartability to set.

setStatus

public void setStatus(int status)
Sets the status

Parameters:
status - The status to set.

setType

public void setType(int type)
Sets the type

Parameters:
type - The type to set.

equals

public boolean equals(java.lang.Object object)
Returns true if all fields of this object are equal to those of the given one.

Parameters:
object - The object to be compared with this one.
Returns:
True if this object equals to the given one.

hashCode

public int hashCode()
Returns a hash code for this object.

Returns:
The object's hash code.

toString

public java.lang.String toString()
Returns a string representation of this object.

Returns:
A text string including all fields.


Copyright © 2005 IBM All Rights Reserved.