Class SiteMessageData
- java.lang.Object
-
- de.hybris.platform.notificationfacades.data.SiteMessageData
-
- All Implemented Interfaces:
java.io.Serializable
public class SiteMessageData extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SiteMessageData()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getBody()
java.lang.String
getContent()
Deprecated, for removal: This API element is subject to removal in a future version.truejava.lang.String
getLink()
NotificationType
getNotificationType()
java.util.Date
getSentDate()
java.lang.String
getSubject()
java.lang.String
getTitle()
Deprecated, for removal: This API element is subject to removal in a future version.truejava.lang.String
getUid()
void
setBody(java.lang.String body)
void
setContent(java.lang.String content)
Deprecated, for removal: This API element is subject to removal in a future version.truevoid
setLink(java.lang.String link)
void
setNotificationType(NotificationType notificationType)
void
setSentDate(java.util.Date sentDate)
void
setSubject(java.lang.String subject)
void
setTitle(java.lang.String title)
Deprecated, for removal: This API element is subject to removal in a future version.truevoid
setUid(java.lang.String uid)
-
-
-
Method Detail
-
setUid
public void setUid(java.lang.String uid)
-
getUid
public java.lang.String getUid()
-
setTitle
@Deprecated(forRemoval=true) public void setTitle(java.lang.String title)
Deprecated, for removal: This API element is subject to removal in a future version.true
-
getTitle
@Deprecated(forRemoval=true) public java.lang.String getTitle()
Deprecated, for removal: This API element is subject to removal in a future version.true
-
setContent
@Deprecated(forRemoval=true) public void setContent(java.lang.String content)
Deprecated, for removal: This API element is subject to removal in a future version.true
-
getContent
@Deprecated(forRemoval=true) public java.lang.String getContent()
Deprecated, for removal: This API element is subject to removal in a future version.true
-
setSubject
public void setSubject(java.lang.String subject)
-
getSubject
public java.lang.String getSubject()
-
setBody
public void setBody(java.lang.String body)
-
getBody
public java.lang.String getBody()
-
setLink
public void setLink(java.lang.String link)
-
getLink
public java.lang.String getLink()
-
setNotificationType
public void setNotificationType(NotificationType notificationType)
-
getNotificationType
public NotificationType getNotificationType()
-
setSentDate
public void setSentDate(java.util.Date sentDate)
-
getSentDate
public java.util.Date getSentDate()
-
-