Class BundledProductOffering
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.BundledProductOffering
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class BundledProductOffering
extends Object
A type of ProductOffering that belongs to a grouping of ProductOfferings made available to the market. It inherits of all attributes of ProductOffering.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBundledProductOfferingItem(BundledProductOffering bundledProductOfferingItem) bundledProductOffering(List<BundledProductOffering> bundledProductOffering) boolean@Valid List<BundledProductOffering>Not SentgetHref()Unique reference of the ProductOffering.getId()Product Offering Id.Used to indicate the current lifecycle status(approved/checked/unapproved).getName()Name of the ProductOffering.inthashCode()lifecycleStatus(String lifecycleStatus) voidsetBundledProductOffering(List<BundledProductOffering> bundledProductOffering) voidvoidvoidsetLifecycleStatus(String lifecycleStatus) voidtoString()
-
Constructor Details
-
BundledProductOffering
public BundledProductOffering()
-
-
Method Details
-
id
-
getId
Product Offering Id.- Returns:
- id
-
setId
-
href
-
getHref
Unique reference of the ProductOffering.- Returns:
- href
-
setHref
-
lifecycleStatus
-
getLifecycleStatus
Used to indicate the current lifecycle status(approved/checked/unapproved).- Returns:
- lifecycleStatus
-
setLifecycleStatus
-
name
-
getName
Name of the ProductOffering.- Returns:
- name
-
setName
-
bundledProductOffering
public BundledProductOffering bundledProductOffering(List<BundledProductOffering> bundledProductOffering) -
addBundledProductOfferingItem
public BundledProductOffering addBundledProductOfferingItem(BundledProductOffering bundledProductOfferingItem) -
getBundledProductOffering
Not Sent- Returns:
- bundledProductOffering
-
setBundledProductOffering
-
equals
-
hashCode
public int hashCode() -
toString
-