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 Object


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

Constructor Detail

StiMailProperties.StiStreamAttachment

public StiMailProperties.StiStreamAttachment()

StiMailProperties.StiStreamAttachment

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

getStream

public InputStream getStream()
Returns:
the stream

setStream

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

getName

public String getName()
Returns:
the name

setName

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


Copyright © 2017 Stimulsoft. All Rights Reserved.