Class EntryArrivalSlot

java.lang.Object
de.hybris.platform.commerceservices.order.EntryArrivalSlot
All Implemented Interfaces:
Serializable

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

    • EntryArrivalSlot

      public EntryArrivalSlot()
  • Method Details

    • setQuantity

      public void setQuantity(Double quantity)
    • getQuantity

      public Double getQuantity()
    • setAt

      public void setAt(Date at)
    • getAt

      public Date getAt()
    • setAccuracy

      public void setAccuracy(Accuracy accuracy)
    • getAccuracy

      public Accuracy getAccuracy()
    • setWarehouse

      public void setWarehouse(String warehouse)
    • getWarehouse

      public String getWarehouse()