Class MailReceiver
Object
MailReceiver
- All Implemented Interfaces:
Serializable
It's basically a couple table between the mail sent, and the addressee.
Which means there are potentially many records here for the same mail, if the mail
is sent in bulk.
- Author:
- maartenl
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates wether the received of the mail has deleted the mail.getId()
getMail()
Gets the actual mail record this person received.Returns the receiver of the mail.int
hashCode()
void
setDeleted
(Boolean deleted) void
setHaveread
(Boolean haveread) void
void
void
setNewmail
(Boolean newmail) void
Sets the receiver of the mail.toString()
-
Constructor Details
-
MailReceiver
public MailReceiver()
-
-
Method Details
-
getId
-
setId
-
getHaveread
-
setHaveread
-
getNewmail
-
setNewmail
-
getDeleted
Indicates wether the received of the mail has deleted the mail. This has no effect on other receivers or the send said mail. -
setDeleted
- See Also:
-
getToname
-
setToname
-
getMail
-
setMail
- See Also:
-
hashCode
-
equals
-
toString
-