org.exoplatform.services.wcm.newsletter.config
Class NewsletterManagerConfig

java.lang.Object
  extended by org.exoplatform.services.wcm.newsletter.config.NewsletterManagerConfig

public class NewsletterManagerConfig
extends java.lang.Object

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

NewsletterManagerConfig

public NewsletterManagerConfig()
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

getSubcriptionName

public java.lang.String getSubcriptionName()
Gets the subcription name.

Returns:
the subcription name

setSubcriptionName

public void setSubcriptionName(java.lang.String subcriptionName)
Sets the subcription name.

Parameters:
subcriptionName - the new subcription name

getNewsletterName

public java.lang.String getNewsletterName()
Gets the newsletter name.

Returns:
the newsletter name

getNewsletterSentDate

public java.util.Date getNewsletterSentDate()
Gets the newsletter sent date.

Returns:
the newsletter sent date

setNewsletterSentDate

public void setNewsletterSentDate(java.util.Date newsletterSentDate)
Sets the newsletter sent date.

Parameters:
newsletterSentDate - the new newsletter sent date

setNewsletterName

public void setNewsletterName(java.lang.String newsletterName)
Sets the newsletter name.

Parameters:
newsletterName - the new newsletter name

getNewsletterTitle

public java.lang.String getNewsletterTitle()
Gets the newsletter title.

Returns:
the newsletter title

setNewsletterTitle

public void setNewsletterTitle(java.lang.String newsletterTitle)
Sets the newsletter title.

Parameters:
newsletterTitle - the new newsletter title

getStatus

public java.lang.String getStatus()
Gets the status.

Returns:
the status

setStatus

public void setStatus(java.lang.String status)
Sets the status.

Parameters:
status - the new status


Copyright © 2010 eXo Platform SAS. All Rights Reserved.