public class AttributeValueListDataBean extends SmartDataBeanImpl
Mandatory Parameters:
Some hints and tips for using this data bean are:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Reserved for IBM internal use.
|
emptyString| Constructor and Description |
|---|
AttributeValueListDataBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeValueId()
Gets the attribute value ID of the attribute value.
|
AttributeValueDataBean[] |
getAttributeValueList()
Gets the list of
AttributeValueDataBean. |
java.lang.String |
getCatalogEntryId()
Gets the catalog entry ID in which the attribute values belong to.
|
java.lang.String |
getLanguageId()
Gets the language ID of the attribute value.
|
void |
populate()
Loads data into the data bean when the
DataBeanManager.activate() runs. |
void |
setAttributeValueId(java.lang.String newAttributeValueId)
Sets the attribute value ID.
|
void |
setAttributeValueList(AttributeValueDataBean[] newAttributeValueList)
Sets the list of
AttributeValueDataBean. |
void |
setCatalogEntryId(java.lang.String newCatalogEntryId)
Sets the catalog entry ID to which the attribute values belong.
|
void |
setLanguageId(java.lang.String newLanguageId)
Sets the language ID for the attribute.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public java.lang.String getAttributeValueId()
public AttributeValueDataBean[] getAttributeValueList()
AttributeValueDataBean.AttributeValueDataBeanpublic java.lang.String getCatalogEntryId()
public java.lang.String getLanguageId()
public void populate()
throws java.lang.Exception
DataBeanManager.activate() runs.populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.Exceptionpublic void setAttributeValueId(java.lang.String newAttributeValueId)
newAttributeValueId - the attribute value IDpublic void setAttributeValueList(AttributeValueDataBean[] newAttributeValueList)
AttributeValueDataBean.newAttributeValueList - the list of AttributeValueDataBeanpublic void setCatalogEntryId(java.lang.String newCatalogEntryId)
newCatalogEntryId - the catalog entry IDpublic void setLanguageId(java.lang.String newLanguageId)
newLanguageId - the language ID