public class ProductInterestData extends Object implements Serializable
| Constructor and Description |
|---|
ProductInterestData() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
String |
getEmailAddress() |
Date |
getExpiryDate() |
String |
getMobileNumber() |
NotificationType |
getNotificationType() |
ProductData |
getProduct() |
boolean |
isEmailNotificationEnabled() |
boolean |
isSmsNotificationEnabled() |
void |
setCreationDate(Date creationDate) |
void |
setEmailAddress(String emailAddress) |
void |
setEmailNotificationEnabled(boolean emailNotificationEnabled) |
void |
setExpiryDate(Date expiryDate) |
void |
setMobileNumber(String mobileNumber) |
void |
setNotificationType(NotificationType notificationType) |
void |
setProduct(ProductData product) |
void |
setSmsNotificationEnabled(boolean smsNotificationEnabled) |
public void setExpiryDate(Date expiryDate)
public Date getExpiryDate()
public void setCreationDate(Date creationDate)
public Date getCreationDate()
public void setEmailNotificationEnabled(boolean emailNotificationEnabled)
public boolean isEmailNotificationEnabled()
public void setSmsNotificationEnabled(boolean smsNotificationEnabled)
public boolean isSmsNotificationEnabled()
public void setEmailAddress(String emailAddress)
public String getEmailAddress()
public void setMobileNumber(String mobileNumber)
public String getMobileNumber()
public void setNotificationType(NotificationType notificationType)
public NotificationType getNotificationType()
public void setProduct(ProductData product)
public ProductData getProduct()
Copyright © 2017 SAP SE. All Rights Reserved.