Class OrderEntryWsDTO

  • All Implemented Interfaces:
    java.io.Serializable

    public class OrderEntryWsDTO
    extends java.lang.Object
    implements java.io.Serializable
    Representation of an Order entry
    See Also:
    Serialized Form
    • Constructor Detail

      • OrderEntryWsDTO

        public OrderEntryWsDTO()
    • Method Detail

      • setEntryNumber

        public void setEntryNumber​(java.lang.Integer entryNumber)
      • getEntryNumber

        public java.lang.Integer getEntryNumber()
      • setQuantity

        public void setQuantity​(java.lang.Long quantity)
      • getQuantity

        public java.lang.Long getQuantity()
      • setBasePrice

        public void setBasePrice​(PriceWsDTO basePrice)
      • setTotalPrice

        public void setTotalPrice​(PriceWsDTO totalPrice)
      • getTotalPrice

        public PriceWsDTO getTotalPrice()
      • setProduct

        public void setProduct​(ProductWsDTO product)
      • setUpdateable

        public void setUpdateable​(java.lang.Boolean updateable)
      • getUpdateable

        public java.lang.Boolean getUpdateable()
      • setConfigurationInfos

        public void setConfigurationInfos​(java.util.List<ConfigurationInfoWsDTO> configurationInfos)
      • setDeliveryPointOfService

        public void setDeliveryPointOfService​(PointOfServiceWsDTO deliveryPointOfService)
      • setUrl

        public void setUrl​(java.lang.String url)
      • getUrl

        public java.lang.String getUrl()
      • setQuantityAllocated

        public void setQuantityAllocated​(java.lang.Long quantityAllocated)
      • getQuantityAllocated

        public java.lang.Long getQuantityAllocated()
      • setQuantityUnallocated

        public void setQuantityUnallocated​(java.lang.Long quantityUnallocated)
      • getQuantityUnallocated

        public java.lang.Long getQuantityUnallocated()
      • setQuantityCancelled

        public void setQuantityCancelled​(java.lang.Long quantityCancelled)
      • getQuantityCancelled

        public java.lang.Long getQuantityCancelled()
      • setQuantityPending

        public void setQuantityPending​(java.lang.Long quantityPending)
      • getQuantityPending

        public java.lang.Long getQuantityPending()
      • setQuantityShipped

        public void setQuantityShipped​(java.lang.Long quantityShipped)
      • getQuantityShipped

        public java.lang.Long getQuantityShipped()
      • setQuantityReturned

        public void setQuantityReturned​(java.lang.Long quantityReturned)
      • getQuantityReturned

        public java.lang.Long getQuantityReturned()