i2p.susi.webmail
Class Attachment

java.lang.Object
  extended by i2p.susi.webmail.Attachment

 class Attachment
extends Object

Author:
user

Constructor Summary
Attachment(String name, String type, String encoding, String data)
           
 
Method Summary
 String getContentType()
           
 String getData()
           
 String getFileName()
           
 String getTransferEncoding()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attachment

Attachment(String name,
           String type,
           String encoding,
           String data)
Method Detail

getFileName

public String getFileName()
Returns:
Returns the fileName.

getTransferEncoding

public String getTransferEncoding()

getContentType

public String getContentType()

getData

public String getData()
Returns:
Returns the data.