java.lang.Objectcom.ibm.commerce.base.objects.ECEntityBean
com.ibm.commerce.common.objimpl.StoreDefaultBeanBase
Each row of this table contains default information for a Store.
Field Summary | |
java.lang.Long | contractId |
static java.lang.String | COPYRIGHT |
java.lang.Integer | shipModeId |
java.lang.Integer | storeId |
Constructor Summary | |
StoreDefaultBeanBase() |
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
public java.lang.Integer storeId
public java.lang.Long contractId
public java.lang.Integer shipModeId
Constructor Detail |
public StoreDefaultBeanBase()
Method Detail |
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)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.