Uses of Class
org.cdgsoftware.icl.CashLetter

Packages that use CashLetter
org.cdgsoftware.icl Here are the primary classes for working with a complete file after it has been read into memory, or for generating a new file from scratch. 
 

Uses of CashLetter in org.cdgsoftware.icl
 

Methods in org.cdgsoftware.icl that return types with arguments of type CashLetter
 java.util.ArrayList<CashLetter> ICLFile.getCashLetterList()
          Gets the cash letter list.
 

Method parameters in org.cdgsoftware.icl with type arguments of type CashLetter
 void ICLFile.setCashLetterList(java.util.ArrayList<CashLetter> cashLetterList)
          Sets the cash letter list.
 

Constructor parameters in org.cdgsoftware.icl with type arguments of type CashLetter
ICLFile(FileHeaderRecord fileHeader, java.util.ArrayList<CashLetter> cashLetterList, FileControlRecord fileControl)
          Instantiates a new iCL file.