Class DeclineEntryData

java.lang.Object
de.hybris.platform.warehousingfacades.order.data.DeclineEntryData
All Implemented Interfaces:
Serializable

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

    • DeclineEntryData

      public DeclineEntryData()
  • Method Details

    • setProductCode

      public void setProductCode(String productCode)
    • getProductCode

      public String getProductCode()
    • setQuantity

      public void setQuantity(Long quantity)
    • getQuantity

      public Long getQuantity()
    • setReallocationWarehouseCode

      public void setReallocationWarehouseCode(String reallocationWarehouseCode)
    • getReallocationWarehouseCode

      public String getReallocationWarehouseCode()
    • setReason

      public void setReason(DeclineReason reason)
    • getReason

      public DeclineReason getReason()
    • setComment

      public void setComment(String comment)
    • getComment

      public String getComment()