public class RefundRuleData
extends java.lang.Object
| Constructor and Description |
|---|
RefundRuleData()
This method is the constructor for this class.
|
| 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.
|
public RefundRuleData()
public void setEditable(java.lang.Boolean localEditable)
localEditable - The editable to setpublic java.lang.Boolean getEditable()
public void setId(java.lang.String localId)
localId - The id to setpublic java.lang.String getId()
public void setPriority(java.lang.Integer localPriority)
localPriority - The priority to setpublic java.lang.Integer getPriority()
public void setSystem(java.lang.String localSystem)
localSystem - The system to setpublic java.lang.String getSystem()