com.stimulsoft.flex.interactionObject
Class StiMailData

java.lang.Object
  extended by com.stimulsoft.base.utils.XmlObject
      extended by com.stimulsoft.flex.interactionObject.StiMailData

public class StiMailData
extends XmlObject

Xml report data for send by mail. Copyright Stimulsoft


Constructor Summary
StiMailData()
           
 
Method Summary
 String getData()
           
 String getFormat()
           
 StiMailOptions getMailOptions()
           
 String getMIMEType()
           
 String getReportKey()
           
 void setData(String data)
           
 void setFormat(String format)
           
 void setMailOptions(StiMailOptions mailOptions)
           
 void setReportKey(String reportKey)
           
 
Methods inherited from class com.stimulsoft.base.utils.XmlObject
getClassesToBeBound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiMailData

public StiMailData()
Method Detail

getFormat

public String getFormat()

getReportKey

public String getReportKey()

getData

public String getData()

setFormat

public void setFormat(String format)

setReportKey

public void setReportKey(String reportKey)

setData

public void setData(String data)

getMailOptions

public StiMailOptions getMailOptions()
Returns:
the mailOptions

setMailOptions

public void setMailOptions(StiMailOptions mailOptions)
Parameters:
mailOptions - the mailOptions to set

getMIMEType

public String getMIMEType()


Copyright © 2017 Stimulsoft. All Rights Reserved.