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)
public void setRequestProperties(TypedProperty properties) throws ECException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.