Class HvlNotificationPollingUserQueryModel

java.lang.Object
tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
tr.com.havelsan.javarch.notification.polling.cloud.client.model.query.HvlNotificationPollingUserQueryModel
All Implemented Interfaces:
Serializable

public class HvlNotificationPollingUserQueryModel extends tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
A data transfer object which is used to filter query
See Also:
  • Constructor Details

    • HvlNotificationPollingUserQueryModel

      public HvlNotificationPollingUserQueryModel()
  • Method Details

    • getAssigneeUser

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

      public String getType()
      Gets type.
      Returns:
      the type
    • setType

      public void setType(String type)
      Sets type.
      Parameters:
      type - the type
    • getRead

      public Boolean getRead()
      Gets read.
      Returns:
      the read
    • setRead

      public void setRead(Boolean read)
      Sets read.
      Parameters:
      read - the read
    • getLimit

      public Integer getLimit()
      Gets limit.
      Returns:
      the limit
    • setLimit

      public void setLimit(Integer limit)
      Sets limit.
      Parameters:
      limit - the limit
    • setAssigneeUser

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

      public OffsetDateTime getStartDate()
      Gets start date.
      Returns:
      the start date
    • setStartDate

      public void setStartDate(OffsetDateTime startDate)
      Sets start date.
      Parameters:
      startDate - the start date
    • getEndDate

      public OffsetDateTime getEndDate()
      Gets end date.
      Returns:
      the end date
    • setEndDate

      public void setEndDate(OffsetDateTime endDate)
      Sets end date.
      Parameters:
      endDate - the end date
    • getTitle

      public String getTitle()
      Gets title.
      Returns:
      the title
    • setTitle

      public void setTitle(String title)
      Sets title.
      Parameters:
      title - the title