com.ibm.commerce.catalog.objects
Class AttributeStringValueBean

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

public class AttributeStringValueBean
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
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

AttributeStringValueBean

public AttributeStringValueBean()
Method Detail

getAttributeValue

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.

Returns:
java.lang.Object

setAttributeValue

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.

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