Class StockNotificationForm
- java.lang.Object
-
- de.hybris.platform.stocknotificationaddon.forms.StockNotificationForm
-
public class StockNotificationForm extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StockNotificationForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<NotificationChannelForm>getChannels()voidsetChannels(java.util.List<NotificationChannelForm> channels)
-
-
-
Method Detail
-
getChannels
public java.util.List<NotificationChannelForm> getChannels()
-
setChannels
public void setChannels(java.util.List<NotificationChannelForm> channels)
-
-