|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.AttributeBean
This bean provides access to the ATTRIBUTE table.
The following is a description of this table:
This table holds product Attributes which are used for descriptive or SKU resolution purposes.
Constructor Summary | |
AttributeBean()
|
Method Summary | |
java.lang.Long |
getAttributeReferenceNumber()
This method provides access to the ATTRIBUTE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getAttributeType()
This method provides access to the ATTRIBUTE.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL. |
java.lang.Long |
getCatalogEntryReferenceNumber()
This method provides access to the ATTRIBUTE.CATENTRY_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getDescription()
This method provides access to the ATTRIBUTE.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getDescription2()
This method provides access to the ATTRIBUTE.DESCRIPTION2 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField1()
This method provides access to the ATTRIBUTE.FIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getLanguage_id()
This method provides access to the ATTRIBUTE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getName()
This method provides access to the ATTRIBUTE.NAME column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getOID()
This method provides access to the ATTRIBUTE.OID column of DB2 type VARCHAR(64) NULL. |
java.lang.Double |
getSequenceNumber()
This method provides access to the ATTRIBUTE.SEQUENCE column of DB2 type FLOAT NOT NULL. |
java.lang.String |
getUsage()
This method provides access to the ATTRIBUTE.USAGE column of DB2 type CHAR(1) NULL. |
void |
setAttributeReferenceNumber(java.lang.Long aAttributeReferenceNumber)
This method provides access to the ATTRIBUTE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
void |
setAttributeType(java.lang.String aAttributeType)
This method provides access to the ATTRIBUTE.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL. |
void |
setCatalogEntryReferenceNumber(java.lang.Long aCatalogEntryReferenceNumber)
This method provides access to the ATTRIBUTE.CATENTRY_ID column of DB2 type BIGINT NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the ATTRIBUTE.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setDescription2(java.lang.String aDescription2)
This method provides access to the ATTRIBUTE.DESCRIPTION2 column of DB2 type VARCHAR(254) NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the ATTRIBUTE.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setLanguage_id(java.lang.Integer aLanguage_id)
This method provides access to the ATTRIBUTE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setName(java.lang.String aName)
This method provides access to the ATTRIBUTE.NAME column of DB2 type VARCHAR(254) NULL. |
void |
setOID(java.lang.String aOID)
This method provides access to the ATTRIBUTE.OID column of DB2 type VARCHAR(64) NULL. |
void |
setSequenceNumber(java.lang.Double aSequenceNumber)
This method provides access to the ATTRIBUTE.SEQUENCE column of DB2 type FLOAT NOT NULL. |
void |
setUsage(java.lang.String aUsage)
This method provides access to the ATTRIBUTE.USAGE column of DB2 type CHAR(1) NULL. |
Constructor Detail |
public AttributeBean()
Method Detail |
public java.lang.Long getAttributeReferenceNumber()
This method provides access to the ATTRIBUTE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Attribute.
public java.lang.String getAttributeType()
This method provides access to the ATTRIBUTE.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
The type of the corresponding Attribute value. Foreign key to the ATTRTYPE table.
public java.lang.Long getCatalogEntryReferenceNumber()
This method provides access to the ATTRIBUTE.CATENTRY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The reference number of the Product to which this Attribute belongs.
public java.lang.String getDescription()
This method provides access to the ATTRIBUTE.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The Attribute description.
public java.lang.String getDescription2()
This method provides access to the ATTRIBUTE.DESCRIPTION2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
An additional description field for this Attribute.
public java.lang.String getField1()
This method provides access to the ATTRIBUTE.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.Integer getLanguage_id()
This method provides access to the ATTRIBUTE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language that this Attribute pertains to. For a list of language components, see the LANGUAGE table.
public java.lang.String getName()
This method provides access to the ATTRIBUTE.NAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The name given to this Attribute.
public java.lang.String getOID()
This method provides access to the ATTRIBUTE.OID column of DB2 type VARCHAR(64) 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 ATTRIBUTE.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 Attributes for a given product.
public java.lang.String getUsage()
This method provides access to the ATTRIBUTE.USAGE column of DB2 type CHAR(1) NULL.
The following is a description of this column:
The purpose of the Attribute. NULL or "1" indicates SKU-resolution. "2" indicates a descriptive Attribute and should not be used to resolve SKUs.
public void setAttributeReferenceNumber(java.lang.Long aAttributeReferenceNumber)
This method provides access to the ATTRIBUTE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Attribute.
aAttributeReferenceNumber
- java.lang.Longpublic void setAttributeType(java.lang.String aAttributeType)
This method provides access to the ATTRIBUTE.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
The type of the corresponding Attribute value. Foreign key to the ATTRTYPE table.
aAttributeType
- java.lang.Stringpublic void setCatalogEntryReferenceNumber(java.lang.Long aCatalogEntryReferenceNumber)
This method provides access to the ATTRIBUTE.CATENTRY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The reference number of the Product to which this Attribute belongs.
aCatalogEntryReferenceNumber
- java.lang.Longpublic void setDescription(java.lang.String aDescription)
This method provides access to the ATTRIBUTE.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The Attribute description.
aDescription
- java.lang.Stringpublic void setDescription2(java.lang.String aDescription2)
This method provides access to the ATTRIBUTE.DESCRIPTION2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
An additional description field for this Attribute.
aDescription2
- java.lang.Stringpublic void setField1(java.lang.String aField1)
This method provides access to the ATTRIBUTE.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Stringpublic void setLanguage_id(java.lang.Integer aLanguage_id)
This method provides access to the ATTRIBUTE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language that this Attribute 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 ATTRIBUTE.NAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The name given to this Attribute.
aName
- java.lang.Stringpublic void setOID(java.lang.String aOID)
This method provides access to the ATTRIBUTE.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 setSequenceNumber(java.lang.Double aSequenceNumber)
This method provides access to the ATTRIBUTE.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 Attributes for a given product.
aSequenceNumber
- java.lang.Doublepublic void setUsage(java.lang.String aUsage)
This method provides access to the ATTRIBUTE.USAGE column of DB2 type CHAR(1) NULL.
The following is a description of this column:
The purpose of the Attribute. NULL or "1" indicates SKU-resolution. "2" indicates a descriptive Attribute and should not be used to resolve SKUs.
aUsage
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |