org.exoplatform.services.wcm.newsletter
Class NewsletterCategoryConfig

java.lang.Object
  extended by org.exoplatform.services.wcm.newsletter.NewsletterCategoryConfig

public class NewsletterCategoryConfig
extends java.lang.Object

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

NewsletterCategoryConfig

public NewsletterCategoryConfig()
Method Detail

getTitle

public java.lang.String getTitle()
Gets the title.

Returns:
the title

setTitle

public void setTitle(java.lang.String title)
Sets the title.

Parameters:
title - the new title

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

getDescription

public java.lang.String getDescription()
Gets the description.

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - the new description

getModerator

public java.lang.String getModerator()
Gets the moderator.

Returns:
the moderator

setModerator

public void setModerator(java.lang.String moderator)
Sets the moderator.

Parameters:
moderator - the new moderator

getSubscriptions

public java.util.List<NewsletterSubscriptionConfig> getSubscriptions()
Gets the subscriptions.

Returns:
the subscriptions

setSubscriptions

public void setSubscriptions(java.util.List<NewsletterSubscriptionConfig> subscriptions)
Sets the subscriptions.

Parameters:
subscriptions - the new subscriptions


Copyright © 2011 eXo Platform SAS. All Rights Reserved.