Class OfferingGroup
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v3.dto.OfferingGroup
Represents a product offering group entity.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChildProductOfferingItem(BundledProductOffering childProductOfferingItem) childProductOffering(List<BundledProductOffering> childProductOffering) boolean@Valid List<BundledProductOffering>List of containing product offerings.@NotNull StringgetId()Unique identifier of the offering group.getName()Name of the offering group.inthashCode()voidsetChildProductOffering(List<BundledProductOffering> childProductOffering) voidvoidtoString()
-
Constructor Details
-
OfferingGroup
public OfferingGroup()
-
-
Method Details
-
id
-
getId
Unique identifier of the offering group.- Returns:
- id
-
setId
-
name
-
getName
Name of the offering group.- Returns:
- name
-
setName
-
childProductOffering
-
addChildProductOfferingItem
-
getChildProductOffering
List of containing product offerings.- Returns:
- childProductOffering
-
setChildProductOffering
-
equals
-
hashCode
public int hashCode() -
toString
-