Class OrderEntryData

  • All Implemented Interfaces:
    java.io.Serializable

    public class OrderEntryData
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • OrderEntryData

        public OrderEntryData()
    • 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​(PriceData basePrice)
      • getBasePrice

        public PriceData getBasePrice()
      • setTotalPrice

        public void setTotalPrice​(PriceData totalPrice)
      • getTotalPrice

        public PriceData getTotalPrice()
      • setProduct

        public void setProduct​(ProductData product)
      • setUpdateable

        public void setUpdateable​(boolean updateable)
      • isUpdateable

        public boolean isUpdateable()
      • setDeliveryMode

        public void setDeliveryMode​(DeliveryModeData deliveryMode)
      • setDeliveryPointOfService

        public void setDeliveryPointOfService​(PointOfServiceData deliveryPointOfService)
      • setEntries

        public void setEntries​(java.util.List<OrderEntryData> entries)
      • setConfigurationInfos

        public void setConfigurationInfos​(java.util.List<ConfigurationInfoData> configurationInfos)
      • setStatusSummaryMap

        public void setStatusSummaryMap​(java.util.Map<ProductInfoStatus,​java.lang.Integer> statusSummaryMap)
      • getStatusSummaryMap

        public java.util.Map<ProductInfoStatus,​java.lang.Integer> getStatusSummaryMap()
      • setEntryGroupNumbers

        public void setEntryGroupNumbers​(java.util.Collection<java.lang.Integer> entryGroupNumbers)
      • getEntryGroupNumbers

        public java.util.Collection<java.lang.Integer> getEntryGroupNumbers()
      • setComments

        public void setComments​(java.util.List<CommentData> comments)
      • getComments

        public java.util.List<CommentData> getComments()
      • setUrl

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

        public java.lang.String getUrl()
      • setCancellableQty

        public void setCancellableQty​(long cancellableQty)
      • getCancellableQty

        public long getCancellableQty()
      • setReturnableQty

        public void setReturnableQty​(long returnableQty)
      • getReturnableQty

        public long getReturnableQty()
      • setCancelledItemsPrice

        public void setCancelledItemsPrice​(PriceData cancelledItemsPrice)
      • getCancelledItemsPrice

        public PriceData getCancelledItemsPrice()
      • setReturnedItemsPrice

        public void setReturnedItemsPrice​(PriceData returnedItemsPrice)
      • getReturnedItemsPrice

        public PriceData getReturnedItemsPrice()
      • setRemoveable

        public void setRemoveable​(boolean removeable)
      • isRemoveable

        public boolean isRemoveable()
      • setEditable

        public void setEditable​(boolean editable)
      • isEditable

        public boolean isEditable()
      • setValid

        public void setValid​(boolean valid)
      • isValid

        public boolean isValid()
      • setAddable

        public void setAddable​(boolean addable)
      • isAddable

        public boolean isAddable()
      • setOrderEntryPrices

        public void setOrderEntryPrices​(java.util.List<OrderEntryPriceData> orderEntryPrices)
      • setOriginalSubscriptionId

        public void setOriginalSubscriptionId​(java.lang.String originalSubscriptionId)
      • getOriginalSubscriptionId

        public java.lang.String getOriginalSubscriptionId()
      • setOriginalOrderCode

        public void setOriginalOrderCode​(java.lang.String originalOrderCode)
      • getOriginalOrderCode

        public java.lang.String getOriginalOrderCode()
      • setOriginalEntryNumber

        public void setOriginalEntryNumber​(int originalEntryNumber)
      • getOriginalEntryNumber

        public int getOriginalEntryNumber()
      • setEntryMessage

        public void setEntryMessage​(java.lang.String entryMessage)
      • getEntryMessage

        public java.lang.String getEntryMessage()
      • setSupportedActions

        public void setSupportedActions​(java.util.Set<java.lang.String> supportedActions)
      • getSupportedActions

        public java.util.Set<java.lang.String> getSupportedActions()
      • setScheduleLines

        public void setScheduleLines​(java.util.List<ScheduleLineData> scheduleLines)
      • setBackendDown

        public void setBackendDown​(boolean backendDown)
      • isBackendDown

        public boolean isBackendDown()
      • 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()
      • setConfigurationAttached

        public void setConfigurationAttached​(boolean configurationAttached)
      • isConfigurationAttached

        public boolean isConfigurationAttached()
      • setItemPK

        public void setItemPK​(java.lang.String itemPK)
      • getItemPK

        public java.lang.String getItemPK()
      • setConfigurationConsistent

        public void setConfigurationConsistent​(boolean configurationConsistent)
      • isConfigurationConsistent

        public boolean isConfigurationConsistent()
      • setConfigurationErrorCount

        public void setConfigurationErrorCount​(int configurationErrorCount)
      • getConfigurationErrorCount

        public int getConfigurationErrorCount()
      • setAddToCartTime

        public void setAddToCartTime​(java.util.Date addToCartTime)
      • getAddToCartTime

        public java.util.Date getAddToCartTime()
      • setCartSourceType

        public void setCartSourceType​(CartSourceType cartSourceType)