|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.types.RestartStep
This class includes the information required to restart from a step for Zos environment. This is a read only class.
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 |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public RestartStep()
Method Detail |
public java.lang.String getName()
public int getNumber()
public void setName(java.lang.String value)
value
- The name.public void setNumber(int value)
value
- The number.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 |