|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlive.dto.MDisk
Stores all the information about minidisks (used for cloning)
Field Summary | |
private String |
amt
|
private String |
blockOrCylinder
|
private String |
mode
|
private String |
MultiPW
|
private boolean |
PW
|
private String |
ReadPW
|
private String |
startNum
|
private String |
storageType
|
private String |
virtAddr
|
private String |
volumeID
|
private String |
WritePW
|
Constructor Summary | |
MDisk()
|
|
MDisk(String virtAddr,
String storageType,
String startNum,
String amt,
String volumeID,
String mode,
boolean PW,
String ReadPW,
String WritePW,
String MultiPW,
String BlockOrCylinder)
Creates a new instance of MDisk |
Method Summary | |
String |
getAllocationType()
Returns the storage type |
String |
getBlOrCyl()
|
String |
getMode()
Returns the access mode |
String |
getMultiPW()
Returns the multi access PW |
String |
getReadPW()
Returns the read access PW |
String |
getSize()
|
String |
getStartLoc()
Returns the starting cylinder or block number |
String |
getVirtualAddr()
Returns the virtual address of the disk |
String |
getVolumeID()
Returns the volume ID |
String |
getWritePW()
Returns the write access PW |
boolean |
hasPW()
Returns the value of the PW boolean |
void |
setAllocationType(String storageType)
Sets the storage type |
void |
setBlOrCyl(String blockOrCylinder)
|
void |
setHasPW(boolean pW)
Sets the PW variable |
void |
setMode(String mode)
Sets the access mode |
void |
setMultiPW(String multiPW)
Sets the multi access PW |
void |
setReadPW(String readPW)
Sets the read access PW |
void |
setSize(String amt)
|
void |
setStartLoc(String startNum)
Sets the starting cylinder or block number |
void |
setVirtAddr(String virtAddr)
Sets the virtual address of the disk |
void |
setVolumeID(String volumeID)
Sets the volume ID |
void |
setWritePW(String writePW)
Sets the write access PW |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private String virtAddr
private String storageType
private String startNum
private String amt
private String volumeID
private String mode
private boolean PW
private String ReadPW
private String WritePW
private String MultiPW
private String blockOrCylinder
Constructor Detail |
public MDisk(String virtAddr, String storageType, String startNum, String amt, String volumeID, String mode, boolean PW, String ReadPW, String WritePW, String MultiPW, String BlockOrCylinder)
virtAddr
- virtual address of the minidiskstorageType
- what kind of storage for this minidisk - AUTOG, T-DISK, V-DISKstartNum
- starting number for DASDamt
- how much DASD to allocatevolumeID
- which volume to allocate DASD on, usually LVDASDmode
- Access mode for the DASDPW
- Whether passwords have been set for the DASD or notReadPW
- Read access passwordWritePW
- Write access passwordMultiPW
- Multi access passwordBlockOrCylinder
- whether it is being stored as a block or a cylinderpublic MDisk()
Method Detail |
public void setVirtAddr(String virtAddr)
virtAddr
- The virtAddr to set.public String getVirtualAddr()
public void setAllocationType(String storageType)
storageType
- The storageType to set.public String getAllocationType()
public void setStartLoc(String startNum)
startNum
- The startNum to set.public String getStartLoc()
public void setVolumeID(String volumeID)
volumeID
- The volumeID to set.public String getVolumeID()
public void setMode(String mode)
mode
- The mode to set.public String getMode()
public void setReadPW(String readPW)
readPW
- The readPW to set.public String getReadPW()
public void setWritePW(String writePW)
writePW
- The writePW to set.public String getWritePW()
public void setMultiPW(String multiPW)
multiPW
- The multiPW to set.public String getMultiPW()
public void setHasPW(boolean pW)
pW
- Whether passwords have been set.public boolean hasPW()
public void setSize(String amt)
amt
- The amt to set.public String getSize()
public void setBlOrCyl(String blockOrCylinder)
blockOrCylinder
- Whether we're using blocks or cylinderspublic String getBlOrCyl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |