Liferay 6.1.0

com.liferay.mail.model
Class Attachment

java.lang.Object
  extended by com.liferay.mail.model.Attachment

public class Attachment
extends Object


Constructor Summary
Attachment()
           
Attachment(File file, String fileName)
           
 
Method Summary
 File getFile()
           
 String getFileName()
           
 void setFile(File file)
           
 void setFileName(String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attachment

public Attachment()

Attachment

public Attachment(File file,
                  String fileName)
Method Detail

getFile

public File getFile()

getFileName

public String getFileName()

setFile

public void setFile(File file)

setFileName

public void setFileName(String fileName)

Liferay 6.1.0