com.liferay.mail.model
Class FileAttachment
java.lang.Object
com.liferay.mail.model.FileAttachment
public class FileAttachment
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileAttachment
public FileAttachment()
FileAttachment
public FileAttachment(File file,
String fileName)
getFile
public File getFile()
getFileName
public String getFileName()
setFile
public void setFile(File file)
setFileName
public void setFileName(String fileName)