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

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

Methods in org.cdgsoftware.icl that return CheckDetailRecord
 CheckDetailRecord ICLItem.getCheckDetail()
          Gets the check detail.
 

Methods in org.cdgsoftware.icl with parameters of type CheckDetailRecord
 void ICLItem.setCheckDetail(CheckDetailRecord checkDetail)
          Sets the check detail.
 

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