Class RecommendationItem
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.RecommendationItem
A list of recommendation items. Every item is a product offering and its rank.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPriceItem(ProductOfferingPrice priceItem) atBaseType(String atBaseType) atSchemaLocation(String atSchemaLocation) booleanThe base type for use in polymorphic collectionsA link to the schema describing a resource (for type extension).The class type of the actual resource (for type extension).@Valid ProductOfferingRefGet offering@Valid List<ProductOfferingPrice>getPrice()Get priceThe rank of the list of recommended offering.inthashCode()offering(ProductOfferingRef offering) price(List<ProductOfferingPrice> price) voidsetAtBaseType(String atBaseType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidsetOffering(ProductOfferingRef offering) voidsetPrice(List<ProductOfferingPrice> price) voidsetPriority(Integer priority) toString()
-
Constructor Details
-
RecommendationItem
public RecommendationItem()
-
-
Method Details
-
priority
-
getPriority
The rank of the list of recommended offering.- Returns:
- priority
-
setPriority
-
offering
-
getOffering
Get offering- Returns:
- offering
-
setOffering
-
price
-
addPriceItem
-
getPrice
Get price- Returns:
- price
-
setPrice
-
atType
-
getAtType
The class type of the actual resource (for type extension).- Returns:
- atType
-
setAtType
-
atSchemaLocation
-
getAtSchemaLocation
A link to the schema describing a resource (for type extension).- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
atBaseType
-
getAtBaseType
The base type for use in polymorphic collections- Returns:
- atBaseType
-
setAtBaseType
-
equals
-
hashCode
public int hashCode() -
toString
-