Class ReturnEntryModificationData

  • All Implemented Interfaces:
    java.io.Serializable

    public class ReturnEntryModificationData
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • ReturnEntryModificationData

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