public static final class CashManagementForm.DepositHelper extends Object
Modifier and Type | Field and Description |
---|---|
protected List<Check> |
cashieringChecks |
protected List<CashManagementForm.CashReceiptSummary> |
cashReceiptSummarys |
protected Integer |
depositLineNumber |
Constructor and Description |
---|
CashManagementForm.DepositHelper()
Constructs a DepositHelper - default constructor used by PojoProcessor.
|
CashManagementForm.DepositHelper(Deposit deposit)
Constructs a DepositHelper
|
Modifier and Type | Method and Description |
---|---|
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() |
protected Integer depositLineNumber
protected List<CashManagementForm.CashReceiptSummary> cashReceiptSummarys
protected List<Check> cashieringChecks
public CashManagementForm.DepositHelper()
public CashManagementForm.DepositHelper(Deposit deposit)
deposit
- public List<CashManagementForm.CashReceiptSummary> getCashReceiptSummarys()
public CashManagementForm.CashReceiptSummary getCashReceiptSummary(int index)
i
- protected void extendCashReceiptSummarys(int minSize)
minSize
- public List<Check> getCashieringChecks()
public Check getCashieringCheck(int index)
index
- the index of the check to retrieveprotected void extendCashieringChecks(int minSize)
minSize
- the minimum size to make the listpublic Integer getDepositLineNumber()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.