public class ProductInterestData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ProductInterestData() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getCreationDate() |
java.lang.String |
getEmailAddress()
Deprecated.
|
java.util.Date |
getExpiryDate() |
java.lang.String |
getMobileNumber()
Deprecated.
|
java.util.List<NotificationPreferenceData> |
getNotificationChannels() |
NotificationType |
getNotificationType() |
ProductData |
getProduct() |
boolean |
isEmailNotificationEnabled()
Deprecated.
|
boolean |
isSiteMsgNotificationEnabled() |
boolean |
isSmsNotificationEnabled()
Deprecated.
|
void |
setCreationDate(java.util.Date creationDate) |
void |
setEmailAddress(java.lang.String emailAddress)
Deprecated.
|
void |
setEmailNotificationEnabled(boolean emailNotificationEnabled)
Deprecated.
|
void |
setExpiryDate(java.util.Date expiryDate) |
void |
setMobileNumber(java.lang.String mobileNumber)
Deprecated.
|
void |
setNotificationChannels(java.util.List<NotificationPreferenceData> notificationChannels) |
void |
setNotificationType(NotificationType notificationType) |
void |
setProduct(ProductData product) |
void |
setSiteMsgNotificationEnabled(boolean siteMsgNotificationEnabled) |
void |
setSmsNotificationEnabled(boolean smsNotificationEnabled)
Deprecated.
|
public void setExpiryDate(java.util.Date expiryDate)
public java.util.Date getExpiryDate()
public void setCreationDate(java.util.Date creationDate)
public java.util.Date getCreationDate()
public void setSiteMsgNotificationEnabled(boolean siteMsgNotificationEnabled)
public boolean isSiteMsgNotificationEnabled()
@Deprecated public void setEmailNotificationEnabled(boolean emailNotificationEnabled)
@Deprecated public boolean isEmailNotificationEnabled()
@Deprecated public void setSmsNotificationEnabled(boolean smsNotificationEnabled)
@Deprecated public boolean isSmsNotificationEnabled()
@Deprecated public void setEmailAddress(java.lang.String emailAddress)
@Deprecated public java.lang.String getEmailAddress()
@Deprecated public void setMobileNumber(java.lang.String mobileNumber)
@Deprecated public java.lang.String getMobileNumber()
public void setNotificationType(NotificationType notificationType)
public NotificationType getNotificationType()
public void setProduct(ProductData product)
public ProductData getProduct()
public void setNotificationChannels(java.util.List<NotificationPreferenceData> notificationChannels)
public java.util.List<NotificationPreferenceData> getNotificationChannels()
Copyright © 2018 SAP SE. All Rights Reserved.