public class StockNotificationForm
extends java.lang.Object
| Constructor and Description |
|---|
StockNotificationForm() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmailAddress() |
java.lang.String |
getMobileNumber() |
boolean |
isEmailNotificationEnabled() |
boolean |
isSmsNotificationEnabled() |
void |
setEmailAddress(java.lang.String emailAddress) |
void |
setEmailNotificationEnabled(boolean emailNotificationEnabled) |
void |
setMobileNumber(java.lang.String mobileNumber) |
void |
setSmsNotificationEnabled(boolean smsNotificationEnabled) |
public java.lang.String getEmailAddress()
public void setEmailAddress(java.lang.String emailAddress)
public java.lang.String getMobileNumber()
public void setMobileNumber(java.lang.String mobileNumber)
public boolean isEmailNotificationEnabled()
public void setEmailNotificationEnabled(boolean emailNotificationEnabled)
public boolean isSmsNotificationEnabled()
public void setSmsNotificationEnabled(boolean smsNotificationEnabled)
Copyright © 2017 SAP SE. All Rights Reserved.