public class AmountGreaterThanRequested
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
AmountGreaterThanRequested() |
Modifier and Type | Method and Description |
---|---|
Action |
getAction(int index)
This method returns the action when the amount to process is greater than
the requested amount at a specified index.
|
int |
getActionCount()
This method returns the count of the actions need to de when the amount
to process is greater than the requested amount.
|
void |
setAction(int index,
Action Action)
This method sets the action when the amount to process is greater than the
requested amount at a specified index.
|
java.lang.String |
toString()
This method creates a String representation of the object.
|
public static final java.lang.String COPYRIGHT
public void setAction(int index, Action Action)
index
- The positionAction
- The action when the amount to process is greater than the
requested amount at a specified indexpublic Action getAction(int index)
index
- The positionpublic int getActionCount()
public java.lang.String toString()
This method creates a String representation of the object.
toString
in class java.lang.Object