java.lang.Object | +--com.ibm.commerce.base.objects.ECEntityBean | +--com.ibm.commerce.contract.objimpl.StoreContractBeanBase
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.
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 |
---|
public java.lang.Long contractReferenceNumber
public java.lang.Integer storeId
Constructor Detail |
---|
public StoreContractBeanBase()
Method Detail |
---|
public com.ibm.commerce.contract.objects.StoreContractKey ejbCreate(StoreContractKey key) throws javax.ejb.CreateException
key
- The key associated with the StoreContract bean.javax.ejb.CreateException
- The javax.ejb.CreateException
exception.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.