Class RecommendationItem
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v3.dto.RecommendationItem
A list of recommendation items. Every item is a product offering and its rank.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atschemaLocation(String atschemaLocation) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity namegetId()Unique identifier of the productThe rank of the list of recommended offering.@NotNull @Valid ProductA recommended product.Get productOfferinginthashCode()productOffering(ProductOfferingRef productOffering) voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidvoidsetPriority(Integer priority) voidsetProduct(Product product) voidsetProductOffering(ProductOfferingRef productOffering) toString()
-
Constructor Details
-
RecommendationItem
public RecommendationItem()
-
-
Method Details
-
id
-
getId
Unique identifier of the product- Returns:
- id
-
setId
-
priority
-
getPriority
The rank of the list of recommended offering.- Returns:
- priority
-
setPriority
-
product
-
getProduct
A recommended product.- Returns:
- product
-
setProduct
-
productOffering
-
getProductOffering
Get productOffering- Returns:
- productOffering
-
setProductOffering
-
atbaseType
-
getAtbaseType
When sub-classing, this defines the super-class- Returns:
- atbaseType
-
setAtbaseType
-
atschemaLocation
-
getAtschemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atschemaLocation
-
setAtschemaLocation
-
attype
-
getAttype
When sub-classing, this defines the sub-class entity name- Returns:
- attype
-
setAttype
-
equals
-
hashCode
public int hashCode() -
toString
-