|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.channel.sms.config.CommandMetaData
public class CommandMetaData
SMS Command Meta Data. One CommandMetaData bean is corresponding to one SMS Command. Data bean can be initialized by configuration file of element factory. Used by request handler to parse the SMS command
Field Summary | |
---|---|
(package private) java.lang.String |
bttOperationName
|
(package private) java.util.List<CommandParamter> |
parameters
|
(package private) java.lang.String |
shortCode
|
Constructor Summary | |
---|---|
CommandMetaData()
|
Method Summary | |
---|---|
java.lang.String |
getBttOperationName()
get BTT operation name to be executed for SMS command |
java.util.List<CommandParamter> |
getParameters()
Parameter list of the SMS Command. |
java.lang.String |
getShortCode()
Shortcode of SMS Command. |
boolean |
hasOptionalParam()
Check if the param list contains optional parameter. |
void |
setBttOperationName(java.lang.String bttOperationName)
Set BTT operation name |
void |
setParameters(java.util.List<CommandParamter> parameters)
Parameter list of the SMS Command. |
void |
setShortCode(java.lang.String shortCode)
Shortcode of SMS Command. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.String shortCode
java.lang.String bttOperationName
java.util.List<CommandParamter> parameters
Constructor Detail |
---|
public CommandMetaData()
Method Detail |
---|
public java.lang.String getBttOperationName()
public void setBttOperationName(java.lang.String bttOperationName)
bttOperationName
- public java.util.List<CommandParamter> getParameters()
public void setParameters(java.util.List<CommandParamter> parameters)
parameters
- public java.lang.String getShortCode()
public void setShortCode(java.lang.String shortCode)
shortCode
- public boolean hasOptionalParam() throws SMSHandlerException
java.lang.Exception
SMSHandlerException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |