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

Public Member Functions

Long getId ()
 
void setId (Long id)
 
String getEntityPath ()
 
void setEntityPath (String entityPath)
 
String getIdContact ()
 
void setIdContact (String idContact)
 
Date getReadDate ()
 
void setReadDate (Date readDate)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 34 of file MailTracker.java.

Member Function Documentation

◆ getEntityPath()

String org.turro.elephant.entities.db.MailTracker.getEntityPath ( )

Definition at line 56 of file MailTracker.java.

56  {
57  return entityPath;
58  }

◆ getId()

Long org.turro.elephant.entities.db.MailTracker.getId ( )

Definition at line 48 of file MailTracker.java.

48  {
49  return id;
50  }

◆ getIdContact()

String org.turro.elephant.entities.db.MailTracker.getIdContact ( )

Definition at line 64 of file MailTracker.java.

64  {
65  return idContact;
66  }

◆ getReadDate()

Date org.turro.elephant.entities.db.MailTracker.getReadDate ( )

Definition at line 72 of file MailTracker.java.

72  {
73  return readDate;
74  }

◆ setEntityPath()

void org.turro.elephant.entities.db.MailTracker.setEntityPath ( String  entityPath)

Definition at line 60 of file MailTracker.java.

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

◆ setId()

void org.turro.elephant.entities.db.MailTracker.setId ( Long  id)

Definition at line 52 of file MailTracker.java.

52  {
53  this.id = id;
54  }

◆ setIdContact()

void org.turro.elephant.entities.db.MailTracker.setIdContact ( String  idContact)

Definition at line 68 of file MailTracker.java.

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

◆ setReadDate()

void org.turro.elephant.entities.db.MailTracker.setReadDate ( Date  readDate)

Definition at line 76 of file MailTracker.java.

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

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