com.ibm.commerce.edp.config

Class RefundRuleData

  • java.lang.Object
    • com.ibm.commerce.edp.config.RefundRuleData


  • public class RefundRuleData
    extends java.lang.Object
    This class represents the refund rules.
    • Constructor Summary

      Constructors 
      Constructor and Description
      RefundRuleData()
      This method is the constructor for this class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Boolean getEditable()
      This method gets if the refund rule is editable.
      java.lang.String getId()
      This method returns the id of this refund rule data.
      java.lang.Integer getPriority()
      This method returns the priority of this refund rule data.
      java.lang.String getSystem()
      This method returns the system of this refund rule data.
      void setEditable(java.lang.Boolean localEditable)
      This method sets if the refund rule is editable.
      void setId(java.lang.String localId)
      This method sets the id of this refund rule data.
      void setPriority(java.lang.Integer localPriority)
      This method sets the priority of this refund rule data.
      void setSystem(java.lang.String localSystem)
      This method sets the system of this refund rule data.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RefundRuleData

        public RefundRuleData()
        This method is the constructor for this class.
    • Method Detail

      • setEditable

        public void setEditable(java.lang.Boolean localEditable)
        This method sets if the refund rule is editable.
        Parameters:
        localEditable - The editable to set
      • getEditable

        public java.lang.Boolean getEditable()
        This method gets if the refund rule is editable.
        Returns:
        editable If the rule of the refund is editable
      • setId

        public void setId(java.lang.String localId)
        This method sets the id of this refund rule data.
        Parameters:
        localId - The id to set
      • getId

        public java.lang.String getId()
        This method returns the id of this refund rule data.
        Returns:
        String The id of this refund rule data
      • setPriority

        public void setPriority(java.lang.Integer localPriority)
        This method sets the priority of this refund rule data.
        Parameters:
        localPriority - The priority to set
      • getPriority

        public java.lang.Integer getPriority()
        This method returns the priority of this refund rule data.
        Returns:
        priority The priority of this refund rule data
      • setSystem

        public void setSystem(java.lang.String localSystem)
        This method sets the system of this refund rule data.
        Parameters:
        localSystem - The system to set
      • getSystem

        public java.lang.String getSystem()
        This method returns the system of this refund rule data.
        Returns:
        String The system of this refund rule data