|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.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 |
public AttributeValueBean()
Method Detail |
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
aAttributeReferenceNumber
- java.lang.Longpublic 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.
aAttributeValueReferenceNumber
- java.lang.Longpublic 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.
aCatalogEntryReferenceNumber
- java.lang.Longpublic 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.
aField1
- java.lang.Integerpublic 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.
aField2
- java.lang.Stringpublic 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.
aField3
- java.lang.Stringpublic 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.
aImage1
- java.lang.Stringpublic 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.
aImage2
- java.lang.Stringpublic 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.
aLanguage_id
- java.lang.Integerpublic 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.
aName
- java.lang.Stringpublic 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.
aOid
- java.lang.Stringpublic 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.
aOperatorId
- java.lang.Integerpublic 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.
aSequenceNumber
- java.lang.Double
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |