Class NotificationDefaultSettings


  • public class NotificationDefaultSettings
    extends java.lang.Object
    NotificationDefaultSettings.
    • Constructor Detail

      • NotificationDefaultSettings

        public NotificationDefaultSettings()
    • Method Detail

      • getSenderEmailNotifications

        public SenderEmailNotifications getSenderEmailNotifications()
        Get senderEmailNotifications.
        Returns:
        senderEmailNotifications
      • setSenderEmailNotifications

        public void setSenderEmailNotifications​(SenderEmailNotifications senderEmailNotifications)
        setSenderEmailNotifications.
      • getSignerEmailNotifications

        public SignerEmailNotifications getSignerEmailNotifications()
        Get signerEmailNotifications.
        Returns:
        signerEmailNotifications
      • setSignerEmailNotifications

        public void setSignerEmailNotifications​(SignerEmailNotifications signerEmailNotifications)
        setSignerEmailNotifications.
      • equals

        public boolean equals​(java.lang.Object o)
        Compares objects.
        Overrides:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Converts the given object to string.
        Overrides:
        toString in class java.lang.Object