Package mireka.filter.misc
Class ReversePathDestinationPair
- Object
-
- mireka.filter.misc.ReversePathDestinationPair
-
public class ReversePathDestinationPair extends ObjectA reverse path - destination mapping, which is used by theRedirectPostmasterMailfilter.
-
-
Constructor Summary
Constructors Constructor Description ReversePathDestinationPair()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DestinationgetDestination()StringgetReversePath()voidsetDestination(Destination destination)voidsetReversePath(String reversePath)
-
-
-
Method Detail
-
setReversePath
public void setReversePath(String reversePath)
- Category:
- GETSET
-
getReversePath
public String getReversePath()
- Category:
- GETSET
-
setDestination
public void setDestination(Destination destination)
- Category:
- GETSET
-
getDestination
public Destination getDestination()
- Category:
- GETSET
-
-