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

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

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

This class includes the information required to describe the Restart and Cleanup options for Zos environment.

action See RestartCleanupType for possible values on this field
Default value is RestartCleanupType.ACTION_DISPLAYCLEANUP
cleanup See CleanUpOption for possible values on this field
Default value is CleanUpOption.NONE
useExpandedJCL Default value is false

See Also:
RestartCleanupType, CleanUpOption, Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          Copyright.
 
Constructor Summary
RestartCleanupOptions()
          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.
 RestartCleanupType getAction()
          Returns the action.
 CleanUpOption getCleanup()
          Returns the cleanup option.
 int hashCode()
          Returns a hash code for this object.
 boolean isUseExpandedJCL()
          Returns true if use expand JCL.
 void setAction(RestartCleanupType value)
          Sets the action.
 void setCleanup(CleanUpOption value)
          Sets the cleanup option.
 void setUseExpandedJCL(boolean value)
          Sets true if expanded.
 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

RestartCleanupOptions

public RestartCleanupOptions()
Creates an empty object.

Method Detail

isUseExpandedJCL

public boolean isUseExpandedJCL()
Returns true if use expand JCL.

Returns:
True if f use expand JCL

getAction

public RestartCleanupType getAction()
Returns the action.

Returns:
The action.

getCleanup

public CleanUpOption getCleanup()
Returns the cleanup option.

Returns:
The cleanup option.

setUseExpandedJCL

public void setUseExpandedJCL(boolean value)
Sets true if expanded.

Parameters:
value - True if expanded.

setAction

public void setAction(RestartCleanupType value)
Sets the action.

Parameters:
value - The action.

setCleanup

public void setCleanup(CleanUpOption value)
Sets the cleanup option.

Parameters:
value - The cleanup option.

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.