Class ProductInterestData

java.lang.Object
de.hybris.platform.customerinterestsfacades.data.ProductInterestData
All Implemented Interfaces:
Serializable

public class ProductInterestData extends Object implements Serializable
See Also:
  • Constructor Details

    • ProductInterestData

      public ProductInterestData()
  • Method Details

    • setExpiryDate

      public void setExpiryDate(Date expiryDate)
    • getExpiryDate

      public Date getExpiryDate()
    • setCreationDate

      public void setCreationDate(Date creationDate)
    • getCreationDate

      public Date getCreationDate()
    • setSiteMsgNotificationEnabled

      public void setSiteMsgNotificationEnabled(boolean siteMsgNotificationEnabled)
    • isSiteMsgNotificationEnabled

      public boolean isSiteMsgNotificationEnabled()
    • setEmailNotificationEnabled

      @Deprecated(since="6.7", forRemoval=true) public void setEmailNotificationEnabled(boolean emailNotificationEnabled)
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • isEmailNotificationEnabled

      @Deprecated(since="6.7", forRemoval=true) public boolean isEmailNotificationEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • setSmsNotificationEnabled

      @Deprecated(since="6.7", forRemoval=true) public void setSmsNotificationEnabled(boolean smsNotificationEnabled)
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • isSmsNotificationEnabled

      @Deprecated(since="6.7", forRemoval=true) public boolean isSmsNotificationEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • setEmailAddress

      @Deprecated(since="6.7", forRemoval=true) public void setEmailAddress(String emailAddress)
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • getEmailAddress

      @Deprecated(since="6.7", forRemoval=true) public String getEmailAddress()
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • setMobileNumber

      @Deprecated(since="6.7", forRemoval=true) public void setMobileNumber(String mobileNumber)
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • getMobileNumber

      @Deprecated(since="6.7", forRemoval=true) public String getMobileNumber()
      Deprecated, for removal: This API element is subject to removal in a future version.
      true
    • setNotificationType

      public void setNotificationType(NotificationType notificationType)
    • getNotificationType

      public NotificationType getNotificationType()
    • setProduct

      public void setProduct(ProductData product)
    • getProduct

      public ProductData getProduct()
    • setNotificationChannels

      public void setNotificationChannels(List<NotificationPreferenceData> notificationChannels)
    • getNotificationChannels

      public List<NotificationPreferenceData> getNotificationChannels()