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

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

Methods in org.cdgsoftware.icl that return types with arguments of type CheckDetailAddendumARecord
 java.util.ArrayList<CheckDetailAddendumARecord> ICLItem.getCheckDetailAddendumAList()
          Gets the check detail addendum a list.
 

Method parameters in org.cdgsoftware.icl with type arguments of type CheckDetailAddendumARecord
 void ICLItem.setCheckDetailAddendumAList(java.util.ArrayList<CheckDetailAddendumARecord> checkDetailAddendumAList)
          Sets the check detail addendum a list.
 

Constructor parameters in org.cdgsoftware.icl with type arguments of type CheckDetailAddendumARecord
ICLItem(CheckDetailRecord checkDetail, java.util.ArrayList<CheckDetailAddendumARecord> checkDetailAddendumAList, java.util.ArrayList<ImageView> imageViewList)
          Instantiates a new iCL item.