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)
newValue
-
com.ibm.commerce.pa.widget.AbstractDynamicWidgetpublic void setMetaData(DataBeanDescriptor newValue)
newValue
-
com.ibm.commerce.beans.DataBeanDescriptorpublic void setPageName(java.lang.String newPage)
newPage
- java.lang.Stringpublic void setParent(DynamicDataBean newValue)
newValue
-
com.ibm.commerce.pa.beans.DynamicDataBeanpublic void setParentName(java.lang.String newValue)
newValue
- java.lang.Stringpublic void setScriptName(java.lang.String newScriptName)
newScriptName
- java.lang.String