com.ibm.commerce.common.objimpl
Class StoreDefaultBeanBase

java.lang.Object
  com.ibm.commerce.base.objects.ECEntityBean
      com.ibm.commerce.common.objimpl.StoreDefaultBeanBase

public class StoreDefaultBeanBase
extends com.ibm.commerce.base.objects.ECEntityBean

Each row of this table contains default information for a Store.

See Also:
Serialized Form

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

storeId

public java.lang.Integer storeId

contractId

public java.lang.Long contractId

shipModeId

public java.lang.Integer shipModeId
Constructor Detail

StoreDefaultBeanBase

public StoreDefaultBeanBase()
Method Detail

ejbCreate

public com.ibm.commerce.common.objects.StoreDefaultKey ejbCreate(java.lang.Integer argStoreId)
                                                          throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

ejbPostCreate

public void ejbPostCreate(java.lang.Integer argStoreId)
                   throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

getContractId

public java.lang.Long getContractId()
The default Contract for the Store.
Returns:
java.lang.Long

getShipModeId

public java.lang.Integer getShipModeId()
The default ShippingMode for the Store.
Returns:
java.lang.Integer

getStoreId

public java.lang.Integer getStoreId()
The Store.
Returns:
java.lang.Integer

setContractId

public void setContractId(java.lang.Long newContractId)
The default Contract for the Store.
Parameters:
newContractId - java.lang.Long

setShipModeId

public void setShipModeId(java.lang.Integer newShipModeId)
The default ShippingMode for the Store.
Parameters:
newShipModeId - java.lang.Integer

Feedback