Class NotificationRecipient

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotificationRecipient
All Implemented Interfaces:
Serializable

public class NotificationRecipient extends BasePOJO
See Also:
  • Constructor Details

    • NotificationRecipient

      public NotificationRecipient()
    • NotificationRecipient

      public NotificationRecipient(String pFirstName, String pLastName, String pMediumValue)
    • NotificationRecipient

      public NotificationRecipient(FlxUserDataObject pUser)
    • NotificationRecipient

      public NotificationRecipient(FDUser pUser)
    • NotificationRecipient

      public NotificationRecipient(FlexUserProfile pUser)
  • Method Details

    • equals

      public boolean equals(Object pObj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getFirstName

      public String getFirstName()
    • getLastName

      public String getLastName()
    • getMediumValue

      public String getMediumValue()
    • setMediumValue

      public void setMediumValue(String pMediumValue)
    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class BasePOJO
      Returns:
      a String representation of this object
    • getUserId

      public Long getUserId()
    • setUserId

      public void setUserId(Long pUserId)