com.liferay.mail.model
Class FileAttachment

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

public class FileAttachment
extends java.lang.Object

Author:
Barrie Selack, Brian Wing Shun Chan

Constructor Summary
FileAttachment()
           
FileAttachment(java.io.File file, java.lang.String fileName)
           
 
Method Summary
 java.io.File getFile()
           
 java.lang.String getFileName()
           
 void setFile(java.io.File file)
           
 void setFileName(java.lang.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(java.io.File file,
                      java.lang.String fileName)
Method Detail

getFile

public java.io.File getFile()

getFileName

public java.lang.String getFileName()

setFile

public void setFile(java.io.File file)

setFileName

public void setFileName(java.lang.String fileName)