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 TypeMethodDescriptionbooleanIndicates 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.inthashCode()voidsetDeleted(Boolean deleted) voidsetHaveread(Boolean haveread) voidvoidvoidsetNewmail(Boolean newmail) voidSets 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
-