public class DeclineEntryData extends Object implements Serializable
| Constructor and Description |
|---|
DeclineEntryData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getProductCode() |
Long |
getQuantity() |
String |
getReallocationWarehouseCode() |
DeclineReason |
getReason() |
void |
setComment(String comment) |
void |
setProductCode(String productCode) |
void |
setQuantity(Long quantity) |
void |
setReallocationWarehouseCode(String reallocationWarehouseCode) |
void |
setReason(DeclineReason reason) |
public void setProductCode(String productCode)
public String getProductCode()
public void setQuantity(Long quantity)
public Long getQuantity()
public void setReallocationWarehouseCode(String reallocationWarehouseCode)
public String getReallocationWarehouseCode()
public void setReason(DeclineReason reason)
public DeclineReason getReason()
public void setComment(String comment)
public String getComment()
Copyright © 2017 SAP SE. All Rights Reserved.