public class NotificationRecipient
extends java.lang.Object
Constructor and Description |
---|
NotificationRecipient(java.lang.String emailAddress,
com.liferay.portal.workflow.kaleo.definition.NotificationReceptionType notificationReceptionType) |
NotificationRecipient(com.liferay.portal.kernel.model.User user,
com.liferay.portal.workflow.kaleo.definition.NotificationReceptionType notificationReceptionType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
long |
getCompanyId() |
java.lang.String |
getEmailAddress() |
java.lang.String |
getFullName() |
javax.mail.internet.InternetAddress |
getInternetAddress() |
com.liferay.portal.workflow.kaleo.definition.NotificationReceptionType |
getNotificationReceptionType() |
java.lang.String |
getScreenName() |
long |
getUserId() |
int |
hashCode() |
public NotificationRecipient(java.lang.String emailAddress, com.liferay.portal.workflow.kaleo.definition.NotificationReceptionType notificationReceptionType)
public NotificationRecipient(com.liferay.portal.kernel.model.User user, com.liferay.portal.workflow.kaleo.definition.NotificationReceptionType notificationReceptionType)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public 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.AddressException
java.io.UnsupportedEncodingException
public com.liferay.portal.workflow.kaleo.definition.NotificationReceptionType getNotificationReceptionType()
public java.lang.String getScreenName()
public long getUserId()
public int hashCode()
hashCode
in class java.lang.Object