|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.DKStorageManageInfoV4
This class defines the VI400 system-managed storage (SMS) informations.
Constructor Summary | |
DKStorageManageInfoV4()
Constructs a new DKStorageManageInfoV4 object. |
|
DKStorageManageInfoV4(DKStorageManageInfoV4 sourceSMSV4)
Copy constructor to construct a DKStorageManageInfoV4 object. |
Method Summary | |
java.lang.String |
getCollectionName()
Gets the user-defined collection name. |
java.lang.String |
getManagementClass()
Gets the name of the management class in which an object is stored. |
java.lang.String |
getName()
Gets the name of this extension object |
int |
getRetention()
Gets the period in days that the V4 system retains the object in system-managed storage. |
java.lang.String |
getStorageClass()
Gets the name of the storage class in which an object is stored. |
java.lang.String |
getStoreSite()
Gets the name of the object server in which an object is stored. |
void |
setCollectionName(java.lang.String aCollectionName)
Sets the ASCIIZ user-defined collection name. |
void |
setManagementClass(java.lang.String aMgtClass)
Sets the name of the management class in which an object is stored. |
void |
setName(java.lang.String extName)
Sets the name of this extension object |
void |
setRetention(int aRetention)
Sets the period in days that the V4 system retains the object in system-managed storage. |
void |
setStorageClass(java.lang.String aStgClass)
Sets the name of the storage class in which an object is stored. |
void |
setStoreSite(java.lang.String aStoreSite)
Sets the name of the object server in which an object is stored. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKStorageManageInfoV4()
public DKStorageManageInfoV4(DKStorageManageInfoV4 sourceSMSV4)
sourceSMSV4
- a source DKStorageManageInfoV4 objectMethod Detail |
public java.lang.String getName() throws java.lang.Exception
getName
in interface dkExtension
public void setName(java.lang.String extName) throws java.lang.Exception
setName
in interface dkExtension
extName
- name of this extension objectpublic void setRetention(int aRetention)
aRetention
- the retention dayspublic int getRetention()
public void setCollectionName(java.lang.String aCollectionName)
setCollectionName
in interface dkStorageManageInfo
aCollectionName
- a user-defined collection namepublic java.lang.String getCollectionName()
getCollectionName
in interface dkStorageManageInfo
public void setManagementClass(java.lang.String aMgtClass)
setManagementClass
in interface dkStorageManageInfo
aMgtClass
- a management class namepublic java.lang.String getManagementClass()
getManagementClass
in interface dkStorageManageInfo
public void setStorageClass(java.lang.String aStgClass)
setStorageClass
in interface dkStorageManageInfo
aStgClass
- a storage class namepublic java.lang.String getStorageClass()
getStorageClass
in interface dkStorageManageInfo
public void setStoreSite(java.lang.String aStoreSite)
setStoreSite
in interface dkStorageManageInfo
aStoreSite
- an object server namepublic java.lang.String getStoreSite()
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |