com.ibm.commerce.common.objects
Class StoreDefaultBean

com.ibm.commerce.common.objects.StoreDefaultBean
All Implemented Interfaces:
java.io.Serializable

public class StoreDefaultBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

StoreDefaultBean

public StoreDefaultBean()
Method Detail

getContractId

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.

Returns:
java.lang.Long

getShipModeId

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.

Returns:
java.lang.Integer

getStoreId

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.

Returns:
java.lang.Integer

setContractId

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.

Parameters:
aContractId - java.lang.Long
Returns:
void

setShipModeId

public 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.

Parameters:
aShipModeId - java.lang.Integer
Returns:
void