public class StoreContractBeanBase
extends com.ibm.commerce.base.objects.ECEntityBean
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. This bean accesses the database table STORECNTR
| Modifier and Type | Field and Description |
|---|---|
| java.lang.Long | contractReferenceNumber
Implementation field for persistent attribute: contractReferenceNumber
|
| java.lang.Integer | storeId
Implementation field for persistent attribute: storeId
|
| Constructor and Description |
|---|
| StoreContractBeanBase() |
| Modifier and Type | Method and Description |
|---|---|
| com.ibm.commerce.contract.objects.StoreContractKey | ejbCreate(com.ibm.commerce.contract.objects.StoreContractKey key)
Constructs an StoreContractAccessBean object with the specified StoreContractKey .
|
| void | ejbRemove()
ejbRemove method comment
|
| void | ejbStore()
ejbStore method comment
|
| 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.
|
public java.lang.Long contractReferenceNumber
public java.lang.Integer storeId
public void ejbRemove()
throws javax.ejb.RemoveException,
java.rmi.RemoteException
public void ejbStore()
public com.ibm.commerce.contract.objects.StoreContractKey ejbCreate(com.ibm.commerce.contract.objects.StoreContractKey key)
throws javax.ejb.CreateException
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.
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.