Class HvlNotificationPollingAnnouncementQueryModel

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

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

    • HvlNotificationPollingAnnouncementQueryModel

      public HvlNotificationPollingAnnouncementQueryModel()
  • Method Details

    • getLimit

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

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

      public Boolean getCheckExpirationDate()
      Gets check expiration date.
      Returns:
      the check expiration date
    • setCheckExpirationDate

      public void setCheckExpirationDate(Boolean checkExpirationDate)
      Sets check expiration date.
      Parameters:
      checkExpirationDate - the check expiration date
    • getTitle

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

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

      public OffsetDateTime getPublishStartDate()
      Gets publish start date.
      Returns:
      the publish start date
    • setPublishStartDate

      public void setPublishStartDate(OffsetDateTime publishStartDate)
      Sets publish start date.
      Parameters:
      publishStartDate - the publish start date
    • getPublishEndDate

      public OffsetDateTime getPublishEndDate()
      Gets publish end date.
      Returns:
      the publish end date
    • setPublishEndDate

      public void setPublishEndDate(OffsetDateTime publishEndDate)
      Sets publish end date.
      Parameters:
      publishEndDate - the publish end date
    • getExpirationStartDate

      public OffsetDateTime getExpirationStartDate()
      Gets expiration start date.
      Returns:
      the expiration start date
    • setExpirationStartDate

      public void setExpirationStartDate(OffsetDateTime expirationStartDate)
      Sets expiration start date.
      Parameters:
      expirationStartDate - the expiration start date
    • getExpirationEndDate

      public OffsetDateTime getExpirationEndDate()
      Gets expiration end date.
      Returns:
      the expiration end date
    • setExpirationEndDate

      public void setExpirationEndDate(OffsetDateTime expirationEndDate)
      Sets expiration end date.
      Parameters:
      expirationEndDate - the expiration end date