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