public class AmountLessThanRequested
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
| AmountLessThanRequested() |
| Modifier and Type | Method and Description |
|---|---|
| Action | getAction(int index)
This method returns the action when the amount to process is less 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 less than the requested amount.
|
| void | setAction(int index, Action Action)
This method sets the action when the amount to process is less 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)
public Action getAction(int index)
public int getActionCount()
public java.lang.String toString()
This method creates a String representation of the object.