Class HvlNotificationTemplateContent

java.lang.Object
tr.com.havelsan.javarch.domain.model.entity.HvlLocalizedEntity
tr.com.havelsan.javarch.notification.content.provider.entity.HvlNotificationTemplateContent
All Implemented Interfaces:
Serializable

@Entity public class HvlNotificationTemplateContent extends tr.com.havelsan.javarch.domain.model.entity.HvlLocalizedEntity
An entity class which defines notification template content fields.
See Also:
  • Field Details

  • Constructor Details

    • HvlNotificationTemplateContent

      public HvlNotificationTemplateContent()
  • Method Details

    • getTemplate

      public HvlNotificationTemplate getTemplate()
      Gets template.
      Returns:
      the template
    • setTemplate

      public void setTemplate(HvlNotificationTemplate template)
      Sets template.
      Parameters:
      template - the template
    • 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
    • getContentType

      public HvlNotificationTemplateContentType getContentType()
      Gets content type.
      Returns:
      the content type
    • setContentType

      public void setContentType(HvlNotificationTemplateContentType contentType)
      Sets content type.
      Parameters:
      contentType - the content type
    • getContent

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object