Package org.jmanikin.example.bank
Class TransferModule.ID
java.lang.Object
org.jmanikin.example.bank.TransferModule.ID
- All Implemented Interfaces:
Id<TransferModule.Transfer>
- Enclosing interface:
- TransferModule
public static class TransferModule.ID extends java.lang.Object implements Id<TransferModule.Transfer>
-
Field Summary
Fields Modifier and Type Field Description java.lang.Longid -
Constructor Summary
Constructors Constructor Description ID(java.lang.Long id) -
Method Summary
Modifier and Type Method Description TransferModule.Transferinit()Returns the pristine Object OMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
id
public final java.lang.Long id
-
-
Constructor Details
-
ID
public ID(java.lang.Long id)
-
-
Method Details
-
init
Description copied from interface:IdReturns the pristine Object O- Specified by:
initin interfaceId<TransferModule.Transfer>- Returns:
- the pristine Object O
-