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
Method Detail |
---|
public java.lang.String getCommandInterfaceName()
public void setCommandInterfaceName(java.lang.String ifname)
ifname
- the name of the interface of the
command.