Class TotalAccounts

java.lang.Object
org.drip.loan.borrower.TotalAccounts

public class TotalAccounts
extends java.lang.Object
TotalAccounts contains the Total Current Number of Accounts for the Borrower

Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    TotalAccounts​(int iCount)
    TotalAccounts Constructor
  • Method Summary

    Modifier and Type Method Description
    int count()
    Retrieve the Borrower's Current Count of the Total Number of Accounts

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TotalAccounts

      public TotalAccounts​(int iCount) throws java.lang.Exception
      TotalAccounts Constructor
      Parameters:
      iCount - Current Count of the Total Number of Accounts
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details

    • count

      public int count()
      Retrieve the Borrower's Current Count of the Total Number of Accounts
      Returns:
      The Borrower's Current Count of the Total Number of Accounts