org.kuali.kfs.fp.document.web.struts
Class CashManagementForm.DepositHelper

java.lang.Object
  extended by org.kuali.kfs.fp.document.web.struts.CashManagementForm.DepositHelper
Enclosing class:
CashManagementForm

public static final class CashManagementForm.DepositHelper
extends Object

Inner helper class.


Field Summary
protected  List<Check> cashieringChecks
           
protected  List<CashManagementForm.CashReceiptSummary> cashReceiptSummarys
           
protected  Integer depositLineNumber
           
 
Constructor Summary
CashManagementForm.DepositHelper()
          Constructs a DepositHelper - default constructor used by PojoProcessor.
CashManagementForm.DepositHelper(Deposit deposit)
          Constructs a DepositHelper
 
Method Summary
protected  void extendCashieringChecks(int minSize)
          This method makes the cashiering checks list longer, to avoid Array Index out of bounds issues
protected  void extendCashReceiptSummarys(int minSize)
          Ensures that there are at least minSize entries in the cashReceiptSummarys list
 Check getCashieringCheck(int index)
          Get a specific cashiering check in the list of cashiering checks
 List<Check> getCashieringChecks()
          Gets the cashieringChecks attribute.
 CashManagementForm.CashReceiptSummary getCashReceiptSummary(int index)
           
 List<CashManagementForm.CashReceiptSummary> getCashReceiptSummarys()
           
 Integer getDepositLineNumber()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

depositLineNumber

protected Integer depositLineNumber

cashReceiptSummarys

protected List<CashManagementForm.CashReceiptSummary> cashReceiptSummarys

cashieringChecks

protected List<Check> cashieringChecks
Constructor Detail

CashManagementForm.DepositHelper

public CashManagementForm.DepositHelper()
Constructs a DepositHelper - default constructor used by PojoProcessor.


CashManagementForm.DepositHelper

public CashManagementForm.DepositHelper(Deposit deposit)
Constructs a DepositHelper

Parameters:
deposit -
Method Detail

getCashReceiptSummarys

public List<CashManagementForm.CashReceiptSummary> getCashReceiptSummarys()
Returns:
List

getCashReceiptSummary

public CashManagementForm.CashReceiptSummary getCashReceiptSummary(int index)
Parameters:
i -
Returns:
CashReceiptSummary

extendCashReceiptSummarys

protected void extendCashReceiptSummarys(int minSize)
Ensures that there are at least minSize entries in the cashReceiptSummarys list

Parameters:
minSize -

getCashieringChecks

public List<Check> getCashieringChecks()
Gets the cashieringChecks attribute.

Returns:
Returns the cashieringChecks.

getCashieringCheck

public Check getCashieringCheck(int index)
Get a specific cashiering check in the list of cashiering checks

Parameters:
index - the index of the check to retrieve
Returns:
a check

extendCashieringChecks

protected void extendCashieringChecks(int minSize)
This method makes the cashiering checks list longer, to avoid Array Index out of bounds issues

Parameters:
minSize - the minimum size to make the list

getDepositLineNumber

public Integer getDepositLineNumber()
Returns:
Integer

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.