Package mireka.destination
Class AliasDestination
- Object
-
- mireka.destination.AliasDestination
-
- All Implemented Interfaces:
Destination
public class AliasDestination extends Object implements Destination
An AliasDestination indicates that the final destination of mails sent to the recipient should be the same as the destination assigned to another recipient.
-
-
Constructor Summary
Constructors Constructor Description AliasDestination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipientgetRecipient()voidsetRecipient(String recipient)voidsetRecipient(Recipient recipient)StringtoString()
-