org.exoplatform.services.wcm.newsletter
Class NewsletterSubscriptionConfig

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

public class NewsletterSubscriptionConfig
extends java.lang.Object

Created by The eXo Platform SAS Author : eXoPlatform ngoc.tran@exoplatform.com May 27, 2009


Constructor Summary
NewsletterSubscriptionConfig()
           
 
Method Summary
 java.lang.String getCategoryName()
          Gets the category name.
 java.lang.String getDescription()
          Gets the description.
 java.lang.String getName()
          Gets the name.
 java.lang.String getRedactor()
           
 java.lang.String getTitle()
          Gets the title.
 void setCategoryName(java.lang.String categoryName)
          Sets the category name.
 void setDescription(java.lang.String description)
          Sets the description.
 void setName(java.lang.String name)
          Sets the name.
 void setRedactor(java.lang.String redactor)
           
 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

NewsletterSubscriptionConfig

public NewsletterSubscriptionConfig()
Method Detail

getCategoryName

public java.lang.String getCategoryName()
Gets the category name.

Returns:
the category name

setCategoryName

public void setCategoryName(java.lang.String categoryName)
Sets the category name.

Parameters:
categoryName - the new category name

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

getRedactor

public java.lang.String getRedactor()

setRedactor

public void setRedactor(java.lang.String redactor)


Copyright © 2014 eXo Platform SAS. All Rights Reserved.