Uses of Class
org.cdgsoftware.icl.ForwardPresentmentBundle

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

Methods in org.cdgsoftware.icl that return types with arguments of type ForwardPresentmentBundle
 java.util.ArrayList<ForwardPresentmentBundle> CashLetter.getForwardPresentmentBundleList()
          Gets the forward presentment bundle list.
 

Method parameters in org.cdgsoftware.icl with type arguments of type ForwardPresentmentBundle
 void CashLetter.setForwardPresentmentBundleList(java.util.ArrayList<ForwardPresentmentBundle> forwardPresentmentBundleList)
          Sets the forward presentment bundle list.
 

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