Class HvlNotificationTemplateAudit

java.lang.Object
tr.com.havelsan.javarch.notification.content.provider.entity.HvlNotificationTemplateAudit
All Implemented Interfaces:
Serializable

@Entity public class HvlNotificationTemplateAudit extends Object implements Serializable
An entity class which defines notification template audit fields.
See Also:
  • Field Details

    • TABLE_NAME

      public static final String TABLE_NAME
      The constant TABLE_NAME.
      See Also:
    • ID_FIELD_COLUMN

      public static final String ID_FIELD_COLUMN
      The constant NAME_FIELD_COLUMN.
      See Also:
    • NAME_FIELD_COLUMN

      public static final String NAME_FIELD_COLUMN
      The constant NAME_FIELD_COLUMN.
      See Also:
    • CODE_FIELD_COLUMN

      public static final String CODE_FIELD_COLUMN
      The constant CODE_FIELD_COLUMN.
      See Also:
    • DESCRIPTION_FIELD_COLUMN

      public static final String DESCRIPTION_FIELD_COLUMN
      The constant DESCRIPTION_FIELD_COLUMN.
      See Also:
    • TYPE_FIELD_COLUMN

      public static final String TYPE_FIELD_COLUMN
      The constant TYPE_FIELD_COLUMN.
      See Also:
    • ENABLED_FIELD_COLUMN

      public static final String ENABLED_FIELD_COLUMN
      The constant ENABLED_FIELD_COLUMN.
      See Also:
    • ENVERS_REVISION_ID_FIELD_COLUMN

      public static final String ENVERS_REVISION_ID_FIELD_COLUMN
      The constant ENVERS_REVISION_ID_FIELD_COLUMN.
      See Also:
  • Constructor Details

    • HvlNotificationTemplateAudit

      public HvlNotificationTemplateAudit()
  • Method Details

    • setId

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

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

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

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

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

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

      public String getDescription()
      Gets description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets description.
      Parameters:
      description - the description
    • getType

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

      public void setType(HvlNotificationType type)
      Sets type.
      Parameters:
      type - the type
    • getEnabled

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

      public void setEnabled(Boolean enabled)
      Sets enabled.
      Parameters:
      enabled - the enabled
    • 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