|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.AttributeValueBean | +--com.ibm.commerce.catalog.objects.AttributeStringValueBean
This bean provides access to the ATTRVALUE table.
The following is a description of this table:
This table holds the values assigned to product Attributes and relates them back to CatalogEntries for SKU resolution.
Constructor Summary | |
AttributeStringValueBean()
|
Method Summary | |
java.lang.Object |
getAttributeValue()
This method provides access to the ATTRVALUE.STRINGVALUE column of DB2 type CHAR(254) NULL. |
void |
setAttributeValue(java.lang.Object aAttributeValue)
This method provides access to the ATTRVALUE.STRINGVALUE column of DB2 type CHAR(254) NULL. |
Methods inherited from class com.ibm.commerce.catalog.objects.AttributeValueBean |
getAttributeReferenceNumber, getAttributeValueReferenceNumber, getCatalogEntryReferenceNumber, getField1, getField2, getField3, getImage1, getImage2, getLanguage_id, getName, getOid, getOperatorId, getSequenceNumber, setAttributeReferenceNumber, setAttributeValueReferenceNumber, setCatalogEntryReferenceNumber, setField1, setField2, setField3, setImage1, setImage2, setLanguage_id, setName, setOid, setOperatorId, setSequenceNumber |
Constructor Detail |
public AttributeStringValueBean()
Method Detail |
public java.lang.Object getAttributeValue()
This method provides access to the ATTRVALUE.STRINGVALUE column of DB2 type CHAR(254) NULL.
The following is a description of this column:
If this type of Attribute Value is STRING, then this column will hold the Attribute Value. If the type is not STRING, then this column will be NULL.
public void setAttributeValue(java.lang.Object aAttributeValue)
This method provides access to the ATTRVALUE.STRINGVALUE column of DB2 type CHAR(254) NULL.
The following is a description of this column:
If this type of Attribute Value is STRING, then this column will hold the Attribute Value. If the type is not STRING, then this column will be NULL.
aAttributeValue
- java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |