Class Model


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

      Constructors 
      Constructor Description
      Model()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<Category> getCategories()
      Returns the categories.
      java.lang.String getDescription()
      Returns the description.
      java.lang.String getId()
      Returns the id.
      java.lang.String getIntroduction()
      Returns the introduction.
      java.lang.String getIntroductionText()
      Returns the introduction for text mode.
      java.lang.String getLocale()
      Returns the locale of this model
      java.lang.String getName()
      Returns the name.
      java.lang.String getSenderEmail()
      Returns the senderEmail.
      java.lang.String getSubject()
      Returns the subject.
      java.lang.String getWebsite()
      Returns the website.
      java.lang.String getXslHtmlMode()
      Returns the xslHtmlMode.
      java.lang.String getXslTextMode()
      Returns the xslTextMode.
      void setCategories​(java.util.Collection<Category> categories)
      Sets the categories.
      void setDescription​(java.lang.String description)
      Sets the description.
      void setId​(java.lang.String id)
      Sets the id.
      void setIntroduction​(java.lang.String introduction)
      Sets the introduction.
      void setIntroductionText​(java.lang.String introductionText)
      Sets the introduction for text mode.
      void setLocale​(java.lang.String locale)
      Sets the locale of this model
      void setName​(java.lang.String name)
      Sets the name.
      void setSenderEmail​(java.lang.String senderEmail)
      Sets the senderEmail.
      void setSubject​(java.lang.String subject)
      Sets the subject.
      void setWebsite​(java.lang.String website)
      Sets the website.
      void setXslHtmlMode​(java.lang.String xslHtmlMode)
      Sets the xslHtmlMode.
      void setXslTextMode​(java.lang.String xslTextMode)
      Sets the xslTextMode.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Model

        public Model()
    • Method Detail

      • getCategories

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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