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

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

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

This class includes the information required to restart from a step.

See Also:
Serialized Form

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.

Constructor Detail

DataSetsListResult

public DataSetsListResult()
Creates an empty object.

Method Detail

getDataSets

public java.util.List getDataSets()
Returns the list of data sets.

Returns:
The dataSets

getStep

public RestartStep getStep()
Returns the step number.

Returns:
The number.

setDataSets

public void setDataSets(java.util.List value)
Sets the data sets list.

Parameters:
value - The data sets.

setStep

public void setStep(RestartStep 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.