public class SendInformationModel extends Object implements ISendInformationModel, de.alpharogroup.xml.api.Transformable<ISendInformationModel>
| Constructor and Description |
|---|
SendInformationModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRecipient(user.management.model.Users recipient)
Adds a recipient to the recipients.
|
boolean |
removeRecipient(user.management.model.Users recipient)
Removes a recipient from the recipients.
|
ISendInformationModel |
toObject(String xml) |
String |
toXml() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRecipients, getSender, getSentDate, setRecipients, setSender, setSentDatepublic void addRecipient(user.management.model.Users recipient)
addRecipient in interface ISendInformationModelrecipient - the recipient to add.public boolean removeRecipient(user.management.model.Users recipient)
removeRecipient in interface ISendInformationModelrecipient - the recipient to remove.public String toXml()
toXml in interface de.alpharogroup.xml.api.Xmlablepublic ISendInformationModel toObject(String xml)
toObject in interface de.alpharogroup.xml.api.Transformable<ISendInformationModel>Copyright © 2015. All rights reserved.