|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.types.DataSetsListResult
This class includes the information required to restart from a step.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
Constructor Summary | |
---|---|
DataSetsListResult()
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.util.List |
getDataSets()
Returns the list of data sets. |
RestartStep |
getStep()
Returns the step number. |
int |
hashCode()
Returns a hash code for this object. |
void |
setDataSets(java.util.List value)
Sets the data sets list. |
void |
setStep(RestartStep 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 DataSetsListResult()
Method Detail |
public java.util.List getDataSets()
public RestartStep getStep()
public void setDataSets(java.util.List value)
value
- The data sets.public void setStep(RestartStep 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 |