public interface DataBeanCommand
extends com.ibm.commerce.command.TargetableECCommand
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
| Modifier and Type | Method and Description |
|---|---|
| DataBean | getDataBean()
This method gets the DataBean object that this DataBeanCommand populates.
|
| void | setDataBean(DataBean bean)
This method sets the DataBean object that this DataBeanCommand populates.
|
| void | setRequestProperties(TypedProperty properties)
This method is called by the DataBeanManager before invoking the execute method in this command.
|
static final java.lang.String COPYRIGHT
DataBean getDataBean()
void setDataBean(DataBean bean)
void setRequestProperties(TypedProperty properties) throws ECException