public class PhysicalStoreFulfillmentCenterRelationshipListDataBean extends SmartDataBeanImpl
PhysicalStoreFulfillmentCenterRelationshipDataBean.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
The class name.
|
static java.lang.String |
COPYRIGHT
The internal copyright.
|
emptyString| Constructor and Description |
|---|
PhysicalStoreFulfillmentCenterRelationshipListDataBean()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PhysicalStoreFulfillmentCenterRelationshipDataBean[] |
getPhysicalStoreFulfillmentCenterRelationshipDataBeans()
Gets the Physical Store and Fulfillment Center Relationship Data Beans.
|
void |
populate()
Calls setPhysicalStoreId() and/or setFulfillmentCenterId() to set the correct physical store id and/or fulfillment center id.
|
void |
setFulfillmentCenterId(java.lang.Integer aFulfillmentCenterId)
Sets the fulfillment center id.
|
void |
setPhysicalStoreId(java.lang.Integer aPhysicalStoreId)
Sets the physical store id.
|
void |
setRequestProperties(TypedProperty typedProperty)
This method sets the request properties associated with the data bean.
|
void |
unsetFulfillmentCenterId()
Unsets the fulfillment center id to null.
|
void |
unsetPhysicalStoreId()
Unsets physical store id to null.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequestPropertiespublic static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public PhysicalStoreFulfillmentCenterRelationshipListDataBean()
public void setFulfillmentCenterId(java.lang.Integer aFulfillmentCenterId)
aFulfillmentCenterId - The fulfillmentCenterId to set.public void unsetFulfillmentCenterId()
public void setPhysicalStoreId(java.lang.Integer aPhysicalStoreId)
aPhysicalStoreId - The physicalStoreId to set.public void unsetPhysicalStoreId()
public PhysicalStoreFulfillmentCenterRelationshipDataBean[] getPhysicalStoreFulfillmentCenterRelationshipDataBeans()
public void setRequestProperties(TypedProperty typedProperty)
InputDataBeanImplTypedPropery object. If the TypedPropery object is null when the
activate method of the DataBeanManager object is invoked, the
DataBeanManager object uses the request properties from the request.setRequestProperties in interface InputDataBeansetRequestProperties in class InputDataBeanImpltypedProperty - This is an object that represents the set of properties passed to the JSP page that invokes this data bean.InputDataBean.setRequestProperties(com.ibm.commerce.datatype.TypedProperty)public void populate()
throws java.lang.Exception
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.Exception - This method should never be thrown because there is no data retrieved to populate the data bean.SmartDataBean.populate()