Uses of Class
org.cdgsoftware.icl.record.CashLetterControlRecord

Packages that use CashLetterControlRecord
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 CashLetterControlRecord in org.cdgsoftware.icl
 

Methods in org.cdgsoftware.icl that return CashLetterControlRecord
 CashLetterControlRecord CashLetter.getCashLetterControl()
          Gets the cash letter control.
 

Methods in org.cdgsoftware.icl with parameters of type CashLetterControlRecord
 void CashLetter.setCashLetterControl(CashLetterControlRecord cashLetterControl)
          Sets the cash letter control.
 

Constructors in org.cdgsoftware.icl with parameters of type CashLetterControlRecord
CashLetter(CashLetterHeaderRecord cashLetterHeader, java.util.ArrayList<ForwardPresentmentBundle> forwardPresentmentBundleList, java.util.ArrayList<ReturnBundle> returnBundleList, CashLetterControlRecord cashLetterControl)
          Instantiates a new cash letter.