Class ProductInterestData

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProductInterestData
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • ProductInterestData

        public ProductInterestData()
    • Method Detail

      • setExpiryDate

        public void setExpiryDate​(java.util.Date expiryDate)
      • getExpiryDate

        public java.util.Date getExpiryDate()
      • setCreationDate

        public void setCreationDate​(java.util.Date creationDate)
      • getCreationDate

        public java.util.Date getCreationDate()
      • setSiteMsgNotificationEnabled

        public void setSiteMsgNotificationEnabled​(boolean siteMsgNotificationEnabled)
      • isSiteMsgNotificationEnabled

        public boolean isSiteMsgNotificationEnabled()
      • setEmailNotificationEnabled

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

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

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

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

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

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

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

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

        public void setNotificationType​(NotificationType notificationType)
      • setProduct

        public void setProduct​(ProductData product)
      • setNotificationChannels

        public void setNotificationChannels​(java.util.List<NotificationPreferenceData> notificationChannels)