Public Member Functions | |
Long | getId () |
void | setId (Long id) |
String | getDescription () |
void | setDescription (String description) |
String | getName () |
void | setName (String name) |
String | getEntityPath () |
void | setEntityPath (String entityPath) |
MailAttachmentType | getType () |
void | setType (MailAttachmentType type) |
MailItem | getMailItem () |
void | setMailItem (MailItem mailItem) |
Definition at line 33 of file elephant-jpa/src/main/java/org/turro/elephant/entities/db/MailAttachment.java.
String org.turro.elephant.entities.db.MailAttachment.getDescription | ( | ) |
Definition at line 55 of file elephant-jpa/src/main/java/org/turro/elephant/entities/db/MailAttachment.java.
String org.turro.elephant.entities.db.MailAttachment.getEntityPath | ( | ) |
Definition at line 71 of file elephant-jpa/src/main/java/org/turro/elephant/entities/db/MailAttachment.java.
Long org.turro.elephant.entities.db.MailAttachment.getId | ( | ) |
Definition at line 47 of file elephant-jpa/src/main/java/org/turro/elephant/entities/db/MailAttachment.java.
MailItem org.turro.elephant.entities.db.MailAttachment.getMailItem | ( | ) |
Definition at line 87 of file elephant-jpa/src/main/java/org/turro/elephant/entities/db/MailAttachment.java.
String org.turro.elephant.entities.db.MailAttachment.getName | ( | ) |
Definition at line 63 of file elephant-jpa/src/main/java/org/turro/elephant/entities/db/MailAttachment.java.
MailAttachmentType org.turro.elephant.entities.db.MailAttachment.getType | ( | ) |
Definition at line 79 of file elephant-jpa/src/main/java/org/turro/elephant/entities/db/MailAttachment.java.
void org.turro.elephant.entities.db.MailAttachment.setDescription | ( | String | description | ) |
Definition at line 59 of file elephant-jpa/src/main/java/org/turro/elephant/entities/db/MailAttachment.java.
void org.turro.elephant.entities.db.MailAttachment.setEntityPath | ( | String | entityPath | ) |
Definition at line 75 of file elephant-jpa/src/main/java/org/turro/elephant/entities/db/MailAttachment.java.
void org.turro.elephant.entities.db.MailAttachment.setId | ( | Long | id | ) |
Definition at line 51 of file elephant-jpa/src/main/java/org/turro/elephant/entities/db/MailAttachment.java.
void org.turro.elephant.entities.db.MailAttachment.setMailItem | ( | MailItem | mailItem | ) |
Definition at line 91 of file elephant-jpa/src/main/java/org/turro/elephant/entities/db/MailAttachment.java.
void org.turro.elephant.entities.db.MailAttachment.setName | ( | String | name | ) |
Definition at line 67 of file elephant-jpa/src/main/java/org/turro/elephant/entities/db/MailAttachment.java.
void org.turro.elephant.entities.db.MailAttachment.setType | ( | MailAttachmentType | type | ) |
Definition at line 83 of file elephant-jpa/src/main/java/org/turro/elephant/entities/db/MailAttachment.java.