Class BundledProductSpecification
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.BundledProductSpecification
A type of ProductSpecification that belongs to a grouping of ProductSpecifications made available to the market. It inherits of all attributes of ProductSpecification.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatBaseType(String atBaseType) atSchemaLocation(String atSchemaLocation) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsthe class type of the corresponding product specificationgetHref()Reference of the product specificationgetId()Unique identifier of the product specificationUsed to indicate the current lifecycle statusgetName()Name of the product specificationinthashCode()lifecycleStatus(String lifecycleStatus) voidsetAtBaseType(String atBaseType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidvoidvoidsetLifecycleStatus(String lifecycleStatus) voidtoString()
-
Constructor Details
-
BundledProductSpecification
public BundledProductSpecification()
-
-
Method Details
-
id
-
getId
Unique identifier of the product specification- Returns:
- id
-
setId
-
href
-
getHref
Reference of the product specification- Returns:
- href
-
setHref
-
lifecycleStatus
-
getLifecycleStatus
Used to indicate the current lifecycle status- Returns:
- lifecycleStatus
-
setLifecycleStatus
-
name
-
getName
Name of the product specification- Returns:
- name
-
setName
-
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
the class type of the corresponding product specification- Returns:
- atType
-
setAtType
-
equals
-
hashCode
public int hashCode() -
toString
-