com.ibm.commerce.beans
Interface CommandDataBean
- All Superinterfaces:
- DataBean, InputDataBean, java.io.Serializable
- All Known Subinterfaces:
- DynamicDataBean
- All Known Implementing Classes:
- ControlRuleDataBean, ControlRuleListBean
- public interface CommandDataBean
- extends InputDataBean
The CommandDataBean defines the interface that has to be implemented by
a DataBean that will be populated by a DataBeanCommand.
A DataBeanHelper is associated with a CommandDataBean which provides additional
methods used by the DataBean.
Field Summary |
static java.lang.String |
COPYRIGHT
|
COPYRIGHT
public static final java.lang.String COPYRIGHT
getCommandInterfaceName
public java.lang.String getCommandInterfaceName()
- Get the command interface name
setCommandInterfaceName
public void setCommandInterfaceName(java.lang.String ifname)
- Set the command interface name