|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
| 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 |
|---|
java.lang.String getFullName()
java.lang.String getEMailAddress()
boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||