|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.contract.objects.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 |
public StoreContractBean()
Method Detail |
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |