Package mireka.filter.local.table
Class RecipientDestinationPair
- Object
-
- mireka.filter.local.table.RecipientDestinationPair
-
- All Implemented Interfaces:
RecipientDestinationMapper
public class RecipientDestinationPair extends Object implements RecipientDestinationMapper
RecipientDestinationPair is a configuration helper object which assigns a destination to a mailbox address which is supplied in text form.
-
-
Constructor Summary
Constructors Constructor Description RecipientDestinationPair()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Destinationlookup(Recipient recipient)Returns the destination of mails sent to this user; or null if it does not know the recipient.voidsetDestination(Destination destination)voidsetRecipient(String recipient)
-
-
-
Method Detail
-
lookup
public Destination lookup(Recipient recipient)
Description copied from interface:RecipientDestinationMapperReturns the destination of mails sent to this user; or null if it does not know the recipient.- Specified by:
lookupin interfaceRecipientDestinationMapper
-
setRecipient
public void setRecipient(String recipient)
-
setDestination
public void setDestination(Destination destination)
- Category:
- GETSET
-
-