public class RecipientDestinationPair extends Object implements RecipientDestinationMapper
Constructor and Description |
---|
RecipientDestinationPair() |
Modifier and Type | Method and Description |
---|---|
Destination |
lookup(Recipient recipient)
Returns the destination of mails sent to this user; or null if it does
not know the recipient.
|
void |
setDestination(Destination destination) |
void |
setRecipient(String recipient) |
public Destination lookup(Recipient recipient)
RecipientDestinationMapper
lookup
in interface RecipientDestinationMapper
public void setRecipient(String recipient)
public void setDestination(Destination destination)