org.exoplatform.services.wcm.newsletter
Class NewsletterPublicUser

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

public class NewsletterPublicUser
extends java.lang.Object

Created by The eXo Platform SAS Author : eXoPlatform ha.mai@exoplatform.com Jun 22, 2009


Constructor Summary
NewsletterPublicUser()
           
 
Method Summary
 java.lang.String getEmail()
          Gets the email.
 java.lang.String getUserCode()
          Gets the user code.
 boolean isBanned()
          Checks if is banned.
 void setBanned(boolean isBanned)
          Sets the banned.
 void setEmail(java.lang.String email)
          Sets the email.
 void setUserCode(java.lang.String userCode)
          Sets the user code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewsletterPublicUser

public NewsletterPublicUser()
Method Detail

getEmail

public java.lang.String getEmail()
Gets the email.

Returns:
the email

setEmail

public void setEmail(java.lang.String email)
Sets the email.

Parameters:
email - the new email

getUserCode

public java.lang.String getUserCode()
Gets the user code.

Returns:
the user code

setUserCode

public void setUserCode(java.lang.String userCode)
Sets the user code.

Parameters:
userCode - the new user code

isBanned

public boolean isBanned()
Checks if is banned.

Returns:
true, if is banned

setBanned

public void setBanned(boolean isBanned)
Sets the banned.

Parameters:
isBanned - the new banned


Copyright © 2010 eXo Platform SAS. All Rights Reserved.