|
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.CommandParamter
public class CommandParamter
SMS Command Parameter definition bean. One data bean is corresponding to one parameter. Data bean can be initialized by the configuration file of element factory. Used by request handler to parse the SMS command
Field Summary | |
---|---|
(package private) java.lang.String |
name
|
(package private) boolean |
optional
|
(package private) java.lang.String |
type
|
Constructor Summary | |
---|---|
CommandParamter()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Field name of the parameter. |
boolean |
getOptional()
If this parameter is optional. |
java.lang.String |
getType()
The java type of the parameter. |
void |
setName(java.lang.String name)
Field name of the parameter. |
void |
setOptional(boolean optional)
If this parameter is optional. |
void |
setType(java.lang.String type)
The java type of the parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.String name
boolean optional
java.lang.String type
Constructor Detail |
---|
public CommandParamter()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public boolean getOptional()
public void setOptional(boolean optional)
public java.lang.String getType()
public void setType(java.lang.String type)
type
-
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |