|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.StoreCatalogBean
This bean provides access to the STORECAT table.
The following is a description of this table:
This table holds the relationship between StoreEntities and the Catalogs that they offer.
Constructor Summary | |
StoreCatalogBean()
|
Method Summary | |
java.lang.Long |
getCatalogReferenceNumber()
This method provides access to the STORECAT.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
java.sql.Timestamp |
getLastUpdate()
This method provides access to the STORECAT.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getMasterCatalog()
This method provides access to the STORECAT.MASTERCATALOG column of DB2 type CHAR(1) NULL. |
java.lang.Integer |
getStoreEntryID()
This method provides access to the STORECAT.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setCatalogReferenceNumber(java.lang.Long aCatalogReferenceNumber)
This method provides access to the STORECAT.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the STORECAT.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setMasterCatalog(java.lang.String aMasterCatalog)
This method provides access to the STORECAT.MASTERCATALOG column of DB2 type CHAR(1) NULL. |
void |
setStoreEntryID(java.lang.Integer aStoreEntryID)
This method provides access to the STORECAT.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public StoreCatalogBean()
Method Detail |
public java.lang.Long getCatalogReferenceNumber()
This method provides access to the STORECAT.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the Catalog.
public java.sql.Timestamp getLastUpdate()
This method provides access to the STORECAT.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Indicates the last time that this relationship was updated.
public java.lang.String getMasterCatalog()
This method provides access to the STORECAT.MASTERCATALOG column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Specifies a master catalog for the Store. A value of 1 indicates that this Catalog is designated as a master catalog.
public java.lang.Integer getStoreEntryID()
This method provides access to the STORECAT.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reference number of the StoreEntity.
public void setCatalogReferenceNumber(java.lang.Long aCatalogReferenceNumber)
This method provides access to the STORECAT.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the Catalog.
aCatalogReferenceNumber
- java.lang.Longpublic void setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the STORECAT.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Indicates the last time that this relationship was updated.
aLastUpdate
- java.sql.Timestamppublic void setMasterCatalog(java.lang.String aMasterCatalog)
This method provides access to the STORECAT.MASTERCATALOG column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Specifies a master catalog for the Store. A value of 1 indicates that this Catalog is designated as a master catalog.
aMasterCatalog
- java.lang.Stringpublic void setStoreEntryID(java.lang.Integer aStoreEntryID)
This method provides access to the STORECAT.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reference number of the StoreEntity.
aStoreEntryID
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |