Class AccountModule.Account

java.lang.Object
org.jmanikin.example.bank.AccountModule.Account
Enclosing interface:
AccountModule

public static class AccountModule.Account
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.Double balance  
  • Constructor Summary

    Constructors
    Constructor Description
    Account​(java.lang.Double balance)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • balance

      public final java.lang.Double balance
  • Constructor Details

    • Account

      public Account​(java.lang.Double balance)