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

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

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

This class includes the information required to restart from a step for Zos environment. This is a read only class.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          Copyright.
 
Constructor Summary
RestartStep()
          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.
 java.lang.String getName()
          Returns the step name.
 int getNumber()
          Returns the step number.
 int hashCode()
          Returns a hash code for this object.
 void setName(java.lang.String value)
          Sets the step name.
 void setNumber(int value)
          Sets the step number.
 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.

Constructor Detail

RestartStep

public RestartStep()
Creates an empty object.

Method Detail

getName

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

Returns:
The name

getNumber

public int getNumber()
Returns the step number.

Returns:
The number.

setName

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

Parameters:
value - The name.

setNumber

public void setNumber(int value)
Sets the step number.

Parameters:
value - The number.

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.