public interface CommandDataBean extends InputDataBean
DataBeanHelper
object is associated with a
CommandDataBean
object which provides additional
methods to the data bean.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
emptyString
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandInterfaceName()
This method gets the name of the command interface.
|
void |
setCommandInterfaceName(java.lang.String ifname)
This method sets the command interface name.
|
getRequestProperties, setRequestProperties
static final java.lang.String COPYRIGHT
java.lang.String getCommandInterfaceName()
void setCommandInterfaceName(java.lang.String ifname)
ifname
- This is the name of the command interface.