Class GeneratedEmailPage

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    EmailPage

    public abstract class GeneratedEmailPage
    extends DocumentPage
    Generated class for type EmailPage.
    See Also:
    Serialized Form
    • Field Detail

      • FROMEMAIL

        public static final java.lang.String FROMEMAIL
        Qualifier of the EmailPage.fromEmail attribute
        See Also:
        Constant Field Values
      • FROMNAME

        public static final java.lang.String FROMNAME
        Qualifier of the EmailPage.fromName attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedEmailPage

        public GeneratedEmailPage()
    • Method Detail

      • getFromEmail

        public java.lang.String getFromEmail​(SessionContext ctx)
        Generated method - Getter of the EmailPage.fromEmail attribute.
        Returns:
        the fromEmail - Holds the from email address.
      • getFromEmail

        public java.lang.String getFromEmail()
        Generated method - Getter of the EmailPage.fromEmail attribute.
        Returns:
        the fromEmail - Holds the from email address.
      • getAllFromEmail

        public java.util.Map<Language,​java.lang.String> getAllFromEmail​(SessionContext ctx)
        Generated method - Getter of the EmailPage.fromEmail attribute.
        Returns:
        the localized fromEmail - Holds the from email address.
      • getAllFromEmail

        public java.util.Map<Language,​java.lang.String> getAllFromEmail()
        Generated method - Getter of the EmailPage.fromEmail attribute.
        Returns:
        the localized fromEmail - Holds the from email address.
      • setFromEmail

        public void setFromEmail​(SessionContext ctx,
                                 java.lang.String value)
        Generated method - Setter of the EmailPage.fromEmail attribute.
        Parameters:
        value - the fromEmail - Holds the from email address.
      • setFromEmail

        public void setFromEmail​(java.lang.String value)
        Generated method - Setter of the EmailPage.fromEmail attribute.
        Parameters:
        value - the fromEmail - Holds the from email address.
      • setAllFromEmail

        public void setAllFromEmail​(SessionContext ctx,
                                    java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the EmailPage.fromEmail attribute.
        Parameters:
        value - the fromEmail - Holds the from email address.
      • setAllFromEmail

        public void setAllFromEmail​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the EmailPage.fromEmail attribute.
        Parameters:
        value - the fromEmail - Holds the from email address.
      • getFromName

        public java.lang.String getFromName​(SessionContext ctx)
        Generated method - Getter of the EmailPage.fromName attribute.
        Returns:
        the fromName - Holds the from name.
      • getFromName

        public java.lang.String getFromName()
        Generated method - Getter of the EmailPage.fromName attribute.
        Returns:
        the fromName - Holds the from name.
      • getAllFromName

        public java.util.Map<Language,​java.lang.String> getAllFromName​(SessionContext ctx)
        Generated method - Getter of the EmailPage.fromName attribute.
        Returns:
        the localized fromName - Holds the from name.
      • getAllFromName

        public java.util.Map<Language,​java.lang.String> getAllFromName()
        Generated method - Getter of the EmailPage.fromName attribute.
        Returns:
        the localized fromName - Holds the from name.
      • setFromName

        public void setFromName​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the EmailPage.fromName attribute.
        Parameters:
        value - the fromName - Holds the from name.
      • setFromName

        public void setFromName​(java.lang.String value)
        Generated method - Setter of the EmailPage.fromName attribute.
        Parameters:
        value - the fromName - Holds the from name.
      • setAllFromName

        public void setAllFromName​(SessionContext ctx,
                                   java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the EmailPage.fromName attribute.
        Parameters:
        value - the fromName - Holds the from name.
      • setAllFromName

        public void setAllFromName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the EmailPage.fromName attribute.
        Parameters:
        value - the fromName - Holds the from name.