|
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.DKStorageManageInfoIP
This class defines the IP system-managed storage (SMS) informations.
Constructor Summary | |
DKStorageManageInfoIP()
Constructs a new DKStorageManageInfoIP object. |
|
DKStorageManageInfoIP(DKStorageManageInfoIP sourceSMSIP)
Copy constructor to construct a DKStorageManageInfoIP object. |
Method Summary | |
java.lang.String |
getCollectionName()
Gets the collection name to be used during document creation. |
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 Object Access Method retains the document image. |
java.lang.String |
getStorageClass()
Gets the name of the storage class in which an object is stored. |
java.lang.String |
getStoreSite()
Gets the symbolic name of the ODM host that stores the documents. |
void |
setCollectionName(java.lang.String aCollectionName)
Sets the collection name to be used during document creation. |
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 Object Access Method retains the document image. |
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 4-character symbolic name of the ODM host that stores the documents. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKStorageManageInfoIP()
public DKStorageManageInfoIP(DKStorageManageInfoIP sourceSMSIP)
sourceSMSIP
- a source DKStorageManageInfoIP 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
- the 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 |