com.ibm.commerce.contract.objimpl
Class StoreContractBeanBase

java.lang.Object
  |
  +--com.ibm.commerce.base.objects.ECEntityBean
        |
        +--com.ibm.commerce.contract.objimpl.StoreContractBeanBase
Direct Known Subclasses:
StoreContractBean

public class StoreContractBeanBase
extends com.ibm.commerce.base.objects.ECEntityBean

This bean provides access to the STORECNTR.html" table.

The following is a description of this table:

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

See Also:
Serialized Form

Field Summary
 java.lang.Long contractReferenceNumber
           
 java.lang.Integer storeId
           
 
Constructor Summary
StoreContractBeanBase()
           
 
Method Summary
 com.ibm.commerce.contract.objects.StoreContractKey ejbCreate(StoreContractKey key)
          Constructs an StoreContractAccessBean object with the specified StoreContractKey.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contractReferenceNumber

public java.lang.Long contractReferenceNumber

storeId

public java.lang.Integer storeId
Constructor Detail

StoreContractBeanBase

public StoreContractBeanBase()
Method Detail

ejbCreate

public com.ibm.commerce.contract.objects.StoreContractKey ejbCreate(StoreContractKey key)
                                                             throws javax.ejb.CreateException
Constructs an StoreContractAccessBean object with the specified StoreContractKey.
Parameters:
key - The key associated with the StoreContract bean.
Returns:
The StoreContractKey object.
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception.

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:
The ID of the contract.

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:
The ID of the store.