java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.order.OrderEntryWsDTO
All Implemented Interfaces:
Serializable

public class OrderEntryWsDTO extends Object implements Serializable
Representation of an Order entry
See Also:
  • Constructor Details

    • OrderEntryWsDTO

      public OrderEntryWsDTO()
  • Method Details

    • setEntryNumber

      public void setEntryNumber(Integer entryNumber)
    • getEntryNumber

      public Integer getEntryNumber()
    • setQuantity

      public void setQuantity(Long quantity)
    • getQuantity

      public Long getQuantity()
    • setBasePrice

      public void setBasePrice(PriceWsDTO basePrice)
    • getBasePrice

      public PriceWsDTO getBasePrice()
    • setTotalPrice

      public void setTotalPrice(PriceWsDTO totalPrice)
    • getTotalPrice

      public PriceWsDTO getTotalPrice()
    • setProduct

      public void setProduct(ProductWsDTO product)
    • getProduct

      public ProductWsDTO getProduct()
    • setUpdateable

      public void setUpdateable(Boolean updateable)
    • getUpdateable

      public Boolean getUpdateable()
    • setDeliveryMode

      public void setDeliveryMode(DeliveryModeWsDTO deliveryMode)
    • getDeliveryMode

      public DeliveryModeWsDTO getDeliveryMode()
    • setConfigurationInfos

      public void setConfigurationInfos(List<ConfigurationInfoWsDTO> configurationInfos)
    • getConfigurationInfos

      public List<ConfigurationInfoWsDTO> getConfigurationInfos()
    • setStatusSummaryList

      public void setStatusSummaryList(List<StatusSummaryWsDTO> statusSummaryList)
    • getStatusSummaryList

      public List<StatusSummaryWsDTO> getStatusSummaryList()
    • setDeliveryPointOfService

      public void setDeliveryPointOfService(PointOfServiceWsDTO deliveryPointOfService)
    • getDeliveryPointOfService

      public PointOfServiceWsDTO getDeliveryPointOfService()
    • setCancelledItemsPrice

      public void setCancelledItemsPrice(PriceWsDTO cancelledItemsPrice)
    • getCancelledItemsPrice

      public PriceWsDTO getCancelledItemsPrice()
    • setCancellableQuantity

      public void setCancellableQuantity(Long cancellableQuantity)
    • getCancellableQuantity

      public Long getCancellableQuantity()
    • setReturnedItemsPrice

      public void setReturnedItemsPrice(PriceWsDTO returnedItemsPrice)
    • getReturnedItemsPrice

      public PriceWsDTO getReturnedItemsPrice()
    • setReturnableQuantity

      public void setReturnableQuantity(Long returnableQuantity)
    • getReturnableQuantity

      public Long getReturnableQuantity()
    • setArrivalSlots

      public void setArrivalSlots(List<EntryArrivalSlotWsDTO> arrivalSlots)
    • getArrivalSlots

      public List<EntryArrivalSlotWsDTO> getArrivalSlots()
    • setCartPrice

      public void setCartPrice(CartCostWsDTO cartPrice)
    • getCartPrice

      public CartCostWsDTO getCartPrice()
    • setProcessType

      public void setProcessType(ProcessTypeWsDTO processType)
    • getProcessType

      public ProcessTypeWsDTO getProcessType()
    • setParentEntryNumber

      public void setParentEntryNumber(Integer parentEntryNumber)
    • getParentEntryNumber

      public Integer getParentEntryNumber()
    • setEntryGroupNumbers

      public void setEntryGroupNumbers(Collection<Integer> entryGroupNumbers)
    • getEntryGroupNumbers

      public Collection<Integer> getEntryGroupNumbers()
    • setSubscriptionTerm

      public void setSubscriptionTerm(ProductOfferingTermWsDTO subscriptionTerm)
    • getSubscriptionTerm

      public ProductOfferingTermWsDTO getSubscriptionTerm()
    • setRootBpoCode

      public void setRootBpoCode(String rootBpoCode)
    • getRootBpoCode

      public String getRootBpoCode()
    • setRegion

      public void setRegion(RegionWsDTO region)
    • getRegion

      public RegionWsDTO getRegion()
    • setAction

      public void setAction(ActionTypeWsDTO action)
    • getAction

      public ActionTypeWsDTO getAction()
    • setSubscribedProduct

      public void setSubscribedProduct(SubscribedProductWsDTO subscribedProduct)
    • getSubscribedProduct

      public SubscribedProductWsDTO getSubscribedProduct()
    • setAppointment

      public void setAppointment(TmaAppointmentWSDto appointment)
    • getAppointment

      public TmaAppointmentWSDto getAppointment()
    • setValidationMessages

      public void setValidationMessages(Set<TmaCartValidationWsDTO> validationMessages)
    • getValidationMessages

      public Set<TmaCartValidationWsDTO> getValidationMessages()
    • setEntries

      public void setEntries(List<OrderEntryWsDTO> entries)
    • getEntries

      public List<OrderEntryWsDTO> getEntries()
    • setContractStartDate

      public void setContractStartDate(Date contractStartDate)
    • getContractStartDate

      public Date getContractStartDate()