com.stimulsoft.base.mail
Class StiMailProperties.StiStreamAttachment

java.lang.Object
  extended by com.stimulsoft.base.mail.StiMailProperties.StiStreamAttachment
Enclosing class:
StiMailProperties

public class StiMailProperties.StiStreamAttachment
extends java.lang.Object


Constructor Summary
StiMailProperties.StiStreamAttachment()
           
StiMailProperties.StiStreamAttachment(java.io.InputStream stream, java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 java.io.InputStream getStream()
           
 void setName(java.lang.String name)
           
 void setStream(java.io.InputStream stream)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiMailProperties.StiStreamAttachment

public StiMailProperties.StiStreamAttachment()

StiMailProperties.StiStreamAttachment

public StiMailProperties.StiStreamAttachment(java.io.InputStream stream,
                                             java.lang.String name)
Method Detail

getStream

public java.io.InputStream getStream()
Returns:
the stream

setStream

public void setStream(java.io.InputStream stream)
Parameters:
stream - the stream to set

getName

public java.lang.String getName()
Returns:
the name

setName

public void setName(java.lang.String name)
Parameters:
name - the name to set