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