Class NotificationRecipient
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotificationRecipient
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationRecipient(FDUser pUser) NotificationRecipient(FlexUserProfile pUser) NotificationRecipient(String pFirstName, String pLastName, String pMediumValue) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetMediumValue(String pMediumValue) voidtoString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
NotificationRecipient
public NotificationRecipient() -
NotificationRecipient
-
NotificationRecipient
-
NotificationRecipient
-
NotificationRecipient
public NotificationRecipient(FlexUserProfile pUser)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getFirstName
-
getLastName
-
getMediumValue
-
setMediumValue
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure. -
getUserId
-
setUserId
-