Class ProductOfferingRef
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductOfferingRef
- Direct Known Subclasses:
ProductOfferingRecommendationRef
ProductOffering reference. A product offering represents entities that are orderable from the provider of the catalog, this resource includes pricing information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddVariantOptionItem(VariantOption variantOptionItem) atReferredType(String atReferredType) booleanType (class) of the product offeringType (class) of the product offeringgetHref()Reference of the product offering@NotNull StringgetId()Unique identifier of the product offering@Valid AttachmentgetImage()Get imagegetName()Name of the product offering@Valid List<VariantOption>Variant options, in case of a variant product offering.inthashCode()image(Attachment image) voidsetAtReferredType(String atReferredType) voidvoidvoidvoidsetImage(Attachment image) voidvoidsetVariantOption(List<VariantOption> variantOption) toString()variantOption(List<VariantOption> variantOption)
-
Constructor Details
-
ProductOfferingRef
public ProductOfferingRef()
-
-
Method Details
-
id
-
getId
Unique identifier of the product offering- Returns:
- id
-
setId
-
href
-
getHref
Reference of the product offering- Returns:
- href
-
setHref
-
name
-
getName
Name of the product offering- Returns:
- name
-
setName
-
image
-
getImage
Get image- Returns:
- image
-
setImage
-
variantOption
-
addVariantOptionItem
-
getVariantOption
Variant options, in case of a variant product offering.- Returns:
- variantOption
-
setVariantOption
-
atReferredType
-
getAtReferredType
Type (class) of the product offering- Returns:
- atReferredType
-
setAtReferredType
-
atType
-
getAtType
Type (class) of the product offering- Returns:
- atType
-
setAtType
-
equals
-
hashCode
public int hashCode() -
toString
-