Class HvlNotificationTemplateContentDataModel

java.lang.Object
tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
tr.com.havelsan.javarch.dto.model.HvlModel
tr.com.havelsan.javarch.notification.mail.common.model.projection.HvlNotificationTemplateContentDataModel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.dto.model.HvlSimpleModel>, tr.com.havelsan.javarch.data.commons.structure.HvlModelStructure<Long>

public class HvlNotificationTemplateContentDataModel extends tr.com.havelsan.javarch.dto.model.HvlModel
The type is data transfer object that it is used to fetch data from projection operations.
See Also:
  • Constructor Details

    • HvlNotificationTemplateContentDataModel

      public HvlNotificationTemplateContentDataModel()
  • Method Details

    • getLocale

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

      public void setLocale(String locale)
      Sets locale.
      Parameters:
      locale - the locale
    • getSender

      public String getSender()
      Gets sender.
      Returns:
      the sender
    • setSender

      public void setSender(String sender)
      Sets sender.
      Parameters:
      sender - the sender
    • getSubject

      public String getSubject()
      Gets subject.
      Returns:
      the subject
    • setSubject

      public void setSubject(String subject)
      Sets subject.
      Parameters:
      subject - the subject
    • getContent

      public String getContent()
      Gets content.
      Returns:
      the content
    • setContent

      public void setContent(String content)
      Sets content.
      Parameters:
      content - the content
    • getType

      Gets type.
      Returns:
      the type
    • setType

      public void setType(HvlNotificationTemplateContentType type)
      Sets type.
      Parameters:
      type - the type
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>