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