Class BundledProductOffering
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v3.dto.BundledProductOffering
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 BundledProductOfferingOptionGet bundledProductOfferingOptiongetHref()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
Get bundledProductOfferingOption- 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
-