public class ElementDataBean extends DynamicDataBeanImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Deprecated.
|
protected DsData | dataElement
Deprecated.
|
Constructor and Description |
---|
ElementDataBean()
Deprecated.
Construct a databean which can be used for representing an element within a metaphor.
|
Modifier and Type | Method and Description |
---|---|
void | copy(DynamicDataBean ds)
Deprecated.
Make this object a copy of the bean supplied.
|
java.lang.String | getCommandInterfaceName()
Deprecated.
The interface name of the command that can be used to populate this bean is retrieved through this method.
|
DsData | getDataElement()
Deprecated.
Retrieve the data object containing the value for this element.
|
TypedProperty | getRequestProperties()
Deprecated.
Return the request properties.
|
void | setDataElement(DsData newValue)
Deprecated.
Set the data to be contained by this element.
|
void | setRequestProperties(TypedProperty reqProperties)
Deprecated.
Set the request properties for the page containing this bean.
|
public static final java.lang.String COPYRIGHT
protected DsData dataElement
public ElementDataBean()
public void copy(DynamicDataBean ds)
public java.lang.String getCommandInterfaceName()
public DsData getDataElement()
public TypedProperty getRequestProperties()
public void setDataElement(DsData newValue)
public void setRequestProperties(TypedProperty reqProperties)