public class PhysicalStoreFulfillmentCenterRelationshipDataBean extends SmartDataBeanImpl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
Class name.
|
static java.lang.String |
COPYRIGHT
Internal copyright.
|
emptyString| Constructor and Description |
|---|
PhysicalStoreFulfillmentCenterRelationshipDataBean()
Default constructor.
|
PhysicalStoreFulfillmentCenterRelationshipDataBean(PhysicalStoreFulfillmentCenterRelationshipAccessBean apsfcraBean)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAddressId()
Retrieves the address id of the physical store and fulfillment center
relationship.
|
java.lang.Integer |
getFulfillmentCenterId()
Retrieves the fulfillment center id of the physical store and fulfillment
center relationship.
|
java.lang.Integer |
getPhysicallStoreId()
Retrieves the physical store id of the physical store and fulfillment
center relationship.
|
java.lang.Integer |
getPhysicalStoreFulfillmentCenterRelationshipId()
Retrieves the key of the physical store and fulfillment center
relationship.
|
void |
populate()
Populates the contents of the data bean from the database.
|
void |
setInitKey_physicalStoreFulfillmentCenterRelationshipId(java.lang.Integer physicalStoreFulfillmentCenterRelationshipId)
Sets the relationship id for the physical store and fulfillment center
relationship.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public PhysicalStoreFulfillmentCenterRelationshipDataBean(PhysicalStoreFulfillmentCenterRelationshipAccessBean apsfcraBean)
apsfcraBean - public PhysicalStoreFulfillmentCenterRelationshipDataBean()
public java.lang.Long getAddressId()
public java.lang.Integer getPhysicallStoreId()
public java.lang.Integer getFulfillmentCenterId()
public java.lang.Integer getPhysicalStoreFulfillmentCenterRelationshipId()
public void setInitKey_physicalStoreFulfillmentCenterRelationshipId(java.lang.Integer physicalStoreFulfillmentCenterRelationshipId)
physicalStoreFulfillmentCenterRelationshipId - 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().