Class ConsignmentReallocationWsDTO

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

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

    • ConsignmentReallocationWsDTO

      public ConsignmentReallocationWsDTO()
  • Method Details

    • setDeclineEntries

      public void setDeclineEntries(List<DeclineEntryWsDTO> declineEntries)
    • getDeclineEntries

      public List<DeclineEntryWsDTO> getDeclineEntries()
    • setGlobalReallocationWarehouseCode

      public void setGlobalReallocationWarehouseCode(String globalReallocationWarehouseCode)
    • getGlobalReallocationWarehouseCode

      public String getGlobalReallocationWarehouseCode()
    • setGlobalReason

      public void setGlobalReason(String globalReason)
    • getGlobalReason

      public String getGlobalReason()
    • setGlobalComment

      public void setGlobalComment(String globalComment)
    • getGlobalComment

      public String getGlobalComment()