Class Model


  • public class Model
    extends Object
    Since:
    4.0.8
    Version:
    $Revision: 17049 $ $Date: 2015-03-03 11:26:53 -0300 (Tue, 03 Mar 2015) $
    • Constructor Detail

      • Model

        public Model()
    • Method Detail

      • getCategories

        public Collection<Category> getCategories()
        Returns the categories.
        Returns:
        the categories
        Since:
        4.0.8
      • setCategories

        public void setCategories​(Collection<Category> categories)
        Sets the categories.
        Parameters:
        categories - the categories value to set
        Since:
        4.0.8
      • getDescription

        public String getDescription()
        Returns the description.
        Returns:
        the description
        Since:
        4.0.8
      • setDescription

        public void setDescription​(String description)
        Sets the description.
        Parameters:
        description - the description value to set
        Since:
        4.0.8
      • getId

        public String getId()
        Returns the id.
        Returns:
        the id
        Since:
        4.0.8
      • setId

        public void setId​(String id)
        Sets the id.
        Parameters:
        id - the id value to set
        Since:
        4.0.8
      • getIntroduction

        public String getIntroduction()
        Returns the introduction.
        Returns:
        the introduction
        Since:
        4.0.8
      • setIntroduction

        public void setIntroduction​(String introduction)
        Sets the introduction.
        Parameters:
        introduction - the introduction value to set
        Since:
        4.0.8
      • getName

        public String getName()
        Returns the name.
        Returns:
        the name
        Since:
        4.0.8
      • setName

        public void setName​(String name)
        Sets the name.
        Parameters:
        name - the name value to set
        Since:
        4.0.8
      • getSenderEmail

        public String getSenderEmail()
        Returns the senderEmail.
        Returns:
        the senderEmail
        Since:
        4.0.8
      • setSenderEmail

        public void setSenderEmail​(String senderEmail)
        Sets the senderEmail.
        Parameters:
        senderEmail - the senderEmail value to set
        Since:
        4.0.8
      • getSubject

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

        public void setSubject​(String subject)
        Sets the subject.
        Parameters:
        subject - the subject value to set
        Since:
        4.0.8
      • getWebsite

        public String getWebsite()
        Returns the website.
        Returns:
        the website
        Since:
        4.0.8
      • setWebsite

        public void setWebsite​(String website)
        Sets the website.
        Parameters:
        website - the website value to set
        Since:
        4.0.8
      • getXslHtmlMode

        public String getXslHtmlMode()
        Returns the xslHtmlMode.
        Returns:
        the xslHtmlMode
        Since:
        4.0.8
      • setXslHtmlMode

        public void setXslHtmlMode​(String xslHtmlMode)
        Sets the xslHtmlMode.
        Parameters:
        xslHtmlMode - the xslHtmlMode value to set
        Since:
        4.0.8
      • getXslTextMode

        public String getXslTextMode()
        Returns the xslTextMode.
        Returns:
        the xslTextMode
        Since:
        4.0.8
      • setXslTextMode

        public void setXslTextMode​(String xslTextMode)
        Sets the xslTextMode.
        Parameters:
        xslTextMode - the xslTextMode value to set
        Since:
        4.0.8
      • getIntroductionText

        public String getIntroductionText()
        Returns the introduction for text mode.
        Returns:
        the introduction for text mode.
        Since:
        4.0.9
      • setIntroductionText

        public void setIntroductionText​(String introductionText)
        Sets the introduction for text mode.
        Parameters:
        introductionText - the value to set.
        Since:
        4.0.9
      • getLocale

        public String getLocale()
        Returns the locale of this model
        Returns:
        Since:
        8.0.0
      • setLocale

        public void setLocale​(String locale)
        Sets the locale of this model
        Parameters:
        locale -
        Since:
        8.0.0