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.ContentType
getContentType()
String
getDescription()
String
getFileName()
long
getFileSize()
Icon
getIcon()
long
getId()
DbMailPart
getPart()
String
getText()
String
getType()
-
-
-
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()
-
-