public class ConsignmentEntryToReallocateDto
extends java.lang.Object
| Constructor and Description |
|---|
ConsignmentEntryToReallocateDto(ConsignmentEntryModel consignmentEntry,
java.util.List<java.lang.String> reasons,
java.util.Set<WarehouseModel> locations) |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentEntryModel |
getConsignmentEntry() |
java.lang.String |
getDeclineConsignmentEntryComment() |
ListModelArray |
getDeclineReasonsModel() |
ListModelArray |
getPossibleLocationsModel() |
java.lang.Long |
getQuantityToReallocate() |
WarehouseModel |
getSelectedLocation() |
DeclineReason |
getSelectedReason() |
void |
setConsignmentEntry(ConsignmentEntryModel consignmentEntry) |
void |
setDeclineConsignmentEntryComment(java.lang.String declineConsignmentEntryComment) |
void |
setDeclineReasonsModel(ListModelArray declineReasonsModel) |
void |
setPossibleLocationsModel(ListModelArray possibleLocationsModel) |
void |
setQuantityToReallocate(java.lang.Long quantityToReallocate) |
void |
setSelectedLocation(WarehouseModel selectedLocation) |
void |
setSelectedReason(DeclineReason selectedReason) |
public ConsignmentEntryToReallocateDto(ConsignmentEntryModel consignmentEntry, java.util.List<java.lang.String> reasons, java.util.Set<WarehouseModel> locations)
public ConsignmentEntryModel getConsignmentEntry()
public void setConsignmentEntry(ConsignmentEntryModel consignmentEntry)
public java.lang.Long getQuantityToReallocate()
public void setQuantityToReallocate(java.lang.Long quantityToReallocate)
public ListModelArray getDeclineReasonsModel()
public void setDeclineReasonsModel(ListModelArray declineReasonsModel)
public ListModelArray getPossibleLocationsModel()
public void setPossibleLocationsModel(ListModelArray possibleLocationsModel)
public DeclineReason getSelectedReason()
public void setSelectedReason(DeclineReason selectedReason)
public WarehouseModel getSelectedLocation()
public void setSelectedLocation(WarehouseModel selectedLocation)
public java.lang.String getDeclineConsignmentEntryComment()
public void setDeclineConsignmentEntryComment(java.lang.String declineConsignmentEntryComment)
Copyright © 2018 SAP SE. All Rights Reserved.