|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.CatalogEntryRelationBean
This bean provides access to the CATENTREL table.
The following is a description of this table:
This table holds containment relationships between CatalogEntries. Examples of these relationships are Product-Item, Bundle, and Package relationships. This table should not be used for peer-to-peer catalog relationships, such as cross-sells.
Constructor Summary | |
CatalogEntryRelationBean()
|
Method Summary | |
java.lang.Long |
getCatalogEntryIdChild()
This method provides access to the CATENTREL.CATENTRY_ID_CHILD column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogEntryIdParent()
This method provides access to the CATENTREL.CATENTRY_ID_PARENT column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getCatalogRelationTypeId()
This method provides access to the CATENTREL.CATRELTYPE_ID column of DB2 type CHAR(32) NOT NULL. |
java.lang.String |
getField1()
This method provides access to the CATENTREL.FIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getField2()
This method provides access to the CATENTREL.FIELD2 column of DB2 type INTEGER NULL. |
java.math.BigDecimal |
getField3()
This method provides access to the CATENTREL.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getGroupName()
This method provides access to the CATENTREL.GROUPNAME column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getOID()
This method provides access to the CATENTREL.OID column of DB2 type VARCHAR(64) NULL. |
java.lang.Double |
getQuantity()
This method provides access to the CATENTREL.QUANTITY column of DB2 type FLOAT NULL. |
java.lang.Double |
getSequence()
This method provides access to the CATENTREL.SEQUENCE column of DB2 type FLOAT NOT NULL. |
void |
setCatalogEntryIdChild(java.lang.Long aCatalogEntryIdChild)
This method provides access to the CATENTREL.CATENTRY_ID_CHILD column of DB2 type BIGINT NOT NULL. |
void |
setCatalogEntryIdParent(java.lang.Long aCatalogEntryIdParent)
This method provides access to the CATENTREL.CATENTRY_ID_PARENT column of DB2 type BIGINT NOT NULL. |
void |
setCatalogRelationTypeId(java.lang.String aCatalogRelationTypeId)
This method provides access to the CATENTREL.CATRELTYPE_ID column of DB2 type CHAR(32) NOT NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the CATENTREL.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setField2(java.lang.Integer aField2)
This method provides access to the CATENTREL.FIELD2 column of DB2 type INTEGER NULL. |
void |
setField3(java.math.BigDecimal aField3)
This method provides access to the CATENTREL.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
void |
setGroupName(java.lang.String aGroupName)
This method provides access to the CATENTREL.GROUPNAME column of DB2 type VARCHAR(254) NULL. |
void |
setOID(java.lang.String aOID)
This method provides access to the CATENTREL.OID column of DB2 type VARCHAR(64) NULL. |
void |
setQuantity(java.lang.Double aQuantity)
This method provides access to the CATENTREL.QUANTITY column of DB2 type FLOAT NULL. |
void |
setSequence(java.lang.Double aSequence)
This method provides access to the CATENTREL.SEQUENCE column of DB2 type FLOAT NOT NULL. |
Constructor Detail |
public CatalogEntryRelationBean()
Method Detail |
public java.lang.Long getCatalogEntryIdChild()
This method provides access to the CATENTREL.CATENTRY_ID_CHILD column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the target CatalogEntry in this relationship.
public java.lang.Long getCatalogEntryIdParent()
This method provides access to the CATENTREL.CATENTRY_ID_PARENT column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the source CatalogEntry in this relationship.
public java.lang.String getCatalogRelationTypeId()
This method provides access to the CATENTREL.CATRELTYPE_ID column of DB2 type CHAR(32) NOT NULL.
The following is a description of this column:
The type of relationship: PRODUCT_ITEM, PACKAGE_COMPONENT or BUNDLE_COMPONENT. Foreign key to the CATRELTYPE table.
public java.lang.String getField1()
This method provides access to the CATENTREL.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 CATENTREL.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 CATENTREL.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getGroupName()
This method provides access to the CATENTREL.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 CATENTREL.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 CATENTREL.QUANTITY column of DB2 type FLOAT NULL.
The following is a description of this column:
A quantity that can be associated with the relationship.
public java.lang.Double getSequence()
This method provides access to the CATENTREL.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The sequence number used to determine the display order.
public void setCatalogEntryIdChild(java.lang.Long aCatalogEntryIdChild)
This method provides access to the CATENTREL.CATENTRY_ID_CHILD column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the target CatalogEntry in this relationship.
aCatalogEntryIdChild
- java.lang.Longpublic void setCatalogEntryIdParent(java.lang.Long aCatalogEntryIdParent)
This method provides access to the CATENTREL.CATENTRY_ID_PARENT column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the source CatalogEntry in this relationship.
aCatalogEntryIdParent
- java.lang.Longpublic void setCatalogRelationTypeId(java.lang.String aCatalogRelationTypeId)
This method provides access to the CATENTREL.CATRELTYPE_ID column of DB2 type CHAR(32) NOT NULL.
The following is a description of this column:
The type of relationship: PRODUCT_ITEM, PACKAGE_COMPONENT or BUNDLE_COMPONENT. Foreign key to the CATRELTYPE table.
aCatalogRelationTypeId
- java.lang.Stringpublic void setField1(java.lang.String aField1)
This method provides access to the CATENTREL.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 CATENTREL.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 CATENTREL.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aField3
- java.math.BigDecimalpublic void setGroupName(java.lang.String aGroupName)
This method provides access to the CATENTREL.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 CATENTREL.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 CATENTREL.QUANTITY column of DB2 type FLOAT NULL.
The following is a description of this column:
A quantity that can be associated with the relationship.
aQuantity
- java.lang.Doublepublic void setSequence(java.lang.Double aSequence)
This method provides access to the CATENTREL.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The sequence number used to determine the display order.
aSequence
- java.lang.Double
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |