corelib.services.web.components.mailinglists
Interface MailingEntry


public interface MailingEntry

Define this interface to fixe what is a mailing entry for your application. For example, a client. The mailing editor will be used this class to list all emails entries. You override the equals method in your class.

Since:
0.4.0
Author:
Dominique Liard & Alexia Ramaļoli

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getEMailAddress()
          Get the entry email.
 java.lang.String getFullName()
          Get the full name of the holder of the email address.
 

Method Detail

getFullName

java.lang.String getFullName()
Get the full name of the holder of the email address.

Returns:
The entry full name.

getEMailAddress

java.lang.String getEMailAddress()
Get the entry email.

Returns:
The entry email.

equals

boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


CAUTION: Ellipse is proposed to you in BETA version to allow evaluation of this framework. Infini Software is released from any responsibility for the use of Ellipse Framework.

Copyright 2012 Infini Software - All Rights Reserved.