|
||||||||
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.AttributeIntegerValueBean
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 | |
AttributeIntegerValueBean()
|
Method Summary | |
java.lang.Object |
getAttributeValue()
This method provides access to the ATTRVALUE.INTEGERVALUE column of DB2 type INTEGER NULL. |
void |
setAttributeValue(java.lang.Object aAttributeValue)
This method provides access to the ATTRVALUE.INTEGERVALUE column of DB2 type INTEGER 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 AttributeIntegerValueBean()
Method Detail |
public java.lang.Object getAttributeValue()
This method provides access to the ATTRVALUE.INTEGERVALUE column of DB2 type INTEGER NULL.
The following is a description of this column:
If this type of Attribute Value is INTEGER, then this column will hold the Attribute Value. If the type is not INTEGER, then this column will be NULL.
public void setAttributeValue(java.lang.Object aAttributeValue)
This method provides access to the ATTRVALUE.INTEGERVALUE column of DB2 type INTEGER NULL.
The following is a description of this column:
If this type of Attribute Value is INTEGER, then this column will hold the Attribute Value. If the type is not INTEGER, 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 |