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