|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.RelatedCatalogEntryBean
This bean provides access to the MASSOCCECE table.
The following is a description of this table:
This table holds the merchandising associations that exist between CatalogEntries.
Constructor Summary | |
RelatedCatalogEntryBean()
|
Method Summary | |
java.lang.String |
getAssociationType()
This method provides access to the MASSOCCECE.MASSOCTYPE_ID column of DB2 type CHAR(32) NOT NULL. |
java.lang.String |
getField1()
This method provides access to the MASSOCCECE.FIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getField2()
This method provides access to the MASSOCCECE.FIELD2 column of DB2 type INTEGER NULL. |
java.math.BigDecimal |
getField3()
This method provides access to the MASSOCCECE.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.Long |
getFromCatalogEntryReferenceNumber()
This method provides access to the MASSOCCECE.CATENTRY_ID_FROM column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getGroupName()
This method provides access to the MASSOCCECE.GROUPNAME column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getOid()
This method provides access to the MASSOCCECE.OID column of DB2 type VARCHAR(64) NULL. |
java.lang.Double |
getQuantity()
This method provides access to the MASSOCCECE.QUANTITY column of DB2 type FLOAT NULL. |
java.math.BigDecimal |
getRank()
This method provides access to the MASSOCCECE.RANK column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getRule()
This method provides access to the MASSOCCECE.RULE column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getSemanticSpecifier()
This method provides access to the MASSOCCECE.MASSOC_ID column of DB2 type CHAR(32) NOT NULL. |
java.lang.Long |
getToCatalogEntryReferenceNumber()
This method provides access to the MASSOCCECE.CATENTRY_ID_TO column of DB2 type BIGINT NOT NULL. |
void |
setAssociationType(java.lang.String aAssociationType)
This method provides access to the MASSOCCECE.MASSOCTYPE_ID column of DB2 type CHAR(32) NOT NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the MASSOCCECE.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setField2(java.lang.Integer aField2)
This method provides access to the MASSOCCECE.FIELD2 column of DB2 type INTEGER NULL. |
void |
setField3(java.math.BigDecimal aField3)
This method provides access to the MASSOCCECE.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
void |
setFromCatalogEntryReferenceNumber(java.lang.Long aFromCatalogEntryReferenceNumber)
This method provides access to the MASSOCCECE.CATENTRY_ID_FROM column of DB2 type BIGINT NOT NULL. |
void |
setGroupName(java.lang.String aGroupName)
This method provides access to the MASSOCCECE.GROUPNAME column of DB2 type VARCHAR(254) NULL. |
void |
setOid(java.lang.String aOid)
This method provides access to the MASSOCCECE.OID column of DB2 type VARCHAR(64) NULL. |
void |
setQuantity(java.lang.Double aQuantity)
This method provides access to the MASSOCCECE.QUANTITY column of DB2 type FLOAT NULL. |
void |
setRank(java.math.BigDecimal aRank)
This method provides access to the MASSOCCECE.RANK column of DB2 type DECIMAL(20,5) NULL. |
void |
setRule(java.lang.String aRule)
This method provides access to the MASSOCCECE.RULE column of DB2 type VARCHAR(254) NULL. |
void |
setSemanticSpecifier(java.lang.String aSemanticSpecifier)
This method provides access to the MASSOCCECE.MASSOC_ID column of DB2 type CHAR(32) NOT NULL. |
void |
setToCatalogEntryReferenceNumber(java.lang.Long aToCatalogEntryReferenceNumber)
This method provides access to the MASSOCCECE.CATENTRY_ID_TO column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public RelatedCatalogEntryBean()
Method Detail |
public java.lang.String getAssociationType()
This method provides access to the MASSOCCECE.MASSOCTYPE_ID column of DB2 type CHAR(32) NOT NULL.
The following is a description of this column:
The Identifier of the association type. Foreign key to the MASSOCTYPE table.
public java.lang.String getField1()
This method provides access to the MASSOCCECE.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.Integer getField2()
This method provides access to the MASSOCCECE.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
public java.math.BigDecimal getField3()
This method provides access to the MASSOCCECE.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
public java.lang.Long getFromCatalogEntryReferenceNumber()
This method provides access to the MASSOCCECE.CATENTRY_ID_FROM column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry that is the source of the association.
public java.lang.String getGroupName()
This method provides access to the MASSOCCECE.GROUPNAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.String getOid()
This method provides access to the MASSOCCECE.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 getQuantity()
This method provides access to the MASSOCCECE.QUANTITY column of DB2 type FLOAT NULL.
The following is a description of this column:
The quantity related to this association.
public java.math.BigDecimal getRank()
This method provides access to the MASSOCCECE.RANK column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The sequence number used for display order.
public java.lang.String getRule()
This method provides access to the MASSOCCECE.RULE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.String getSemanticSpecifier()
This method provides access to the MASSOCCECE.MASSOC_ID column of DB2 type CHAR(32) NOT NULL.
The following is a description of this column:
The Identifier of the semantic specifier. Foreign key to the MASSOC table.
public java.lang.Long getToCatalogEntryReferenceNumber()
This method provides access to the MASSOCCECE.CATENTRY_ID_TO column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry that is the target of the association.
public void setAssociationType(java.lang.String aAssociationType)
This method provides access to the MASSOCCECE.MASSOCTYPE_ID column of DB2 type CHAR(32) NOT NULL.
The following is a description of this column:
The Identifier of the association type. Foreign key to the MASSOCTYPE table.
aAssociationType
- java.lang.Stringpublic void setField1(java.lang.String aField1)
This method provides access to the MASSOCCECE.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Stringpublic void setField2(java.lang.Integer aField2)
This method provides access to the MASSOCCECE.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
aField2
- java.lang.Integerpublic void setField3(java.math.BigDecimal aField3)
This method provides access to the MASSOCCECE.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aField3
- java.math.BigDecimalpublic void setFromCatalogEntryReferenceNumber(java.lang.Long aFromCatalogEntryReferenceNumber)
This method provides access to the MASSOCCECE.CATENTRY_ID_FROM column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry that is the source of the association.
aFromCatalogEntryReferenceNumber
- java.lang.Longpublic void setGroupName(java.lang.String aGroupName)
This method provides access to the MASSOCCECE.GROUPNAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aGroupName
- java.lang.Stringpublic void setOid(java.lang.String aOid)
This method provides access to the MASSOCCECE.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 setQuantity(java.lang.Double aQuantity)
This method provides access to the MASSOCCECE.QUANTITY column of DB2 type FLOAT NULL.
The following is a description of this column:
The quantity related to this association.
aQuantity
- java.lang.Doublepublic void setRank(java.math.BigDecimal aRank)
This method provides access to the MASSOCCECE.RANK column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The sequence number used for display order.
aRank
- java.math.BigDecimalpublic void setRule(java.lang.String aRule)
This method provides access to the MASSOCCECE.RULE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aRule
- java.lang.Stringpublic void setSemanticSpecifier(java.lang.String aSemanticSpecifier)
This method provides access to the MASSOCCECE.MASSOC_ID column of DB2 type CHAR(32) NOT NULL.
The following is a description of this column:
The Identifier of the semantic specifier. Foreign key to the MASSOC table.
aSemanticSpecifier
- java.lang.Stringpublic void setToCatalogEntryReferenceNumber(java.lang.Long aToCatalogEntryReferenceNumber)
This method provides access to the MASSOCCECE.CATENTRY_ID_TO column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry that is the target of the association.
aToCatalogEntryReferenceNumber
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |