java.lang.Object | +--com.ibm.commerce.beans.InputDataBeanImpl | +--com.ibm.commerce.beans.SmartDataBeanImpl | +--com.ibm.commerce.catalog.beans.AttributeValueListDataBean
This bean represents a list of attribute values of a catalog entry.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Reserved for IBM internal use. |
protected
AttributeValueDataBean[] |
iAttributeValueList |
protected
java.lang.String |
istrAttributeValueId |
protected
java.lang.String |
istrCatalogEntryId |
protected
java.lang.String |
istrCurrencyCode |
protected
java.lang.String |
istrLanguageId |
Fields inherited from class com.ibm.commerce.beans. SmartDataBeanImpl |
commandContext |
Fields inherited from class com.ibm.commerce.beans. InputDataBeanImpl |
requestProperties |
Fields inherited from interface com.ibm.commerce.beans. DataBean |
emptyString |
Constructor Summary | |
---|---|
AttributeValueListDataBean() |
Method Summary | |
---|---|
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 of the attribute value. |
java.lang.String |
getLanguageId() Gets the language ID of the attribute value. |
void |
populate() Populates the bean with data and retrieves the bean from the database. |
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 that owns the attribute values. |
void |
setLanguageId(java.lang.String newLanguageId) Sets the language ID of the attribute values. |
Methods inherited from class com.ibm.commerce.beans. SmartDataBeanImpl |
fulfills,
getCommandContext,
getResources,
setCommandContext |
Methods inherited from class com.ibm.commerce.beans. InputDataBeanImpl |
getRequestProperties,
setRequestProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.beans. InputDataBean |
getRequestProperties,
setRequestProperties |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
protected java.lang.String istrLanguageId
protected java.lang.String istrCurrencyCode
protected java.lang.String istrAttributeValueId
protected java.lang.String istrCatalogEntryId
protected AttributeValueDataBean[] iAttributeValueList
Constructor Detail |
---|
public AttributeValueListDataBean()
Method Detail |
---|
public java.lang.String getAttributeValueId()
public AttributeValueDataBean[] getAttributeValueList()
AttributeValueDataBean
.
AttributeValueDataBean
public java.lang.String getCatalogEntryId()
public java.lang.String getLanguageId()
public void populate() throws java.lang.Exception
populate
in interface
SmartDataBean
populate
in class
SmartDataBeanImpl
java.lang.Exception
public void setAttributeValueId(java.lang.String newAttributeValueId)
newAttributeValueId
- the attribute value
IDpublic void setAttributeValueList(AttributeValueDataBean[] newAttributeValueList)
AttributeValueDataBean
.
newAttributeValueList
- the list of
AttributeValueDataBean
public void setCatalogEntryId(java.lang.String newCatalogEntryId)
newCatalogEntryId
- the catalog entry IDpublic void setLanguageId(java.lang.String newLanguageId)
newLanguageId
- the language ID