Class SiteMessageData

java.lang.Object
de.hybris.platform.notificationfacades.data.SiteMessageData
All Implemented Interfaces:
Serializable

public class SiteMessageData extends Object implements Serializable
See Also:
  • Constructor Details

    • SiteMessageData

      public SiteMessageData()
  • Method Details

    • setUid

      public void setUid(String uid)
    • getUid

      public String getUid()
    • setTitle

      @Deprecated(since="1905", forRemoval=true) public void setTitle(String title)
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • getTitle

      @Deprecated(since="1905", forRemoval=true) public String getTitle()
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • setContent

      @Deprecated(since="1905", forRemoval=true) public void setContent(String content)
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • getContent

      @Deprecated(since="1905", forRemoval=true) public String getContent()
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • setSubject

      public void setSubject(String subject)
    • getSubject

      public String getSubject()
    • setBody

      public void setBody(String body)
    • getBody

      public String getBody()
    • setLink

      public void setLink(String link)
    • getLink

      public String getLink()
    • setNotificationType

      public void setNotificationType(NotificationType notificationType)
    • getNotificationType

      public NotificationType getNotificationType()
    • setSentDate

      public void setSentDate(Date sentDate)
    • getSentDate

      public Date getSentDate()