Class HvlNotificationPollingUserModel

java.lang.Object
tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
tr.com.havelsan.javarch.dto.model.HvlModel
tr.com.havelsan.javarch.notification.polling.cloud.client.model.HvlNotificationPollingPayloadModel
tr.com.havelsan.javarch.notification.polling.cloud.client.model.HvlNotificationPollingUserModel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.dto.model.HvlSimpleModel>, tr.com.havelsan.javarch.data.commons.structure.HvlModelStructure<Long>

public class HvlNotificationPollingUserModel extends HvlNotificationPollingPayloadModel
A data transfer object extended HvlNotificationPollingPayloadModel for Notification Polling User operations.
See Also:
  • Constructor Details

    • HvlNotificationPollingUserModel

      public HvlNotificationPollingUserModel()
  • 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 isRead)
      Sets read.
      Parameters:
      isRead - the is read
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class HvlNotificationPollingPayloadModel