|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.common.objects.StoreDefaultBean
This bean provides access to the STOREDEF table.
The following is a description of this table:
Each row of this table contains default information for a Store.
Constructor Summary | |
StoreDefaultBean()
|
Method Summary | |
java.lang.Long |
getContractId()
This method provides access to the STOREDEF.CONTRACT_ID column of DB2 type BIGINT NULL. |
java.lang.Integer |
getShipModeId()
This method provides access to the STOREDEF.SHIPMODE_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getStoreId()
This method provides access to the STOREDEF.STORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setContractId(java.lang.Long aContractId)
This method provides access to the STOREDEF.CONTRACT_ID column of DB2 type BIGINT NULL. |
void |
setShipModeId(java.lang.Integer aShipModeId)
This method provides access to the STOREDEF.SHIPMODE_ID column of DB2 type INTEGER NULL. |
Constructor Detail |
public StoreDefaultBean()
Method Detail |
public java.lang.Long getContractId()
This method provides access to the STOREDEF.CONTRACT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The default Contract for the Store.
public java.lang.Integer getShipModeId()
This method provides access to the STOREDEF.SHIPMODE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The default ShippingMode for the Store.
public java.lang.Integer getStoreId()
This method provides access to the STOREDEF.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store.
public void setContractId(java.lang.Long aContractId)
This method provides access to the STOREDEF.CONTRACT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The default Contract for the Store.
aContractId
- java.lang.Longpublic void setShipModeId(java.lang.Integer aShipModeId)
This method provides access to the STOREDEF.SHIPMODE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The default ShippingMode for the Store.
aShipModeId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |