Package org.jmanikin.example.bank
Class TransferModule.Transfer
java.lang.Object
org.jmanikin.example.bank.TransferModule.Transfer
- Enclosing interface:
- TransferModule
public static class TransferModule.Transfer
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description java.lang.DoubleamountAccountModule.IDfromAccountModule.IDto -
Constructor Summary
Constructors Constructor Description Transfer(AccountModule.ID from, AccountModule.ID to, java.lang.Double amount) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
from
-
to
-
amount
public final java.lang.Double amount
-
-
Constructor Details
-
Transfer
-