Class HvlNotificationPreviewModel

java.lang.Object
tr.com.havelsan.javarch.notification.mail.common.model.HvlNotificationPreviewModel
All Implemented Interfaces:
Serializable

public class HvlNotificationPreviewModel extends Object implements Serializable
A data transfer object is used for mail notification operations.
See Also:
  • Constructor Details

    • HvlNotificationPreviewModel

      public HvlNotificationPreviewModel()
      Instantiates a new HvlNotificationPreviewModel.
    • HvlNotificationPreviewModel

      public HvlNotificationPreviewModel(String code, Locale locale, Map<String,Object> attributeMap)
      Instantiates a new Hvl notification preview model.
      Parameters:
      code - the code
      locale - the locale
      attributeMap - the attribute map
  • Method Details

    • getCode

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

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

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

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

      public Map<String,Object> getAttributeMap()
      Gets attribute map.
      Returns:
      the attribute map
    • setAttributeMap

      public void setAttributeMap(Map<String,Object> attributeMap)
      Sets attribute map.
      Parameters:
      attributeMap - the attribute map