public class EditAction
extends java.lang.Object
EditAction
, which
means the payment edit action specified in the Payment Rules configuration.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
EditAction() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAmount()
This method returns the amount needs to process in current EditAction.
|
java.lang.String |
getMsg()
This method returns the message configured for current EditAction.
|
java.lang.String |
getName()
This method returns the action name of current EditAction.
|
void |
setAmount(java.lang.String string)
This method sets the amount needs to process in current EditAction.
|
void |
setMsg(java.lang.String string)
This method sets the message configured for current EditAction.
|
void |
setName(java.lang.String string)
This method sets the action name of current EditAction.
|
java.lang.String |
toString()
This method creates a String representation of the object.
|
public static final java.lang.String COPYRIGHT
public java.lang.String getAmount()
public java.lang.String getMsg()
public java.lang.String getName()
public void setAmount(java.lang.String string)
string
- The amount needs to process in current EditActionpublic void setMsg(java.lang.String string)
string
- The message configured for current EditActionpublic void setName(java.lang.String string)
string
- The action name of current EditActionpublic java.lang.String toString()
toString
in class java.lang.Object