Class NotificationPreferenceListWsDTO
- java.lang.Object
-
- de.hybris.platform.notificationoccaddon.dto.conversation.NotificationPreferenceListWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class NotificationPreferenceListWsDTO extends java.lang.Object implements java.io.SerializableNotification preference list- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotificationPreferenceListWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<NotificationPreferenceWsDTO>getPreferences()voidsetPreferences(java.util.List<NotificationPreferenceWsDTO> preferences)
-
-
-
Method Detail
-
setPreferences
public void setPreferences(java.util.List<NotificationPreferenceWsDTO> preferences)
-
getPreferences
public java.util.List<NotificationPreferenceWsDTO> getPreferences()
-
-