Class OrderEntryData

java.lang.Object
de.hybris.platform.commercefacades.order.data.OrderEntryData
All Implemented Interfaces:
Serializable

public class OrderEntryData extends Object implements Serializable
See Also:
  • Constructor Details

    • OrderEntryData

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

      public PriceData getBasePrice()
    • setTotalPrice

      public void setTotalPrice(PriceData totalPrice)
    • getTotalPrice

      public PriceData getTotalPrice()
    • setProduct

      public void setProduct(ProductData product)
    • getProduct

      public ProductData getProduct()
    • setUpdateable

      public void setUpdateable(boolean updateable)
    • isUpdateable

      public boolean isUpdateable()
    • setDeliveryMode

      public void setDeliveryMode(DeliveryModeData deliveryMode)
    • getDeliveryMode

      public DeliveryModeData getDeliveryMode()
    • setDeliveryPointOfService

      public void setDeliveryPointOfService(PointOfServiceData deliveryPointOfService)
    • getDeliveryPointOfService

      public PointOfServiceData getDeliveryPointOfService()
    • setEntries

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

      public List<OrderEntryData> getEntries()
    • setConfigurationInfos

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

      public List<ConfigurationInfoData> getConfigurationInfos()
    • setStatusSummaryMap

      public void setStatusSummaryMap(Map<ProductInfoStatus,Integer> statusSummaryMap)
    • getStatusSummaryMap

      public Map<ProductInfoStatus,Integer> getStatusSummaryMap()
    • setEntryGroupNumbers

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

      public Collection<Integer> getEntryGroupNumbers()
    • setComments

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

      public List<CommentData> getComments()
    • setUrl

      public void setUrl(String url)
    • getUrl

      public 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(List<OrderEntryPriceData> orderEntryPrices)
    • getOrderEntryPrices

      public List<OrderEntryPriceData> getOrderEntryPrices()
    • setOriginalSubscriptionId

      public void setOriginalSubscriptionId(String originalSubscriptionId)
    • getOriginalSubscriptionId

      public String getOriginalSubscriptionId()
    • setOriginalOrderCode

      public void setOriginalOrderCode(String originalOrderCode)
    • getOriginalOrderCode

      public String getOriginalOrderCode()
    • setOriginalEntryNumber

      public void setOriginalEntryNumber(int originalEntryNumber)
    • getOriginalEntryNumber

      public int getOriginalEntryNumber()
    • setEntryMessage

      public void setEntryMessage(String entryMessage)
    • getEntryMessage

      public String getEntryMessage()
    • setSupportedActions

      public void setSupportedActions(Set<String> supportedActions)
    • getSupportedActions

      public Set<String> getSupportedActions()
    • 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()
    • setConfigurationAttached

      public void setConfigurationAttached(boolean configurationAttached)
    • isConfigurationAttached

      public boolean isConfigurationAttached()
    • setItemPK

      public void setItemPK(String itemPK)
    • getItemPK

      public 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(Date addToCartTime)
    • getAddToCartTime

      public Date getAddToCartTime()
    • setCartSourceType

      public void setCartSourceType(CartSourceType cartSourceType)
    • getCartSourceType

      public CartSourceType getCartSourceType()