Class ConsignmentReallocationData

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

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

    • ConsignmentReallocationData

      public ConsignmentReallocationData()
  • Method Details

    • setDeclineEntries

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

      public List<DeclineEntryData> getDeclineEntries()
    • setGlobalReallocationWarehouseCode

      public void setGlobalReallocationWarehouseCode(String globalReallocationWarehouseCode)
    • getGlobalReallocationWarehouseCode

      public String getGlobalReallocationWarehouseCode()
    • setGlobalReason

      public void setGlobalReason(DeclineReason globalReason)
    • getGlobalReason

      public DeclineReason getGlobalReason()
    • setGlobalComment

      public void setGlobalComment(String globalComment)
    • getGlobalComment

      public String getGlobalComment()