public class NotificationRecipient
extends java.lang.Object
| Constructor and Description |
|---|
NotificationRecipient(java.lang.String emailAddress,
NotificationReceptionType notificationReceptionType) |
NotificationRecipient(User user,
NotificationReceptionType notificationReceptionType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
long |
getCompanyId() |
java.lang.String |
getEmailAddress() |
java.lang.String |
getFullName() |
javax.mail.internet.InternetAddress |
getInternetAddress() |
NotificationReceptionType |
getNotificationReceptionType() |
java.lang.String |
getScreenName() |
long |
getUserId() |
int |
hashCode() |
public NotificationRecipient(java.lang.String emailAddress,
NotificationReceptionType notificationReceptionType)
public NotificationRecipient(User user, NotificationReceptionType notificationReceptionType)
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic long getCompanyId()
public java.lang.String getEmailAddress()
public java.lang.String getFullName()
public javax.mail.internet.InternetAddress getInternetAddress()
throws javax.mail.internet.AddressException,
java.io.UnsupportedEncodingException
javax.mail.internet.AddressExceptionjava.io.UnsupportedEncodingExceptionpublic NotificationReceptionType getNotificationReceptionType()
public java.lang.String getScreenName()
public long getUserId()
public int hashCode()
hashCode in class java.lang.Object