com.ibm.commerce.catalog.objects
Class StoreCatalogBean

com.ibm.commerce.catalog.objects.StoreCatalogBean
All Implemented Interfaces:
java.io.Serializable

public class StoreCatalogBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

StoreCatalogBean

public StoreCatalogBean()
Method Detail

getCatalogReferenceNumber

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.

Returns:
java.lang.Long

getLastUpdate

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.

Returns:
java.sql.Timestamp

getMasterCatalog

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.

Returns:
java.lang.String

getStoreEntryID

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.

Returns:
java.lang.Integer

setCatalogReferenceNumber

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.

Parameters:
aCatalogReferenceNumber - java.lang.Long
Returns:
void

setLastUpdate

public 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.

Parameters:
aLastUpdate - java.sql.Timestamp
Returns:
void

setMasterCatalog

public 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.

Parameters:
aMasterCatalog - java.lang.String
Returns:
void

setStoreEntryID

public 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.

Parameters:
aStoreEntryID - java.lang.Integer
Returns:
void