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