Class HvlNotificationPollingUser

java.lang.Object
tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity<Long>
tr.com.havelsan.javarch.domain.model.entity.HvlEntity
tr.com.havelsan.javarch.domain.model.entity.HvlHardDeleteEntity
tr.com.havelsan.javarch.notification.polling.starter.entity.HvlNotificationPolling
tr.com.havelsan.javarch.notification.polling.starter.entity.HvlNotificationPollingUser
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity>, tr.com.havelsan.javarch.data.commons.structure.HvlEntityStructure<Long>

@Entity public class HvlNotificationPollingUser extends HvlNotificationPolling
An entity class which defines notification polling user fields.
See Also:
  • Field Details

  • Constructor Details

    • HvlNotificationPollingUser

      public HvlNotificationPollingUser()
  • Method Details

    • getAssigneeUser

      public String getAssigneeUser()
      Gets assignee user.
      Returns:
      the assignee user
    • setAssigneeUser

      public void setAssigneeUser(String assigneeUser)
      Sets assignee user.
      Parameters:
      assigneeUser - the assignee user
    • isRead

      public boolean isRead()
      Is read boolean.
      Returns:
      the boolean
    • setRead

      public void setRead(boolean read)
      Sets read.
      Parameters:
      read - the read
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class HvlNotificationPolling