Class InteractionContext

java.lang.Object
com.hybris.ymkt.recommendation.dao.InteractionContext

public class InteractionContext extends Object
data structure that holds the interaction data context
  • Constructor Details

    • InteractionContext

      public InteractionContext()
  • Method Details

    • getProductId

      public String getProductId()
      Returns:
      productId
    • getProductType

      public String getProductType()
      Returns:
      productType
    • getScenarioId

      public String getScenarioId()
      Returns:
      scenarioId
    • getSourceObjectId

      public String getSourceObjectId()
      Returns:
      the sourceObjectId
    • setProductId

      public void setProductId(String productId)
      Parameters:
      productId -
    • setProductType

      public void setProductType(String productType)
      Parameters:
      productType -
    • setScenarioId

      public void setScenarioId(String scenarioId)
      Parameters:
      scenarioId -
    • setSourceObjectId

      public void setSourceObjectId(String sourceObjectId)
      Parameters:
      sourceObjectId - the sourceObjectId to set