Class MailViewer.PartItem
- java.lang.Object
-
- com.openindex.openestate.tool.mail.MailViewer.PartItem
-
- Enclosing class:
- MailViewer
public static class MailViewer.PartItem extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.mail.internet.ContentTypegetContentType()StringgetDescription()StringgetFileName()longgetFileSize()IcongetIcon()longgetId()DbMailPartgetPart()StringgetText()StringgetType()
-
-
-
Method Detail
-
getContentType
public javax.mail.internet.ContentType getContentType()
-
getDescription
public String getDescription()
-
getFileName
public String getFileName()
-
getFileSize
public long getFileSize()
-
getIcon
public Icon getIcon()
-
getId
public long getId()
-
getPart
public DbMailPart getPart()
-
getText
public String getText()
-
getType
public String getType()
-
-