Class DeclineEntryData
- java.lang.Object
-
- de.hybris.platform.warehousingfacades.order.data.DeclineEntryData
-
- All Implemented Interfaces:
java.io.Serializable
public class DeclineEntryData extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeclineEntryData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComment()java.lang.StringgetProductCode()java.lang.LonggetQuantity()java.lang.StringgetReallocationWarehouseCode()DeclineReasongetReason()voidsetComment(java.lang.String comment)voidsetProductCode(java.lang.String productCode)voidsetQuantity(java.lang.Long quantity)voidsetReallocationWarehouseCode(java.lang.String reallocationWarehouseCode)voidsetReason(DeclineReason reason)
-
-
-
Method Detail
-
setProductCode
public void setProductCode(java.lang.String productCode)
-
getProductCode
public java.lang.String getProductCode()
-
setQuantity
public void setQuantity(java.lang.Long quantity)
-
getQuantity
public java.lang.Long getQuantity()
-
setReallocationWarehouseCode
public void setReallocationWarehouseCode(java.lang.String reallocationWarehouseCode)
-
getReallocationWarehouseCode
public java.lang.String getReallocationWarehouseCode()
-
setReason
public void setReason(DeclineReason reason)
-
getReason
public DeclineReason getReason()
-
setComment
public void setComment(java.lang.String comment)
-
getComment
public java.lang.String getComment()
-
-