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

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

Methods in org.cdgsoftware.icl that return FileControlRecord
 FileControlRecord ICLFile.getFileControl()
          Gets the file control.
 

Methods in org.cdgsoftware.icl with parameters of type FileControlRecord
 void ICLFile.setFileControl(FileControlRecord fileControl)
          Sets the file control.
 

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