java.lang.Object
de.hybris.platform.warehousing.data.allocation.DeclineEntry
All Implemented Interfaces:
Serializable

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

    • DeclineEntry

      public DeclineEntry()
  • Method Details

    • setConsignmentEntry

      public void setConsignmentEntry(ConsignmentEntryModel consignmentEntry)
    • getConsignmentEntry

      public ConsignmentEntryModel getConsignmentEntry()
    • setQuantity

      public void setQuantity(Long quantity)
    • getQuantity

      public Long getQuantity()
    • setReason

      public void setReason(DeclineReason reason)
    • getReason

      public DeclineReason getReason()
    • setNotes

      public void setNotes(String notes)
    • getNotes

      public String getNotes()
    • setReallocationWarehouse

      public void setReallocationWarehouse(WarehouseModel reallocationWarehouse)
    • getReallocationWarehouse

      public WarehouseModel getReallocationWarehouse()