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
           
 
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
 
Method Summary
 java.lang.String getCommandInterfaceName()
          Get the command interface name
 void setCommandInterfaceName(java.lang.String ifname)
          Set the command interface name
 
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

getCommandInterfaceName

public java.lang.String getCommandInterfaceName()
Get the command interface name

setCommandInterfaceName

public void setCommandInterfaceName(java.lang.String ifname)
Set the command interface name