Class CmsSimpleNewsletterRecipient

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsSimpleNewsletterRecipient​(java.lang.String email, java.lang.String name)
      Creates a new CmsSimpleNewsletterRecipient.
      CmsSimpleNewsletterRecipient​(java.lang.String email, java.lang.String firstname, java.lang.String lastname)
      Creates a new CmsSimpleNewsletterRecipient.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getEmail()
      Returns the email address of the recipient.
      java.lang.String getFirstname()
      Returns the firstname of the recipient.
      java.lang.String getFullName()
      Returns the nicename of the recipient.
      java.lang.String getLastname()
      Returns the lastname of the recipient.
      java.lang.String getName()
      Returns the name of the recipient.
      int hashCode()  
      boolean isSubscriber​(I_CmsNewsletterContent content)
      Returns true in case this newsletter recipient has subscribed to the given content.
      protected void setEmail​(java.lang.String email)
      Set the email address of this recepient.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait