com.ibm.commerce.beans
Interface CommandDataBean
- All Superinterfaces:
- DataBean, InputDataBean, java.io.Serializable
- All Known Subinterfaces:
- DynamicDataBean
- All Known Implementing Classes:
- ControlRuleDataBean, ControlRuleListBean, DynamicDataBeanImpl
- 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
IBM Copyright notice field. |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- IBM Copyright notice field.
- See Also:
- Constant Field Values
getCommandInterfaceName
public java.lang.String getCommandInterfaceName()
- Get the command interface name.
-
- Returns:
- The name of the command interface.
setCommandInterfaceName
public void setCommandInterfaceName(java.lang.String ifname)
- Set the command interface name.
-
- Parameters:
- ifname - the name of the interface of the command.
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.