Class DeclineEntryWsDTO

java.lang.Object
de.hybris.platform.warehousingwebservices.dto.order.DeclineEntryWsDTO
All Implemented Interfaces:
Serializable

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

    • DeclineEntryWsDTO

      public DeclineEntryWsDTO()
  • 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(String reason)
    • getReason

      public String getReason()
    • setComment

      public void setComment(String comment)
    • getComment

      public String getComment()