Class ReturnEntryModificationData
- java.lang.Object
-
- de.hybris.platform.ordermanagementfacades.returns.data.ReturnEntryModificationData
-
- All Implemented Interfaces:
java.io.Serializable
public class ReturnEntryModificationData extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReturnEntryModificationData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDeliveryModeCode()
java.lang.String
getProductCode()
java.math.BigDecimal
getRefundAmount()
void
setDeliveryModeCode(java.lang.String deliveryModeCode)
void
setProductCode(java.lang.String productCode)
void
setRefundAmount(java.math.BigDecimal refundAmount)
-
-
-
Method Detail
-
setProductCode
public void setProductCode(java.lang.String productCode)
-
getProductCode
public java.lang.String getProductCode()
-
setDeliveryModeCode
public void setDeliveryModeCode(java.lang.String deliveryModeCode)
-
getDeliveryModeCode
public java.lang.String getDeliveryModeCode()
-
setRefundAmount
public void setRefundAmount(java.math.BigDecimal refundAmount)
-
getRefundAmount
public java.math.BigDecimal getRefundAmount()
-
-