Uses of Class
org.cdgsoftware.icl.ICLItem

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

Methods in org.cdgsoftware.icl that return types with arguments of type ICLItem
 java.util.ArrayList<ICLItem> ForwardPresentmentBundle.getItemList()
          Gets the item list.
 

Method parameters in org.cdgsoftware.icl with type arguments of type ICLItem
 void ForwardPresentmentBundle.setItemList(java.util.ArrayList<ICLItem> itemList)
          Sets the item list.
 

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