public class DeclineEntry extends Object implements Serializable
| Constructor and Description |
|---|
DeclineEntry() |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentEntryModel |
getConsignmentEntry() |
String |
getNotes() |
Long |
getQuantity() |
WarehouseModel |
getReallocationWarehouse() |
DeclineReason |
getReason() |
void |
setConsignmentEntry(ConsignmentEntryModel consignmentEntry) |
void |
setNotes(String notes) |
void |
setQuantity(Long quantity) |
void |
setReallocationWarehouse(WarehouseModel reallocationWarehouse) |
void |
setReason(DeclineReason reason) |
public void setConsignmentEntry(ConsignmentEntryModel consignmentEntry)
public ConsignmentEntryModel getConsignmentEntry()
public void setQuantity(Long quantity)
public Long getQuantity()
public void setReason(DeclineReason reason)
public DeclineReason getReason()
public void setNotes(String notes)
public String getNotes()
public void setReallocationWarehouse(WarehouseModel reallocationWarehouse)
public WarehouseModel getReallocationWarehouse()
Copyright © 2017 SAP SE. All Rights Reserved.