com.stimulsoft.webviewer.component
Class StiTestWebViewerBean

java.lang.Object
  extended by com.stimulsoft.webviewer.component.StiTestWebViewerBean

public class StiTestWebViewerBean
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiTestWebViewerBean()
           
 
Method Summary
 StiMailProperties getMailProperties()
           
 StiWebViewerOptions getOptions()
           
 StiReport getReport()
           
 java.lang.String getViewerID()
           
 void setMailProperties(StiMailProperties mailProperties)
           
 void setOptions(StiWebViewerOptions options)
           
 void setReport(StiReport report)
           
 void setViewerID(java.lang.String viewerID)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiTestWebViewerBean

public StiTestWebViewerBean()
Method Detail

getReport

public StiReport getReport()
                    throws java.io.IOException,
                           org.xml.sax.SAXException,
                           StiDeserializationException
Returns:
the report
Throws:
StiDeserializationException
org.xml.sax.SAXException
java.io.IOException

setReport

public void setReport(StiReport report)
Parameters:
report - the report to set

getOptions

public StiWebViewerOptions getOptions()
Returns:
the options

setOptions

public void setOptions(StiWebViewerOptions options)
Parameters:
options - the options to set

getViewerID

public java.lang.String getViewerID()
Returns:
the viewerID

setViewerID

public void setViewerID(java.lang.String viewerID)
Parameters:
viewerID - the viewerID to set

getMailProperties

public StiMailProperties getMailProperties()
Returns:
the mailProperties

setMailProperties

public void setMailProperties(StiMailProperties mailProperties)
Parameters:
mailProperties - the mailProperties to set