public class DeclineEntryWsDTO
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DeclineEntryWsDTO() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment() |
java.lang.String |
getProductCode() |
java.lang.Long |
getQuantity() |
java.lang.String |
getReallocationWarehouseCode() |
java.lang.String |
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(java.lang.String 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(java.lang.String reason)
public java.lang.String getReason()
public void setComment(java.lang.String comment)
public java.lang.String getComment()
Copyright © 2018 SAP SE. All Rights Reserved.