Class HvlNotificationTemplateQueryModel

java.lang.Object
tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
tr.com.havelsan.javarch.notification.mail.common.model.query.HvlNotificationTemplateQueryModel
All Implemented Interfaces:
Serializable

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

    • HvlNotificationTemplateQueryModel

      public HvlNotificationTemplateQueryModel()
      Instantiates a new HvlNotificationTemplateQueryModel.
  • Method Details

    • getId

      public Long getId()
      Gets id.
      Returns:
      the id
    • setId

      public void setId(Long id)
      Sets id.
      Parameters:
      id - the id
    • getUuid

      public String getUuid()
      Gets uuid.
      Returns:
      the uuid
    • setUuid

      public void setUuid(String uuid)
      Sets uuid.
      Parameters:
      uuid - the uuid
    • getCode

      public String getCode()
      Gets code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets code.
      Parameters:
      code - the code
    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • getLocale

      public Locale getLocale()
      Gets locale.
      Returns:
      the locale
    • setLocale

      public void setLocale(Locale locale)
      Sets locale.
      Parameters:
      locale - the locale
    • getNotificationType

      public HvlNotificationType getNotificationType()
      Gets notification type.
      Returns:
      the notification type
    • setNotificationType

      public void setNotificationType(HvlNotificationType notificationType)
      Sets notification type.
      Parameters:
      notificationType - the notification type
    • isDeleted

      public boolean isDeleted()
      Is deleted boolean.
      Returns:
      the boolean
    • setDeleted

      public void setDeleted(boolean deleted)
      Sets deleted.
      Parameters:
      deleted - the deleted
    • getEnabled

      public Boolean getEnabled()
      Gets enabled.
      Returns:
      the enabled
    • setEnabled

      public void setEnabled(Boolean enabled)
      Sets enabled.
      Parameters:
      enabled - the enabled