Class ProductRelationship
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductRelationship
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class ProductRelationship
extends Object
Type of the product relationship. it can be 'bundled' if the product is a bundle and you want to describe the 'bundled' products inside this bundle, 'reliesOn' if the product needs another already owned product to rely on (e.g. an option on an already owned mobile access product) or 'targets' or 'isTargeted' (depending on the way of expressing the link) for any other kind of links that may be useful
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull @Valid ProductRefGet productgetType()Type of the product relationshipinthashCode()product(ProductRef product) voidsetProduct(ProductRef product) voidtoString()
-
Constructor Details
-
ProductRelationship
public ProductRelationship()
-
-
Method Details