|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wcm.newsletter.config.NewsletterManagerConfig
public class NewsletterManagerConfig
Created by The eXo Platform SAS Author : eXoPlatform ngoc.tran@exoplatform.com Jun 9, 2009
| Constructor Summary | |
|---|---|
NewsletterManagerConfig()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCategoryName()
Gets the category name. |
java.lang.String |
getNewsletterName()
Gets the newsletter name. |
java.util.Date |
getNewsletterSentDate()
Gets the newsletter sent date. |
java.lang.String |
getNewsletterTitle()
Gets the newsletter title. |
java.lang.String |
getStatus()
Gets the status. |
java.lang.String |
getSubcriptionName()
Gets the subcription name. |
void |
setCategoryName(java.lang.String categoryName)
Sets the category name. |
void |
setNewsletterName(java.lang.String newsletterName)
Sets the newsletter name. |
void |
setNewsletterSentDate(java.util.Date newsletterSentDate)
Sets the newsletter sent date. |
void |
setNewsletterTitle(java.lang.String newsletterTitle)
Sets the newsletter title. |
void |
setStatus(java.lang.String status)
Sets the status. |
void |
setSubcriptionName(java.lang.String subcriptionName)
Sets the subcription name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NewsletterManagerConfig()
| Method Detail |
|---|
public java.lang.String getCategoryName()
public void setCategoryName(java.lang.String categoryName)
categoryName - the new category namepublic java.lang.String getSubcriptionName()
public void setSubcriptionName(java.lang.String subcriptionName)
subcriptionName - the new subcription namepublic java.lang.String getNewsletterName()
public java.util.Date getNewsletterSentDate()
public void setNewsletterSentDate(java.util.Date newsletterSentDate)
newsletterSentDate - the new newsletter sent datepublic void setNewsletterName(java.lang.String newsletterName)
newsletterName - the new newsletter namepublic java.lang.String getNewsletterTitle()
public void setNewsletterTitle(java.lang.String newsletterTitle)
newsletterTitle - the new newsletter titlepublic java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - the new status
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||