|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.CatalogEntryBean
This bean provides access to the CATENTRY table.
The following is a description of this table:
This table hold the information related to a CatalogEntry. Examples of CatalogEntries include Products, Items, Packages, and Bundles.
Constructor Summary | |
CatalogEntryBean()
|
Method Summary | |
java.lang.Long |
getBaseItemId()
This method provides access to the CATENTRY.BASEITEM_ID column of DB2 type BIGINT NULL. |
java.lang.Integer |
getBuyable()
This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER NULL. |
java.lang.Long |
getCatalogEntryReferenceNumber()
This method provides access to the CATENTRY.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getField1()
This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER NULL. |
java.lang.Integer |
getField2()
This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER NULL. |
java.math.BigDecimal |
getField3()
This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getField4()
This method provides access to the CATENTRY.FIELD4 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField5()
This method provides access to the CATENTRY.FIELD5 column of DB2 type VARCHAR(254) NULL. |
java.lang.Long |
getItemspc_id()
This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT NULL. |
java.sql.Timestamp |
getLastUpdate()
This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getManufacturerName()
This method provides access to the CATENTRY.MFNAME column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getManufacturerPartNumber()
This method provides access to the CATENTRY.MFPARTNUMBER column of DB2 type VARCHAR(64) NULL. |
java.lang.Integer |
getMarkForDelete()
This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.Long |
getMemberId()
This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOid()
This method provides access to the CATENTRY.OID column of DB2 type VARCHAR(64) NULL. |
java.lang.Integer |
getOnAuction()
This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER NULL. |
java.lang.Integer |
getOnSpecial()
This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER NULL. |
java.lang.String |
getPartNumber()
This method provides access to the CATENTRY.PARTNUMBER column of DB2 type VARCHAR(64) NOT NULL. |
java.lang.String |
getState()
This method provides access to the CATENTRY.STATE column of DB2 type CHAR(1) NULL. |
java.lang.String |
getUrl()
This method provides access to the CATENTRY.URL column of DB2 type VARCHAR(254) NULL. |
void |
setBaseItemId(java.lang.Long aBaseItemId)
This method provides access to the CATENTRY.BASEITEM_ID column of DB2 type BIGINT NULL. |
void |
setBuyable(java.lang.Integer aBuyable)
This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER NULL. |
void |
setField1(java.lang.Integer aField1)
This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField2(java.lang.Integer aField2)
This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER NULL. |
void |
setField3(java.math.BigDecimal aField3)
This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField4(java.lang.String aField4)
This method provides access to the CATENTRY.FIELD4 column of DB2 type VARCHAR(254) NULL. |
void |
setField5(java.lang.String aField5)
This method provides access to the CATENTRY.FIELD5 column of DB2 type VARCHAR(254) NULL. |
void |
setItemspc_id(java.lang.Long aItemspc_id)
This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT NULL. |
void |
setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setManufacturerName(java.lang.String aManufacturerName)
This method provides access to the CATENTRY.MFNAME column of DB2 type VARCHAR(64) NULL. |
void |
setManufacturerPartNumber(java.lang.String aManufacturerPartNumber)
This method provides access to the CATENTRY.MFPARTNUMBER column of DB2 type VARCHAR(64) NULL. |
void |
setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setOid(java.lang.String aOid)
This method provides access to the CATENTRY.OID column of DB2 type VARCHAR(64) NULL. |
void |
setOnAuction(java.lang.Integer aOnAuction)
This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER NULL. |
void |
setOnSpecial(java.lang.Integer aOnSpecial)
This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER NULL. |
void |
setPartNumber(java.lang.String aPartNumber)
This method provides access to the CATENTRY.PARTNUMBER column of DB2 type VARCHAR(64) NOT NULL. |
void |
setState(java.lang.String aState)
This method provides access to the CATENTRY.STATE column of DB2 type CHAR(1) NULL. |
void |
setUrl(java.lang.String aUrl)
This method provides access to the CATENTRY.URL column of DB2 type VARCHAR(254) NULL. |
Constructor Detail |
public CatalogEntryBean()
Method Detail |
public java.lang.Long getBaseItemId()
This method provides access to the CATENTRY.BASEITEM_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The BaseItem that this CatalogEntry relates to. This column should only be populated for CatalogEntries that are of type "ProductBean" or "PackageBean". BaseItems are used for fulfillment.
public java.lang.Integer getBuyable()
This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER NULL.
The following is a description of this column:
Indicates whether this CatalogEntry can be purchased individually: 1=yes and 0=no.
public java.lang.Long getCatalogEntryReferenceNumber()
This method provides access to the CATENTRY.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the CatalogEntry.
public java.lang.Integer getField1()
This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
public java.lang.Integer getField2()
This method provides access to the CATENTRY.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 CATENTRY.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField4()
This method provides access to the CATENTRY.FIELD4 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField5()
This method provides access to the CATENTRY.FIELD5 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.Long getItemspc_id()
This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The SpecifiedItem that this CatalogEntry relates to. This column should only be populated for CatalogEntries that are of type "ItemBean", "PackageBean", or "DynamicKitBean". SpecifiedItems are used for fulfillment.
public java.sql.Timestamp getLastUpdate()
This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Indicates the last time the CatalogEntry was updated.
public java.lang.String getManufacturerName()
This method provides access to the CATENTRY.MFNAME column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The name of the manufacturer of this CatalogEntry.
public java.lang.String getManufacturerPartNumber()
This method provides access to the CATENTRY.MFPARTNUMBER column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The part number used by the manufacturer to identify this CatalogEntry.
public java.lang.Integer getMarkForDelete()
This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this CatalogEntry has been marked for deletion:
0 = No.
1 = Yes.
public java.lang.Long getMemberId()
This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number that identifies the owner of the CatalogEntry. Along with the PARTNUMBER, these columns are a unique index.
public java.lang.String getOid()
This method provides access to the CATENTRY.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 getOnAuction()
This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER NULL.
The following is a description of this column:
This flag identifies if this CatalogEntry is on auction.
public java.lang.Integer getOnSpecial()
This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER NULL.
The following is a description of this column:
This flag identifies if this CatalogEntry is on special.
public java.lang.String getPartNumber()
This method provides access to the CATENTRY.PARTNUMBER column of DB2 type VARCHAR(64) NOT NULL.
The following is a description of this column:
The reference number that identifies the part number of the CatalogEntry. Along with the MEMBER_ID, these columns are a unique index.
public java.lang.String getState()
This method provides access to the CATENTRY.STATE column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.String getUrl()
This method provides access to the CATENTRY.URL column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The URL to this Catalog Entry. This can be used as a download URL for soft goods.
public void setBaseItemId(java.lang.Long aBaseItemId)
This method provides access to the CATENTRY.BASEITEM_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The BaseItem that this CatalogEntry relates to. This column should only be populated for CatalogEntries that are of type "ProductBean" or "PackageBean". BaseItems are used for fulfillment.
aBaseItemId
- java.lang.Longpublic void setBuyable(java.lang.Integer aBuyable)
This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER NULL.
The following is a description of this column:
Indicates whether this CatalogEntry can be purchased individually: 1=yes and 0=no.
aBuyable
- java.lang.Integerpublic void setField1(java.lang.Integer aField1)
This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Integerpublic void setField2(java.lang.Integer aField2)
This method provides access to the CATENTRY.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 CATENTRY.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aField3
- java.math.BigDecimalpublic void setField4(java.lang.String aField4)
This method provides access to the CATENTRY.FIELD4 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField4
- java.lang.Stringpublic void setField5(java.lang.String aField5)
This method provides access to the CATENTRY.FIELD5 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField5
- java.lang.Stringpublic void setItemspc_id(java.lang.Long aItemspc_id)
This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The SpecifiedItem that this CatalogEntry relates to. This column should only be populated for CatalogEntries that are of type "ItemBean", "PackageBean", or "DynamicKitBean". SpecifiedItems are used for fulfillment.
aItemspc_id
- java.lang.Longpublic void setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Indicates the last time the CatalogEntry was updated.
aLastUpdate
- java.sql.Timestamppublic void setManufacturerName(java.lang.String aManufacturerName)
This method provides access to the CATENTRY.MFNAME column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The name of the manufacturer of this CatalogEntry.
aManufacturerName
- java.lang.Stringpublic void setManufacturerPartNumber(java.lang.String aManufacturerPartNumber)
This method provides access to the CATENTRY.MFPARTNUMBER column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The part number used by the manufacturer to identify this CatalogEntry.
aManufacturerPartNumber
- java.lang.Stringpublic void setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this CatalogEntry has been marked for deletion:
0 = No.
1 = Yes.
aMarkForDelete
- java.lang.Integerpublic void setMemberId(java.lang.Long aMemberId)
This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number that identifies the owner of the CatalogEntry. Along with the PARTNUMBER, these columns are a unique index.
aMemberId
- java.lang.Longpublic void setOid(java.lang.String aOid)
This method provides access to the CATENTRY.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 setOnAuction(java.lang.Integer aOnAuction)
This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER NULL.
The following is a description of this column:
This flag identifies if this CatalogEntry is on auction.
aOnAuction
- java.lang.Integerpublic void setOnSpecial(java.lang.Integer aOnSpecial)
This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER NULL.
The following is a description of this column:
This flag identifies if this CatalogEntry is on special.
aOnSpecial
- java.lang.Integerpublic void setPartNumber(java.lang.String aPartNumber)
This method provides access to the CATENTRY.PARTNUMBER column of DB2 type VARCHAR(64) NOT NULL.
The following is a description of this column:
The reference number that identifies the part number of the CatalogEntry. Along with the MEMBER_ID, these columns are a unique index.
aPartNumber
- java.lang.Stringpublic void setState(java.lang.String aState)
This method provides access to the CATENTRY.STATE column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aState
- java.lang.Stringpublic void setUrl(java.lang.String aUrl)
This method provides access to the CATENTRY.URL column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The URL to this Catalog Entry. This can be used as a download URL for soft goods.
aUrl
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |