Package org.jmanikin.example.bank
Class AccountModule.ID
java.lang.Object
org.jmanikin.example.bank.AccountModule.ID
- All Implemented Interfaces:
Id<AccountModule.Account>
- Enclosing interface:
- AccountModule
public static class AccountModule.ID extends java.lang.Object implements Id<AccountModule.Account>
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringid -
Constructor Summary
Constructors Constructor Description ID(java.lang.String id) -
Method Summary
Modifier and Type Method Description AccountModule.Accountinit()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.String id
-
-
Constructor Details
-
ID
public ID(java.lang.String id)
-
-
Method Details
-
init
Description copied from interface:IdReturns the pristine Object O- Specified by:
initin interfaceId<AccountModule.Account>- Returns:
- the pristine Object O
-