lumis.service.newsletter
Class Model

Package class diagram package Model
java.lang.Object
  extended by lumis.service.newsletter.Model

public class Model
extends Object

Since:
4.0.8

Constructor Summary
Model()
           
 
Method Summary
 Collection<Category> getCategories()
          Returns the categories.
 String getDescription()
          Returns the description.
 String getId()
          Returns the id.
 String getIntroduction()
          Returns the introduction.
 String getIntroductionText()
          Returns the introduction for text mode.
 String getName()
          Returns the name.
 String getSenderEmail()
          Returns the senderEmail.
 String getSubject()
          Returns the subject.
 String getWebsite()
          Returns the website.
 String getXslHtmlMode()
          Returns the xslHtmlMode.
 String getXslTextMode()
          Returns the xslTextMode.
 void setCategories(Collection<Category> categories)
          Sets the categories.
 void setDescription(String description)
          Sets the description.
 void setId(String id)
          Sets the id.
 void setIntroduction(String introduction)
          Sets the introduction.
 void setIntroductionText(String introductionText)
          Sets the introduction for text mode.
 void setName(String name)
          Sets the name.
 void setSenderEmail(String senderEmail)
          Sets the senderEmail.
 void setSubject(String subject)
          Sets the subject.
 void setWebsite(String website)
          Sets the website.
 void setXslHtmlMode(String xslHtmlMode)
          Sets the xslHtmlMode.
 void setXslTextMode(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 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


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.