Class NotificationMessageWithLink
- java.lang.Object
-
- com.hybris.backoffice.widgets.notificationarea.event.NotificationMessageWithLink
-
- Direct Known Subclasses:
NotificationMessageWithLink
@Deprecated(since="1811", forRemoval=true) public class NotificationMessageWithLink extends java.lang.ObjectDeprecated, for removal: This API element is subject to removal in a future version.since 1811- See Also:
NotificationMessageWithLink
-
-
Constructor Summary
Constructors Constructor Description NotificationMessageWithLink()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.IntegergetIndex()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetLink()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetPrefix()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetSuffix()Deprecated, for removal: This API element is subject to removal in a future version.voidsetIndex(java.lang.Integer index)Deprecated, for removal: This API element is subject to removal in a future version.voidsetLink(java.lang.String link)Deprecated, for removal: This API element is subject to removal in a future version.voidsetPrefix(java.lang.String prefix)Deprecated, for removal: This API element is subject to removal in a future version.voidsetSuffix(java.lang.String suffix)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getPrefix
public java.lang.String getPrefix()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setPrefix
public void setPrefix(java.lang.String prefix)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getLink
public java.lang.String getLink()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setLink
public void setLink(java.lang.String link)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getSuffix
public java.lang.String getSuffix()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setSuffix
public void setSuffix(java.lang.String suffix)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getIndex
public java.lang.Integer getIndex()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setIndex
public void setIndex(java.lang.Integer index)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-