Package mireka.pop

Class MaildropDestination

    • Constructor Detail

      • MaildropDestination

        public MaildropDestination()
    • Method Detail

      • setMaildropName

        public void setMaildropName​(String maildropName)
        Category:
        GETSET
      • getMaildropName

        public String getMaildropName()
        Category:
        GETSET
      • setMaildropRepository

        public void setMaildropRepository​(MaildropRepository maildropRepository)
        Category:
        GETSET
      • getMaildropRepository

        public MaildropRepository getMaildropRepository()
        Category:
        GETSET
      • toString

        public String toString()
        Description copied from interface: ResponsibleDestination
        Returns a string representation of the destination suitable for logging purposes. Usually it should contain enough information to show the difference between non-equal destinations.
        Specified by:
        toString in interface ResponsibleDestination
        Overrides:
        toString in class Object