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