com.stimulsoft.base.mail
Class StiMailProperties.StiStreamAttachment
java.lang.Object
com.stimulsoft.base.mail.StiMailProperties.StiStreamAttachment
- Enclosing class:
- StiMailProperties
public class StiMailProperties.StiStreamAttachment
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiMailProperties.StiStreamAttachment
public StiMailProperties.StiStreamAttachment()
StiMailProperties.StiStreamAttachment
public StiMailProperties.StiStreamAttachment(java.io.InputStream stream,
java.lang.String name)
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