com.ibm.commerce.beans
Interface CommandDataBean

All Superinterfaces:
DataBean, InputDataBean, java.io.Serializable
All Known Subinterfaces:
DynamicDataBean
All Known Implementing Classes:
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.
 
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
public static final java.lang.String COPYRIGHT
IBM Copyright notice field.
See Also:
Constant Field Values
Method Detail

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.