Class EntryArrivalSlotWsDTO

java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.order.EntryArrivalSlotWsDTO
All Implemented Interfaces:
Serializable

public class EntryArrivalSlotWsDTO extends Object implements Serializable
Records of item arrivals facilitate the tracking and management of item quantities, associated arrival times, and certainty levels. These records distinguish between guaranteed, estimated, and unknown arrival scenarios.
See Also:
  • Constructor Details

    • EntryArrivalSlotWsDTO

      public EntryArrivalSlotWsDTO()
  • 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(AccuracyWsDTOType accuracy)
    • getAccuracy

      public AccuracyWsDTOType getAccuracy()