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

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()
    • setComments

      public void setComments(List<CommentWsDTO> comments)
    • getComments

      public List<CommentWsDTO> getComments()
    • setUrl

      public void setUrl(String url)
    • getUrl

      public String getUrl()
    • setQuantityAllocated

      public void setQuantityAllocated(Long quantityAllocated)
    • getQuantityAllocated

      public Long getQuantityAllocated()
    • setQuantityUnallocated

      public void setQuantityUnallocated(Long quantityUnallocated)
    • getQuantityUnallocated

      public Long getQuantityUnallocated()
    • setQuantityCancelled

      public void setQuantityCancelled(Long quantityCancelled)
    • getQuantityCancelled

      public Long getQuantityCancelled()
    • setQuantityPending

      public void setQuantityPending(Long quantityPending)
    • getQuantityPending

      public Long getQuantityPending()
    • setQuantityShipped

      public void setQuantityShipped(Long quantityShipped)
    • getQuantityShipped

      public Long getQuantityShipped()
    • setQuantityReturned

      public void setQuantityReturned(Long quantityReturned)
    • getQuantityReturned

      public Long getQuantityReturned()