BrightSide Workbench Full Report + Source Code
org.turro.elephant.entities.db.MailAttachment Class Reference
Inheritance diagram for org.turro.elephant.entities.db.MailAttachment:
Collaboration diagram for org.turro.elephant.entities.db.MailAttachment:

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)
 

Detailed Description

Member Function Documentation

◆ getDescription()

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.

55  {
56  return description;
57  }

◆ getEntityPath()

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.

71  {
72  return entityPath;
73  }

◆ getId()

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.

47  {
48  return id;
49  }

◆ getMailItem()

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.

87  {
88  return mailItem;
89  }

◆ getName()

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.

63  {
64  return name;
65  }

◆ getType()

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.

79  {
80  return type;
81  }

◆ setDescription()

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.

59  {
60  this.description = description;
61  }
Here is the caller graph for this function:

◆ setEntityPath()

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.

75  {
76  this.entityPath = entityPath;
77  }
Here is the caller graph for this function:

◆ setId()

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.

51  {
52  this.id = id;
53  }

◆ setMailItem()

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.

91  {
92  this.mailItem = mailItem;
93  }
Here is the caller graph for this function:

◆ setName()

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.

67  {
68  this.name = name;
69  }
Here is the caller graph for this function:

◆ setType()

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.

83  {
84  this.type = type;
85  }
Here is the caller graph for this function:

The documentation for this class was generated from the following file: