|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.fp.document.web.struts.CashManagementForm.DepositHelper
public static final class CashManagementForm.DepositHelper
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 |
---|
protected Integer depositLineNumber
protected List<CashManagementForm.CashReceiptSummary> cashReceiptSummarys
protected List<Check> cashieringChecks
Constructor Detail |
---|
public CashManagementForm.DepositHelper()
public CashManagementForm.DepositHelper(Deposit deposit)
deposit
- Method Detail |
---|
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 retrieve
protected void extendCashieringChecks(int minSize)
minSize
- the minimum size to make the listpublic Integer getDepositLineNumber()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |