Class NotificationPreferenceWsDTO
- java.lang.Object
-
- de.hybris.platform.notificationocc.dto.conversation.NotificationPreferenceWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class NotificationPreferenceWsDTO extends java.lang.Object implements java.io.SerializableNotification preference- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotificationPreferenceWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetChannel()java.lang.BooleangetEnabled()java.lang.StringgetValue()java.lang.BooleangetVisible()voidsetChannel(java.lang.String channel)voidsetEnabled(java.lang.Boolean enabled)voidsetValue(java.lang.String value)voidsetVisible(java.lang.Boolean visible)
-
-
-
Method Detail
-
setChannel
public void setChannel(java.lang.String channel)
-
getChannel
public java.lang.String getChannel()
-
setValue
public void setValue(java.lang.String value)
-
getValue
public java.lang.String getValue()
-
setEnabled
public void setEnabled(java.lang.Boolean enabled)
-
getEnabled
public java.lang.Boolean getEnabled()
-
setVisible
public void setVisible(java.lang.Boolean visible)
-
getVisible
public java.lang.Boolean getVisible()
-
-