Class UserMailLO

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ShopUserMailLO

    public class UserMailLO
    extends java.lang.Object
    implements java.io.Serializable
    UserMailLO contains general information that will be used during the creation of mails.
    See Also:
    Serialized Form
    • Constructor Detail

      • UserMailLO

        public UserMailLO()
    • Method Detail

      • getSenderName

        public java.lang.String getSenderName()
        Returns:
        the name of the mail sender
      • setSenderName

        public void setSenderName​(java.lang.String senderName)
        Parameters:
        senderName - the name of the mail sender to set
      • getSenderMailAddress

        public java.lang.String getSenderMailAddress()
        Returns:
        the mail address of the mail sender
      • setSenderMailAddress

        public void setSenderMailAddress​(java.lang.String senderMailAddress)
        Parameters:
        senderMailAddress - the mail address of the mail sender to set
      • getReceiverName

        public java.lang.String getReceiverName()
        Returns:
        the name of the mail receiver
      • setReceiverName

        public void setReceiverName​(java.lang.String receiverName)
        Parameters:
        receiverName - the name of the mail receiver to set
      • getReceiverMailAddress

        public java.lang.String getReceiverMailAddress()
        Returns:
        the mail address of the mail receiver
      • setReceiverMailAddress

        public void setReceiverMailAddress​(java.lang.String receiverMailAddress)
        Parameters:
        receiverMailAddress - the mail address of the mail receiver to set
      • getDocumentAttachments

        public java.util.Map<java.lang.String,​bakery.persistence.dataobject.documents.DocumentDO> getDocumentAttachments()
        Returns:
        a list of documents that should be attached to the mail
      • setDocumentAttachments

        public void setDocumentAttachments​(java.util.Map<java.lang.String,​bakery.persistence.dataobject.documents.DocumentDO> documentAttachments)
        Parameters:
        documentAttachments - a list of documents that should be attached to the mail to set
      • setLanguage

        public void setLanguage​(java.lang.String language)
        Parameters:
        language - the language of the mail to set
      • getLanguage

        public java.lang.String getLanguage()
        Returns:
        the language of the mail
      • getCurrencySymbol

        public java.lang.String getCurrencySymbol()
        Returns:
        the currency symbol of the mail
      • setCurrencySymbol

        public void setCurrencySymbol​(java.lang.String currencySymbol)
        Parameters:
        currencySymbol - the currency symbol of the mail to set