Class InteractionContext
java.lang.Object
com.hybris.ymkt.recommendation.dao.InteractionContext
data structure that holds the interaction data context
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetProductId(String productId) voidsetProductType(String productType) voidsetScenarioId(String scenarioId) voidsetSourceObjectId(String sourceObjectId)
-
Constructor Details
-
InteractionContext
public InteractionContext()
-
-
Method Details
-
getProductId
- Returns:
- productId
-
getProductType
- Returns:
- productType
-
getScenarioId
- Returns:
- scenarioId
-
getSourceObjectId
- Returns:
- the sourceObjectId
-
setProductId
- Parameters:
productId-
-
setProductType
- Parameters:
productType-
-
setScenarioId
- Parameters:
scenarioId-
-
setSourceObjectId
- Parameters:
sourceObjectId- the sourceObjectId to set
-