com.ibm.commerce.contract.objects
Class StoreContractBean

com.ibm.commerce.contract.objects.StoreContractBean

public class StoreContractBean

This bean provides access to the STORECNTR table.

The following is a description of this table:

Each row of this table indicates that a Contract is deployed in a Store.


Constructor Summary
StoreContractBean()
           
 
Method Summary
 java.lang.Long getContractReferenceNumber()
          This method provides access to the STORECNTR.CONTRACT_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Integer getStoreId()
          This method provides access to the STORECNTR.STORE_ID column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

StoreContractBean

public StoreContractBean()
Method Detail

getContractReferenceNumber

public java.lang.Long getContractReferenceNumber()

This method provides access to the STORECNTR.CONTRACT_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The Contract.

Returns:
java.lang.Long

getStoreId

public java.lang.Integer getStoreId()

This method provides access to the STORECNTR.STORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Store.

Returns:
java.lang.Integer