public interface ISendInformationModel extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addRecipient(user.management.model.Users recipient)
Adds a recipient to the recipients.
|
Set<user.management.model.Users> |
getRecipients()
Gets the recipients.
|
user.management.model.Users |
getSender()
Gets the sender.
|
Date |
getSentDate()
Gets the sent date.
|
boolean |
removeRecipient(user.management.model.Users recipient)
Removes a recipient from the recipients.
|
void |
setRecipients(Set<user.management.model.Users> recipients)
Sets the recipients.
|
void |
setSender(user.management.model.Users sender)
Sets the sender.
|
void |
setSentDate(Date sentDate)
Sets the sent date.
|
Set<user.management.model.Users> getRecipients()
user.management.model.Users getSender()
Date getSentDate()
void setRecipients(Set<user.management.model.Users> recipients)
recipients - the new recipientsvoid setSender(user.management.model.Users sender)
sender - the new sendervoid setSentDate(Date sentDate)
sentDate - the new sent datevoid addRecipient(user.management.model.Users recipient)
recipient - the recipient to add.boolean removeRecipient(user.management.model.Users recipient)
recipient - the recipient to remove.Copyright © 2015. All rights reserved.