Class FulfillmentGroupWrapper

java.lang.Object
org.broadleafcommerce.common.rest.api.wrapper.BaseWrapper
com.broadleafcommerce.rest.api.wrapper.FulfillmentGroupWrapper
All Implemented Interfaces:
Serializable, org.broadleafcommerce.common.rest.api.wrapper.APIUnwrapper<org.broadleafcommerce.core.order.service.call.FulfillmentGroupRequest>, org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.order.domain.FulfillmentGroup>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class FulfillmentGroupWrapper extends org.broadleafcommerce.common.rest.api.wrapper.BaseWrapper implements org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.order.domain.FulfillmentGroup>, org.broadleafcommerce.common.rest.api.wrapper.APIUnwrapper<org.broadleafcommerce.core.order.service.call.FulfillmentGroupRequest>
This is a JAXB wrapper around FulfillmentGroup. User: Elbert Bautista Date: 4/10/12
See Also:
  • Field Details

  • Constructor Details

    • FulfillmentGroupWrapper

      public FulfillmentGroupWrapper()
  • Method Details

    • wrapDetails

      public void wrapDetails(org.broadleafcommerce.core.order.domain.FulfillmentGroup model, jakarta.servlet.http.HttpServletRequest request)
      Specified by:
      wrapDetails in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.order.domain.FulfillmentGroup>
    • wrapSummary

      public void wrapSummary(org.broadleafcommerce.core.order.domain.FulfillmentGroup model, jakarta.servlet.http.HttpServletRequest request)
      Specified by:
      wrapSummary in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.order.domain.FulfillmentGroup>
    • unwrap

      public org.broadleafcommerce.core.order.service.call.FulfillmentGroupRequest unwrap(jakarta.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext appContext)
      Specified by:
      unwrap in interface org.broadleafcommerce.common.rest.api.wrapper.APIUnwrapper<org.broadleafcommerce.core.order.service.call.FulfillmentGroupRequest>
    • getId

      public Long getId()
      Returns:
      the id
    • setId

      public void setId(Long id)
      Parameters:
      id - the id to set
    • getOrderId

      public Long getOrderId()
      Returns:
      the orderId
    • setOrderId

      public void setOrderId(Long orderId)
      Parameters:
      orderId - the orderId to set
    • getFulfillmentType

      public BroadleafEnumerationTypeWrapper getFulfillmentType()
      Returns:
      the fulfillmentType
    • setFulfillmentType

      public void setFulfillmentType(BroadleafEnumerationTypeWrapper fulfillmentType)
      Parameters:
      fulfillmentType - the fulfillmentType to set
    • getFulfillmentOption

      public FulfillmentOptionWrapper getFulfillmentOption()
      Returns:
      the fulfillmentOption
    • setFulfillmentOption

      public void setFulfillmentOption(FulfillmentOptionWrapper fulfillmentOption)
      Parameters:
      fulfillmentOption - the fulfillmentOption to set
    • getTotal

      public org.broadleafcommerce.common.money.Money getTotal()
      Returns:
      the total
    • setTotal

      public void setTotal(org.broadleafcommerce.common.money.Money total)
      Parameters:
      total - the total to set
    • getAddress

      public AddressWrapper getAddress()
      Returns:
      the address
    • setAddress

      public void setAddress(AddressWrapper address)
      Parameters:
      address - the address to set
    • getPhone

      public PhoneWrapper getPhone()
      Returns:
      the phone
    • setPhone

      public void setPhone(PhoneWrapper phone)
      Parameters:
      phone - the phone to set
    • getFulfillmentGroupAdjustments

      public List<AdjustmentWrapper> getFulfillmentGroupAdjustments()
      Returns:
      the fulfillmentGroupAdjustments
    • setFulfillmentGroupAdjustments

      public void setFulfillmentGroupAdjustments(List<AdjustmentWrapper> fulfillmentGroupAdjustments)
      Parameters:
      fulfillmentGroupAdjustments - the fulfillmentGroupAdjustments to set
    • getFulfillmentGroupItems

      public List<FulfillmentGroupItemWrapper> getFulfillmentGroupItems()
      Returns:
      the fulfillmentGroupItems
    • setFulfillmentGroupItems

      public void setFulfillmentGroupItems(List<FulfillmentGroupItemWrapper> fulfillmentGroupItems)
      Parameters:
      fulfillmentGroupItems - the fulfillmentGroupItems to set
    • getTaxDetails

      public List<TaxDetailWrapper> getTaxDetails()
      Returns:
      the taxDetails
    • setTaxDetails

      public void setTaxDetails(List<TaxDetailWrapper> taxDetails)
      Parameters:
      taxDetails - the taxDetails to set