|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.tws.objects.plan.types.DataSet
This class includes the information required to describe the Dataset.
Field Summary | |
---|---|
static int |
CATALOGTYPE_JOBCATALOG
Catalog Type Job Catalog |
static int |
CATALOGTYPE_OTHERCATALOG
Catalog Type Other Catalog |
static int |
CATALOGTYPE_STEPCATALOG
Catalog Type Step Catalog |
static java.lang.String |
COPYRIGHT
Copyright. |
static int |
DEVICETYPE_DEVICEDASD
Device Type DASD |
static int |
DEVICETYPE_DEVICEOTHER
Device Type OTHER |
static int |
DEVICETYPE_DEVICETAPE
Device Type TAPE |
static int |
RCDSACTIONTYPE_DATASETDELETE
RCDS Action Type: Dataset delete |
static int |
RCDSACTIONTYPE_DATASETDELETEANDUNCATALOG
RCDS Action Type: Dataset delete and uncatalog |
static int |
RCDSACTIONTYPE_DATASETRECATALOG
RCDS Action Type: Dataset recatalog |
static int |
RCDSACTIONTYPE_DATASETUNCATALOG
RCDS Action Type: Dataset uncatalog |
static int |
RCDSRESULTTYPE_CLEANUPDONE
RCDS Result Type: Clean Up Done |
static int |
RCDSRESULTTYPE_CLEANUPFAILED
RCDS Result Type: Clean Up Failed |
static int |
RCDSRESULTTYPE_NOCLEANUP
RCDS Result Type: No Clean Up |
static int |
RCDSUSERSELECTIONTYPE_EXCLUDEDATASET
RCDS User Selection Type: Exclude Dataset |
static int |
RCDSUSERSELECTIONTYPE_INCLUDEDATASET
RCDS User Selection Type: Include Dataset |
Constructor Summary | |
---|---|
DataSet()
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. |
int |
getCatalogType()
Returns the Catalog Type |
java.lang.String |
getDatasetName()
Returns the Dataset Name |
int |
getDeviceType()
Returns the Device Type |
java.lang.String |
getFirstVolume()
Returns the First Volume |
int |
getGDGRelativeNumber()
Returns the GDG Relative Number |
int |
getNumberOfVolumes()
Returns the number of volumes |
int |
getRcdAactionType()
Deprecated. |
int |
getRcdActionType()
Returns the Rcd Action Type |
int |
getRcdCleanupResult()
Returns the Rcd Cleanup Result |
int |
getRcdUserSelection()
Returns the Rcd User Selection |
java.lang.String |
getSequenceNumber()
Returns the sequence number |
java.lang.String |
getStepName()
Returns the step name |
java.lang.String |
getUserCatalog()
Returns the User Catalog |
int |
hashCode()
Returns a hash code for this object. |
boolean |
isGDGDataset()
Returns the GDG Dataset |
boolean |
isMigrated()
Returns true if is migrated, false otherwise |
boolean |
isProtectedDataset()
Returns true if the dataset is protected, false otherwise |
boolean |
isSMSManaged()
Returns true if it is SMS manager, false otherwise |
boolean |
isVSAMDataset()
Returns the VSAM Dataset |
void |
setCatalogType(int catalogType)
Sets the Catalog Type |
void |
setDatasetName(java.lang.String datasetName)
Sets the Dataset Name |
void |
setDeviceType(int deviceType)
Sets the Device Type |
void |
setFirstVolume(java.lang.String firstVolume)
Sets the First Volume |
void |
setGDGDataset(boolean dataset)
Sets the GDG Dataset |
void |
setGDGRelativeNumber(int relativeNumber)
Sets the Relative Number |
void |
setMigrated(boolean migrated)
Sets if this dataset is migrated or not. |
void |
setNumberOfVolumes(int numberOfVolumes)
Sets the number of volumes. |
void |
setProtectedDataset(boolean protectedDataset)
Sets if this dataset is protected or not. |
void |
setRcdAactionType(int rcdAactionType)
Deprecated. |
void |
setRcdActionType(int i)
Sets the Rcd Action Type |
void |
setRcdCleanupResult(int rcdCleanupResult)
Sets the Rcd Cleanup Result |
void |
setRcdUserSelection(int rcdUserSelection)
Sets the Rcd User Selection |
void |
setSequenceNumber(java.lang.String sequenceNumber)
Sets the Sequence Number |
void |
setSMSManaged(boolean managed)
Sets if this Dataset is SMS managed or not. |
void |
setStepName(java.lang.String stepName)
Sets the step name |
void |
setUserCatalog(java.lang.String userCatalog)
Sets the user catalog |
void |
setVSAMDataset(boolean dataset)
Sets if this dataset is VSAM or not. |
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 int DEVICETYPE_DEVICEDASD
public static final int DEVICETYPE_DEVICETAPE
public static final int DEVICETYPE_DEVICEOTHER
public static final int CATALOGTYPE_STEPCATALOG
public static final int CATALOGTYPE_JOBCATALOG
public static final int CATALOGTYPE_OTHERCATALOG
public static final int RCDSACTIONTYPE_DATASETDELETEANDUNCATALOG
public static final int RCDSACTIONTYPE_DATASETDELETE
public static final int RCDSACTIONTYPE_DATASETRECATALOG
public static final int RCDSACTIONTYPE_DATASETUNCATALOG
public static final int RCDSUSERSELECTIONTYPE_INCLUDEDATASET
public static final int RCDSUSERSELECTIONTYPE_EXCLUDEDATASET
public static final int RCDSRESULTTYPE_CLEANUPDONE
public static final int RCDSRESULTTYPE_CLEANUPFAILED
public static final int RCDSRESULTTYPE_NOCLEANUP
public static final java.lang.String COPYRIGHT
Constructor Detail |
public DataSet()
Method Detail |
public int getCatalogType()
public java.lang.String getDatasetName()
public int getDeviceType()
public java.lang.String getFirstVolume()
public boolean isGDGDataset()
public int getGDGRelativeNumber()
public boolean isMigrated()
public int getNumberOfVolumes()
public boolean isProtectedDataset()
public int getRcdAactionType()
public int getRcdCleanupResult()
public int getRcdUserSelection()
public java.lang.String getSequenceNumber()
public boolean isSMSManaged()
public java.lang.String getStepName()
public java.lang.String getUserCatalog()
public boolean isVSAMDataset()
public void setCatalogType(int catalogType)
catalogType
- The catalogType to set.public void setDatasetName(java.lang.String datasetName)
datasetName
- The datasetName to set.public void setDeviceType(int deviceType)
deviceType
- The deviceType to set.public void setFirstVolume(java.lang.String firstVolume)
firstVolume
- The firstVolume to set.public void setGDGDataset(boolean dataset)
dataset
- The gDGDataset to set.public void setGDGRelativeNumber(int relativeNumber)
relativeNumber
- The gDGRelativeNumber to set.public void setMigrated(boolean migrated)
migrated
- The migrated to set.public void setNumberOfVolumes(int numberOfVolumes)
numberOfVolumes
- The numberOfVolumes to set.public void setProtectedDataset(boolean protectedDataset)
protectedDataset
- The protectedDataset to set.public void setRcdAactionType(int rcdAactionType)
rcdAactionType
- The rcdAactionType to set.public void setRcdCleanupResult(int rcdCleanupResult)
rcdCleanupResult
- The rcdCleanupResult to set.public void setRcdUserSelection(int rcdUserSelection)
rcdUserSelection
- The rcdUserSelection to set.public void setSequenceNumber(java.lang.String sequenceNumber)
sequenceNumber
- The sequenceNumber to set.public void setSMSManaged(boolean managed)
managed
- The SMSManaged to set.public void setStepName(java.lang.String stepName)
stepName
- The stepName to set.public void setUserCatalog(java.lang.String userCatalog)
userCatalog
- The userCatalog to set.public void setVSAMDataset(boolean dataset)
dataset
- The VSAMDataset to set.public boolean equals(java.lang.Object object)
object
- The object to be compared with this one.
public int hashCode()
public java.lang.String toString()
public int getRcdActionType()
public void setRcdActionType(int i)
i
- the Rcd Action Type to set.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |