This interface is for beans that are populated dynamically by a separate command.
Field Summary | |
static java.lang.String | COPYRIGHT |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Method Summary | |
void | copy(DynamicDataBean ds) Copy method. |
AbstractDynamicWidget | getDefaultWidget() Return the default widget to use to render this bean. |
DataBeanDescriptor | getMetaData() Return the DataBeanDescriptor for this bean. |
java.lang.String | getPageName() Return the page name for the page that this bean is on. |
DynamicDataBean | getParent() Return the parent bean. |
java.lang.String | getParentName() Return the name of the class of the parent bean. |
java.lang.String | getScriptName() Return the script name for the page that this bean is on. |
void | setDefaultWidget(AbstractDynamicWidget newValue) Set the default widget used to render this bean. |
void | setMetaData(DataBeanDescriptor newValue) Set the descriptor for this bean. |
void | setPageName(java.lang.String newPage) Set the name of the page that this bean is on. |
void | setParent(DynamicDataBean newValue) Set the parent of this bean. |
void | setParentName(java.lang.String newValue) Set the name of the class of the parent of this bean. |
void | setScriptName(java.lang.String newScriptName) Set the name of the script for the page that this bean is on. |
Methods inherited from interface com.ibm.commerce.beans.CommandDataBean |
getCommandInterfaceName, setCommandInterfaceName |
Methods inherited from interface com.ibm.commerce.beans.InputDataBean |
getRequestProperties, setRequestProperties |
Field Detail |
public static final java.lang.String COPYRIGHT
Method Detail |
public void copy(DynamicDataBean ds)
public AbstractDynamicWidget getDefaultWidget()
public DataBeanDescriptor getMetaData()
public java.lang.String getPageName()
public DynamicDataBean getParent()
public java.lang.String getParentName()
public java.lang.String getScriptName()
public void setDefaultWidget(AbstractDynamicWidget newValue)
public void setMetaData(DataBeanDescriptor newValue)
public void setPageName(java.lang.String newPage)
public void setParent(DynamicDataBean newValue)
public void setParentName(java.lang.String newValue)
public void setScriptName(java.lang.String newScriptName)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.