com.ibm.commerce.catalog.objects
Class AttributeFloatValueBean

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

public class AttributeFloatValueBean
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
AttributeFloatValueBean()
           
 
Method Summary
 java.lang.Object getAttributeValue()
          This method provides access to the ATTRVALUE.FLOATVALUE column of DB2 type FLOAT NULL.
 void setAttributeValue(java.lang.Object aAttributeValue)
          This method provides access to the ATTRVALUE.FLOATVALUE column of DB2 type FLOAT 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

AttributeFloatValueBean

public AttributeFloatValueBean()
Method Detail

getAttributeValue

public java.lang.Object getAttributeValue()

This method provides access to the ATTRVALUE.FLOATVALUE column of DB2 type FLOAT NULL.

The following is a description of this column:

If this type of Attribute Value is FLOAT, then this column will hold the Attribute Value. If this type is not FLOAT, 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.FLOATVALUE column of DB2 type FLOAT NULL.

The following is a description of this column:

If this type of Attribute Value is FLOAT, then this column will hold the Attribute Value. If this type is not FLOAT, then this column will be NULL.

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