public class ConsignmentReallocationWsDTO
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ConsignmentReallocationWsDTO() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DeclineEntryWsDTO> |
getDeclineEntries() |
java.lang.String |
getGlobalComment() |
java.lang.String |
getGlobalReallocationWarehouseCode() |
java.lang.String |
getGlobalReason() |
void |
setDeclineEntries(java.util.List<DeclineEntryWsDTO> declineEntries) |
void |
setGlobalComment(java.lang.String globalComment) |
void |
setGlobalReallocationWarehouseCode(java.lang.String globalReallocationWarehouseCode) |
void |
setGlobalReason(java.lang.String globalReason) |
public void setDeclineEntries(java.util.List<DeclineEntryWsDTO> declineEntries)
public java.util.List<DeclineEntryWsDTO> getDeclineEntries()
public void setGlobalReallocationWarehouseCode(java.lang.String globalReallocationWarehouseCode)
public java.lang.String getGlobalReallocationWarehouseCode()
public void setGlobalReason(java.lang.String globalReason)
public java.lang.String getGlobalReason()
public void setGlobalComment(java.lang.String globalComment)
public java.lang.String getGlobalComment()
Copyright © 2018 SAP SE. All Rights Reserved.