Class CommunicationTarget

java.lang.Object
ch.tocco.nice2.optional.address.api.recipient.CommunicationTarget

public class CommunicationTarget extends Object
CommunicationTarget is the actual target for the communication based on an address or emailAddress. When redirecting a letter for a ConcernedRecipient to various EffectiveRecipients, like sending a letter for a student (concerned) to his mother and father (effectives), they may live at the same address. Therefore, the CommunicationTarget gets created based on that address, having mother and parent set as EffectiveRecipients. This way, only one letter can be sent, targeting both EffectiveRecipient.