public class EditAction
extends java.lang.Object
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)
public void setMsg(java.lang.String string)
public void setName(java.lang.String string)
public java.lang.String toString()