public class StoreDefaultBeanBase
extends com.ibm.commerce.base.objects.ECEntityBean
Modifier and Type | Field and Description |
---|---|
java.lang.Long | contractId |
static java.lang.String | COPYRIGHT |
java.lang.Integer | shipModeId |
java.lang.Integer | storeId |
Constructor and Description |
---|
StoreDefaultBeanBase() |
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.common.objects.StoreDefaultKey | ejbCreate(java.lang.Integer argStoreId) |
void | ejbPostCreate(java.lang.Integer argStoreId) |
java.lang.Long | getContractId()
The default Contract for the Store.
|
java.lang.Integer | getShipModeId()
The default ShippingMode for the Store.
|
java.lang.Integer | getStoreId()
The Store.
|
void | setContractId(java.lang.Long newContractId)
The default Contract for the Store.
|
void | setShipModeId(java.lang.Integer newShipModeId)
The default ShippingMode for the Store.
|
public static final java.lang.String COPYRIGHT
public java.lang.Integer storeId
public java.lang.Long contractId
public java.lang.Integer shipModeId
public com.ibm.commerce.common.objects.StoreDefaultKey ejbCreate(java.lang.Integer argStoreId) throws javax.ejb.CreateException
public void ejbPostCreate(java.lang.Integer argStoreId) throws javax.ejb.CreateException
public java.lang.Long getContractId()
public java.lang.Integer getShipModeId()
public java.lang.Integer getStoreId()
public void setContractId(java.lang.Long newContractId)
public void setShipModeId(java.lang.Integer newShipModeId)