Class ConsignmentReallocationWsDTO
- java.lang.Object
-
- de.hybris.platform.warehousingwebservices.dto.order.ConsignmentReallocationWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class ConsignmentReallocationWsDTO extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConsignmentReallocationWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DeclineEntryWsDTO>getDeclineEntries()java.lang.StringgetGlobalComment()java.lang.StringgetGlobalReallocationWarehouseCode()java.lang.StringgetGlobalReason()voidsetDeclineEntries(java.util.List<DeclineEntryWsDTO> declineEntries)voidsetGlobalComment(java.lang.String globalComment)voidsetGlobalReallocationWarehouseCode(java.lang.String globalReallocationWarehouseCode)voidsetGlobalReason(java.lang.String globalReason)
-
-
-
Method Detail
-
setDeclineEntries
public void setDeclineEntries(java.util.List<DeclineEntryWsDTO> declineEntries)
-
getDeclineEntries
public java.util.List<DeclineEntryWsDTO> getDeclineEntries()
-
setGlobalReallocationWarehouseCode
public void setGlobalReallocationWarehouseCode(java.lang.String globalReallocationWarehouseCode)
-
getGlobalReallocationWarehouseCode
public java.lang.String getGlobalReallocationWarehouseCode()
-
setGlobalReason
public void setGlobalReason(java.lang.String globalReason)
-
getGlobalReason
public java.lang.String getGlobalReason()
-
setGlobalComment
public void setGlobalComment(java.lang.String globalComment)
-
getGlobalComment
public java.lang.String getGlobalComment()
-
-