Class ReturnEntryModificationData

java.lang.Object
de.hybris.platform.ordermanagementfacades.returns.data.ReturnEntryModificationData
All Implemented Interfaces:
Serializable

public class ReturnEntryModificationData extends Object implements Serializable
See Also:
  • Constructor Details

    • ReturnEntryModificationData

      public ReturnEntryModificationData()
  • Method Details

    • setProductCode

      public void setProductCode(String productCode)
    • getProductCode

      public String getProductCode()
    • setDeliveryModeCode

      public void setDeliveryModeCode(String deliveryModeCode)
    • getDeliveryModeCode

      public String getDeliveryModeCode()
    • setRefundAmount

      public void setRefundAmount(BigDecimal refundAmount)
    • getRefundAmount

      public BigDecimal getRefundAmount()