com.ibm.commerce.catalog.objects
Class AttributeIntegerValueBean

com.ibm.commerce.catalog.objects.AttributeValueBean
  |
  +--com.ibm.commerce.catalog.objects.AttributeIntegerValueBean

public class AttributeIntegerValueBean
extends AttributeValueBean

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

AttributeIntegerValueBean

public AttributeIntegerValueBean()
Method Detail

getAttributeValue

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.

Returns:
java.lang.Object

setAttributeValue

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.

Parameters:
aAttributeValue - java.lang.Object
Returns:
void