Class ReturnEntryModificationWsDTO

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

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

    • ReturnEntryModificationWsDTO

      public ReturnEntryModificationWsDTO()
  • 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()