Class NotificationPreferenceWsDTO

java.lang.Object
de.hybris.platform.notificationoccaddon.dto.conversation.NotificationPreferenceWsDTO
All Implemented Interfaces:
Serializable

public class NotificationPreferenceWsDTO extends Object implements Serializable
Notification preference
See Also:
  • Constructor Details

    • NotificationPreferenceWsDTO

      public NotificationPreferenceWsDTO()
  • Method Details

    • setChannel

      public void setChannel(String channel)
    • getChannel

      public String getChannel()
    • setValue

      public void setValue(String value)
    • getValue

      public String getValue()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getEnabled

      public Boolean getEnabled()
    • setVisible

      public void setVisible(Boolean visible)
    • getVisible

      public Boolean getVisible()