com.ibm.commerce.order.beans

Class PhysicalStoreFulfillmentCenterRelationshipDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, java.io.Serializable


    public class PhysicalStoreFulfillmentCenterRelationshipDataBean
    extends SmartDataBeanImpl
    The physical store fulfillment center relationship data bean. Retrieves the physical store id, fulfillment center id, and address id.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        Internal copyright.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PhysicalStoreFulfillmentCenterRelationshipDataBean

        public PhysicalStoreFulfillmentCenterRelationshipDataBean()
        Default constructor.
    • Method Detail

      • getAddressId

        public java.lang.Long getAddressId()
        Retrieves the address id of the physical store and fulfillment center relationship.
        Returns:
        addaress id.
      • getPhysicallStoreId

        public java.lang.Integer getPhysicallStoreId()
        Retrieves the physical store id of the physical store and fulfillment center relationship.
        Returns:
        the physical store id.
      • getFulfillmentCenterId

        public java.lang.Integer getFulfillmentCenterId()
        Retrieves the fulfillment center id of the physical store and fulfillment center relationship.
        Returns:
        the fulfillment center id.
      • getPhysicalStoreFulfillmentCenterRelationshipId

        public java.lang.Integer getPhysicalStoreFulfillmentCenterRelationshipId()
        Retrieves the key of the physical store and fulfillment center relationship.
        Returns:
        the relationship id.
      • setInitKey_physicalStoreFulfillmentCenterRelationshipId

        public void setInitKey_physicalStoreFulfillmentCenterRelationshipId(java.lang.Integer physicalStoreFulfillmentCenterRelationshipId)
        Sets the relationship id for the physical store and fulfillment center relationship.
        Parameters:
        physicalStoreFulfillmentCenterRelationshipId -
      • populate

        public void populate()
                      throws java.lang.Exception
        Populates the contents of the data bean from the database. Calls setInitKey_physicalStoreFulfillmentCenterRelationshipId first.
        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().