DataBeanCommand is the interface for defining the contract of all DataBeans commands. DataBeans commands are commands used for populating objects that implement the com.ibm.commerce.db.DataBean interface.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
Method Summary | |
---|---|
DataBean |
getDataBean() Gets the DataBean object that this DataBeanCommand populates. |
void |
setDataBean(DataBean bean) Sets the DataBean object that this DataBeanCommand populates. |
void |
setRequestProperties(
TypedProperty properties)
The DataBeanManager calls the setRequestProperties method before
invoking the execute method in this command. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public DataBean getDataBean()
public void setDataBean(DataBean bean)
bean
- the DataBean object.public void setRequestProperties(TypedProperty properties) throws ECException
properties
- data type propertiescom.ibm.commerce.exception.ECException.
ECException