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

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

Methods in org.cdgsoftware.icl that return BundleControlRecord
 BundleControlRecord ForwardPresentmentBundle.getBundleControl()
          Gets the bundle control.
 

Methods in org.cdgsoftware.icl with parameters of type BundleControlRecord
 void ForwardPresentmentBundle.setBundleControl(BundleControlRecord bundleControl)
          Sets the bundle control.
 

Constructors in org.cdgsoftware.icl with parameters of type BundleControlRecord
ForwardPresentmentBundle(BundleHeaderRecord bundleHeader, java.util.ArrayList<ICLItem> itemList, BundleControlRecord bundleControl)
          Instantiates a new forward presentment bundle.