com.stimulsoft.web.helper
Class StiReportContainer

java.lang.Object
  extended by com.stimulsoft.web.helper.StiReportContainer

public class StiReportContainer
extends java.lang.Object

Copyright Stimulsoft


Field Summary
 StiDesignerCommand command
           
 StiReport report
           
 boolean resourcesIncluded
           
 
Constructor Summary
StiReportContainer(StiReport report, boolean resourcesIncluded, StiDesignerCommand command)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

report

public StiReport report

resourcesIncluded

public boolean resourcesIncluded

command

public StiDesignerCommand command
Constructor Detail

StiReportContainer

public StiReportContainer(StiReport report,
                          boolean resourcesIncluded,
                          StiDesignerCommand command)