Class OfferRecommendation

java.lang.Object
com.hybris.ymkt.recommendation.dao.OfferRecommendation
All Implemented Interfaces:
Serializable

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

    • OfferRecommendation

      public OfferRecommendation()
  • Method Details

    • setOfferId

      public void setOfferId(String offerId)
    • getOfferId

      public String getOfferId()
    • setTargetLink

      public void setTargetLink(String targetLink)
    • getTargetLink

      public String getTargetLink()
    • setTargetDescription

      public void setTargetDescription(String targetDescription)
    • getTargetDescription

      public String getTargetDescription()
    • setContentId

      public void setContentId(String contentId)
    • getContentId

      public String getContentId()
    • setContentSource

      public void setContentSource(String contentSource)
    • getContentSource

      public String getContentSource()
    • setContentDescription

      public void setContentDescription(String contentDescription)
    • getContentDescription

      public String getContentDescription()