Class TmaProductRelationshipWsDto
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.TmaProductRelationshipWsDto
- All Implemented Interfaces:
Serializable
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
- Since:
- 1810
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull @Valid TmaProductRefWsDtoGet productgetType()Type of the product relationshipinthashCode()product(TmaProductRefWsDto product) voidsetProduct(TmaProductRefWsDto product) voidtoString()
-
Constructor Details
-
TmaProductRelationshipWsDto
public TmaProductRelationshipWsDto()
-
-
Method Details