|
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.DKRMSMSPairDefICM
DKRMSMSPairDefICM class is a utility class that supports DKSMSCollectionDefICM class. Use DKRMSMSPairDefICM class to pair a resource manager and the SMS collection to which it belongs.
Constructor Summary | |
DKRMSMSPairDefICM()
Default constructor The resource manager and SMS collection names is set to an empty string and their respective codes are set to 0. |
|
DKRMSMSPairDefICM(short rmCode,
short smsCode)
Construc an object with resource manager identifier code and SMS collection identifier code. |
|
DKRMSMSPairDefICM(java.lang.String rmName,
java.lang.String smsName)
Construct an object with resource manager name and SMS collection name |
Method Summary | |
short |
getRMCode()
Gets the resource manager identifier code. |
java.lang.String |
getRMName()
Gets the resource manager name |
short |
getSMSCode()
Get the resource manager SMS collection code |
java.lang.String |
getSMSName()
Get the resource manager SMS collection name |
void |
setRMCode(short rmCode)
Sets the resource manager identifier code with the code that was assigned by the ICM datastore. |
void |
setRMName(java.lang.String rmName)
Sets the resource manager name. |
void |
setSMSCode(short smsCode)
Set the resource manager SMS collection code |
void |
setSMSName(java.lang.String smsName)
Set the resource manager SMS collection Name |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKRMSMSPairDefICM()
public DKRMSMSPairDefICM(java.lang.String rmName, java.lang.String smsName)
rmName
- resource manager namesmsName
- resource manager collection namepublic DKRMSMSPairDefICM(short rmCode, short smsCode)
rmCode
- resource manager codesmsCode
- resource manager collection codeMethod Detail |
public java.lang.String getRMName()
public void setRMName(java.lang.String rmName)
rmName
- source resource manager namepublic short getRMCode()
public void setRMCode(short rmCode)
rmCode
- resource manager codepublic java.lang.String getSMSName()
public void setSMSName(java.lang.String smsName)
smsName
- resource manager SMS collection Namepublic short getSMSCode()
public void setSMSCode(short smsCode)
smsCode
- resource manager SMS collection code
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |