com.ibm.commerce.order.beans

Class PhysicalStoreFulfillmentCenterRelationshipListDataBean

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright.
        See Also:
        Constant Field Values
      • CLASSNAME

        public static final java.lang.String CLASSNAME
        The class name.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PhysicalStoreFulfillmentCenterRelationshipListDataBean

        public PhysicalStoreFulfillmentCenterRelationshipListDataBean()
        Default constructor.
    • Method Detail

      • setFulfillmentCenterId

        public void setFulfillmentCenterId(java.lang.Integer aFulfillmentCenterId)
        Sets the fulfillment center id.
        Parameters:
        aFulfillmentCenterId - The fulfillmentCenterId to set.
      • unsetFulfillmentCenterId

        public void unsetFulfillmentCenterId()
        Unsets the fulfillment center id to null. When populated, fulfillment center id is not used.
      • setPhysicalStoreId

        public void setPhysicalStoreId(java.lang.Integer aPhysicalStoreId)
        Sets the physical store id.
        Parameters:
        aPhysicalStoreId - The physicalStoreId to set.
      • unsetPhysicalStoreId

        public void unsetPhysicalStoreId()
        Unsets physical store id to null. When populated, the physical store id is not used.
      • getPhysicalStoreFulfillmentCenterRelationshipDataBeans

        public PhysicalStoreFulfillmentCenterRelationshipDataBean[] getPhysicalStoreFulfillmentCenterRelationshipDataBeans()
        Gets the Physical Store and Fulfillment Center Relationship Data Beans.
        Returns:
        the array PhysicalStoreFulfillmentCenterRelationshipDataBean.
      • populate

        public void populate()
                      throws java.lang.Exception
        Calls setPhysicalStoreId() and/or setFulfillmentCenterId() to set the correct physical store id and/or fulfillment center id.
        Specified by:
        populate in interface SmartDataBean
        Overrides:
        populate in class SmartDataBeanImpl
        Throws:
        java.lang.Exception - This method should never be thrown because there is no data retrieved to populate the data bean.
        See Also:
        SmartDataBean.populate()