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

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

public class NewsletterUserConfig
extends java.lang.Object

Created by The eXo Platform SAS Author : eXoPlatform chuong.phan@exoplatform.com, phan.le.thanh.chuong@gmail.com Jun 5, 2009


Constructor Summary
NewsletterUserConfig()
           
 
Method Summary
 boolean getIsBanned()
          Gets the checks if is banned.
 java.lang.String getMail()
          Gets the mail.
 void setBanned(boolean isBanned)
          Sets the banned.
 void setMail(java.lang.String mail)
          Sets the mail.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewsletterUserConfig

public NewsletterUserConfig()
Method Detail

getMail

public java.lang.String getMail()
Gets the mail.

Returns:
the mail

setMail

public void setMail(java.lang.String mail)
Sets the mail.

Parameters:
mail - the new mail

getIsBanned

public boolean getIsBanned()
Gets the checks if is banned.

Returns:
the checks if is banned

setBanned

public void setBanned(boolean isBanned)
Sets the banned.

Parameters:
isBanned - the new banned


Copyright © 2014 eXo Platform SAS. All Rights Reserved.