com.ibm.commerce.catalog.objects
Class AttributeValueBean

com.ibm.commerce.catalog.objects.AttributeValueBean
Direct Known Subclasses:
AttributeFloatValueBean, AttributeIntegerValueBean, AttributeStringValueBean

public class 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
AttributeValueBean()
           
 
Method Summary
 java.lang.Long getAttributeReferenceNumber()
          This method provides access to the ATTRVALUE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getAttributeValueReferenceNumber()
          This method provides access to the ATTRVALUE.ATTRVALUE_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getCatalogEntryReferenceNumber()
          This method provides access to the ATTRVALUE.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Integer getField1()
          This method provides access to the ATTRVALUE.FIELD1 column of DB2 type INTEGER NULL.
 java.lang.String getField2()
          This method provides access to the ATTRVALUE.FIELD2 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getField3()
          This method provides access to the ATTRVALUE.FIELD3 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getImage1()
          This method provides access to the ATTRVALUE.IMAGE1 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getImage2()
          This method provides access to the ATTRVALUE.IMAGE2 column of DB2 type VARCHAR(254) NULL.
 java.lang.Integer getLanguage_id()
          This method provides access to the ATTRVALUE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getName()
          This method provides access to the ATTRVALUE.NAME column of DB2 type VARCHAR(254) NULL.
 java.lang.String getOid()
          This method provides access to the ATTRVALUE.OID column of DB2 type VARCHAR(64) NULL.
 java.lang.Integer getOperatorId()
          This method provides access to the ATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NULL.
 java.lang.Double getSequenceNumber()
          This method provides access to the ATTRVALUE.SEQUENCE column of DB2 type FLOAT NOT NULL.
 void setAttributeReferenceNumber(java.lang.Long aAttributeReferenceNumber)
          This method provides access to the ATTRVALUE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
 void setAttributeValueReferenceNumber(java.lang.Long aAttributeValueReferenceNumber)
          This method provides access to the ATTRVALUE.ATTRVALUE_ID column of DB2 type BIGINT NOT NULL.
 void setCatalogEntryReferenceNumber(java.lang.Long aCatalogEntryReferenceNumber)
          This method provides access to the ATTRVALUE.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
 void setField1(java.lang.Integer aField1)
          This method provides access to the ATTRVALUE.FIELD1 column of DB2 type INTEGER NULL.
 void setField2(java.lang.String aField2)
          This method provides access to the ATTRVALUE.FIELD2 column of DB2 type VARCHAR(254) NULL.
 void setField3(java.lang.String aField3)
          This method provides access to the ATTRVALUE.FIELD3 column of DB2 type VARCHAR(254) NULL.
 void setImage1(java.lang.String aImage1)
          This method provides access to the ATTRVALUE.IMAGE1 column of DB2 type VARCHAR(254) NULL.
 void setImage2(java.lang.String aImage2)
          This method provides access to the ATTRVALUE.IMAGE2 column of DB2 type VARCHAR(254) NULL.
 void setLanguage_id(java.lang.Integer aLanguage_id)
          This method provides access to the ATTRVALUE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setName(java.lang.String aName)
          This method provides access to the ATTRVALUE.NAME column of DB2 type VARCHAR(254) NULL.
 void setOid(java.lang.String aOid)
          This method provides access to the ATTRVALUE.OID column of DB2 type VARCHAR(64) NULL.
 void setOperatorId(java.lang.Integer aOperatorId)
          This method provides access to the ATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NULL.
 void setSequenceNumber(java.lang.Double aSequenceNumber)
          This method provides access to the ATTRVALUE.SEQUENCE column of DB2 type FLOAT NOT NULL.
 

Constructor Detail

AttributeValueBean

public AttributeValueBean()
Method Detail

getAttributeReferenceNumber

public java.lang.Long getAttributeReferenceNumber()

This method provides access to the ATTRVALUE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the Attribute associated with this Value.

Returns:
java.lang.Long

getAttributeValueReferenceNumber

public java.lang.Long getAttributeValueReferenceNumber()

This method provides access to the ATTRVALUE.ATTRVALUE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of this Attribute Value.

Returns:
java.lang.Long

getCatalogEntryReferenceNumber

public java.lang.Long getCatalogEntryReferenceNumber()

This method provides access to the ATTRVALUE.CATENTRY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The CatalogEntry that this Attribute Value describes.

Returns:
java.lang.Long

getField1

public java.lang.Integer getField1()

This method provides access to the ATTRVALUE.FIELD1 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

Returns:
java.lang.Integer

getField2

public java.lang.String getField2()

This method provides access to the ATTRVALUE.FIELD2 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Returns:
java.lang.String

getField3

public java.lang.String getField3()

This method provides access to the ATTRVALUE.FIELD3 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Returns:
java.lang.String

getImage1

public java.lang.String getImage1()

This method provides access to the ATTRVALUE.IMAGE1 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The image path of this Attribute Value.

Returns:
java.lang.String

getImage2

public java.lang.String getImage2()

This method provides access to the ATTRVALUE.IMAGE2 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The image path of this Attribute Value.

Returns:
java.lang.String

getLanguage_id

public java.lang.Integer getLanguage_id()

This method provides access to the ATTRVALUE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The language that this Attribute Value pertains to. For a list of language components, see the LANGUAGE table.

Returns:
java.lang.Integer

getName

public java.lang.String getName()

This method provides access to the ATTRVALUE.NAME column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The name given to this Attribute Value.

Returns:
java.lang.String

getOid

public java.lang.String getOid()

This method provides access to the ATTRVALUE.OID column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.String

getOperatorId

public java.lang.Integer getOperatorId()

This method provides access to the ATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Integer

getSequenceNumber

public java.lang.Double getSequenceNumber()

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

The following is a description of this column:

A sequence number that determines the display order of Attribute Values for a given Attribute.

Returns:
java.lang.Double

setAttributeReferenceNumber

public void setAttributeReferenceNumber(java.lang.Long aAttributeReferenceNumber)

This method provides access to the ATTRVALUE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the Attribute associated with this Value.

Parameters:
aAttributeReferenceNumber - java.lang.Long
Returns:
void

setAttributeValueReferenceNumber

public void setAttributeValueReferenceNumber(java.lang.Long aAttributeValueReferenceNumber)

This method provides access to the ATTRVALUE.ATTRVALUE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of this Attribute Value.

Parameters:
aAttributeValueReferenceNumber - java.lang.Long
Returns:
void

setCatalogEntryReferenceNumber

public void setCatalogEntryReferenceNumber(java.lang.Long aCatalogEntryReferenceNumber)

This method provides access to the ATTRVALUE.CATENTRY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The CatalogEntry that this Attribute Value describes.

Parameters:
aCatalogEntryReferenceNumber - java.lang.Long
Returns:
void

setField1

public void setField1(java.lang.Integer aField1)

This method provides access to the ATTRVALUE.FIELD1 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

Parameters:
aField1 - java.lang.Integer
Returns:
void

setField2

public void setField2(java.lang.String aField2)

This method provides access to the ATTRVALUE.FIELD2 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Parameters:
aField2 - java.lang.String
Returns:
void

setField3

public void setField3(java.lang.String aField3)

This method provides access to the ATTRVALUE.FIELD3 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Parameters:
aField3 - java.lang.String
Returns:
void

setImage1

public void setImage1(java.lang.String aImage1)

This method provides access to the ATTRVALUE.IMAGE1 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The image path of this Attribute Value.

Parameters:
aImage1 - java.lang.String
Returns:
void

setImage2

public void setImage2(java.lang.String aImage2)

This method provides access to the ATTRVALUE.IMAGE2 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The image path of this Attribute Value.

Parameters:
aImage2 - java.lang.String
Returns:
void

setLanguage_id

public void setLanguage_id(java.lang.Integer aLanguage_id)

This method provides access to the ATTRVALUE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The language that this Attribute Value pertains to. For a list of language components, see the LANGUAGE table.

Parameters:
aLanguage_id - java.lang.Integer
Returns:
void

setName

public void setName(java.lang.String aName)

This method provides access to the ATTRVALUE.NAME column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The name given to this Attribute Value.

Parameters:
aName - java.lang.String
Returns:
void

setOid

public void setOid(java.lang.String aOid)

This method provides access to the ATTRVALUE.OID column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aOid - java.lang.String
Returns:
void

setOperatorId

public void setOperatorId(java.lang.Integer aOperatorId)

This method provides access to the ATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aOperatorId - java.lang.Integer
Returns:
void

setSequenceNumber

public void setSequenceNumber(java.lang.Double aSequenceNumber)

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

The following is a description of this column:

A sequence number that determines the display order of Attribute Values for a given Attribute.

Parameters:
aSequenceNumber - java.lang.Double
Returns:
void