Liferay 6.2-ce-ga5

com.liferay.mail.model
Class FileAttachment

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

public class FileAttachment
extends Object


Constructor Summary
FileAttachment()
           
FileAttachment(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

FileAttachment

public FileAttachment()

FileAttachment

public FileAttachment(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.2-ce-ga5