Class PaymentsReminderServiceImpl

    • Constructor Detail

      • PaymentsReminderServiceImpl

        public PaymentsReminderServiceImpl()
    • Method Detail

      • getEmailSender

        public String getEmailSender()
        Returns the email sender.
        Returns:
        the email sender
      • setEmailSender

        public void setEmailSender​(String emailSender)
        Sets the email sender.
        Parameters:
        emailSender - the new email sender
      • getBody

        public String getBody()
        Returns the body.
        Returns:
        the body
      • setBody

        public void setBody​(String body)
        Sets the body.
        Parameters:
        body - the new body
      • getSubject

        public String getSubject()
        Returns the subject.
        Returns:
        the subject
      • setSubject

        public void setSubject​(String subject)
        Sets the subject.
        Parameters:
        subject - the new subject
      • getReminderAgeHours

        public int getReminderAgeHours()
        Returns the reminder age in hours.
        Returns:
        the reminder age in hours
      • setReminderAgeHours

        public void setReminderAgeHours​(int reminderAgeHours)
        Sets the reminder age in hours.
        Parameters:
        reminderAgeHours - the new reminder age in hours