Class BundledProductOffering
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v3.dto.BundledProductOffering
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:51.201Z")
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 TypeMethodDescriptionatbaseType(String atbaseType) atschemaLocation(String atschemaLocation) bundledProductOfferingOption(BundledProductOfferingOption bundledProductOfferingOption) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity name@Valid BundledProductOfferingOptionA set of numbers that specifies the lower and upper limits for a ProductOffering that can be procured as part of the related BundledProductOffering.getHref()Unique reference of the BundledProductOfferinggetId()Unique identifier of the BundledProductOfferingUsed to indicate the current lifecycle statusgetName()Name of the BundledProductOfferinginthashCode()lifecycleStatus(String lifecycleStatus) voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetBundledProductOfferingOption(BundledProductOfferingOption bundledProductOfferingOption) voidvoidvoidsetLifecycleStatus(String lifecycleStatus) voidtoString()
-
Constructor Details
-
BundledProductOffering
public BundledProductOffering()
-
-
Method Details
-
id
-
getId
Unique identifier of the BundledProductOffering- Returns:
- id
-
setId
-
href
-
getHref
Unique reference of the BundledProductOffering- Returns:
- href
-
setHref
-
lifecycleStatus
-
getLifecycleStatus
Used to indicate the current lifecycle status- Returns:
- lifecycleStatus
-
setLifecycleStatus
-
name
-
getName
Name of the BundledProductOffering- Returns:
- name
-
setName
-
bundledProductOfferingOption
public BundledProductOffering bundledProductOfferingOption(BundledProductOfferingOption bundledProductOfferingOption) -
getBundledProductOfferingOption
A set of numbers that specifies the lower and upper limits for a ProductOffering that can be procured as part of the related BundledProductOffering. Values can range from 0 to unbounded.- Returns:
- bundledProductOfferingOption
-
setBundledProductOfferingOption
public void setBundledProductOfferingOption(BundledProductOfferingOption bundledProductOfferingOption) -
atbaseType
-
getAtbaseType
When sub-classing, this defines the super-class- Returns:
- atbaseType
-
setAtbaseType
-
atschemaLocation
-
getAtschemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atschemaLocation
-
setAtschemaLocation
-
attype
-
getAttype
When sub-classing, this defines the sub-class entity name- Returns:
- attype
-
setAttype
-
equals
-
hashCode
public int hashCode() -
toString
-