|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wcm.newsletter.NewsletterCategoryConfig
public class NewsletterCategoryConfig
Created by The eXo Platform SAS Author : eXoPlatform chuong.phan@exoplatform.com, phan.le.thanh.chuong@gmail.com May 22, 2009
| Constructor Summary | |
|---|---|
NewsletterCategoryConfig()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the description. |
java.lang.String |
getModerator()
Gets the moderator. |
java.lang.String |
getName()
Gets the name. |
java.util.List<NewsletterSubscriptionConfig> |
getSubscriptions()
Gets the subscriptions. |
java.lang.String |
getTitle()
Gets the title. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setModerator(java.lang.String moderator)
Sets the moderator. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setSubscriptions(java.util.List<NewsletterSubscriptionConfig> subscriptions)
Sets the subscriptions. |
void |
setTitle(java.lang.String title)
Sets the title. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NewsletterCategoryConfig()
| Method Detail |
|---|
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - the new titlepublic java.lang.String getName()
public void setName(java.lang.String name)
name - the new namepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the new descriptionpublic java.lang.String getModerator()
public void setModerator(java.lang.String moderator)
moderator - the new moderatorpublic java.util.List<NewsletterSubscriptionConfig> getSubscriptions()
public void setSubscriptions(java.util.List<NewsletterSubscriptionConfig> subscriptions)
subscriptions - the new subscriptions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||