|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.service.newsletter.Model
public class Model
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 |
---|
public Model()
Method Detail |
---|
public Collection<Category> getCategories()
public void setCategories(Collection<Category> categories)
categories
- the categories value to setpublic String getDescription()
public void setDescription(String description)
description
- the description value to setpublic String getId()
public void setId(String id)
id
- the id value to setpublic String getIntroduction()
public void setIntroduction(String introduction)
introduction
- the introduction value to setpublic String getName()
public void setName(String name)
name
- the name value to setpublic String getSenderEmail()
public void setSenderEmail(String senderEmail)
senderEmail
- the senderEmail value to setpublic String getSubject()
public void setSubject(String subject)
subject
- the subject value to setpublic String getWebsite()
public void setWebsite(String website)
website
- the website value to setpublic String getXslHtmlMode()
public void setXslHtmlMode(String xslHtmlMode)
xslHtmlMode
- the xslHtmlMode value to setpublic String getXslTextMode()
public void setXslTextMode(String xslTextMode)
xslTextMode
- the xslTextMode value to setpublic String getIntroductionText()
public void setIntroductionText(String introductionText)
introductionText
- the value to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |