jet.api
Class SubLinkContainerInfo

java.lang.Object
  extended by jet.api.SubLinkContainerInfo

public class SubLinkContainerInfo
extends java.lang.Object


Constructor Summary
SubLinkContainerInfo(java.lang.String componentName, java.util.List<SubLinkInfo> sublinkInfos)
          Creates information of the SubLinkContainer in the SubReport.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubLinkContainerInfo

public SubLinkContainerInfo(java.lang.String componentName,
                            java.util.List<SubLinkInfo> sublinkInfos)
Creates information of the SubLinkContainer in the SubReport. This container holds all the sublinks which are created based on the same component in the subreport.

Parameters:
componentName - Instance name of the component in SubReport.
sublinkInfos - SublInkInfos of the specified component in the subreport.