Class IndexedProductOffering
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductOffering
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.IndexedProductOffering
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class IndexedProductOffering
extends ProductOffering
IndexedProductOffering subtype of the ProductOffering entity.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFacetSearchOptionItem(FacetSearchOption facetSearchOptionItem) booleanfacetSearchOption(List<FacetSearchOption> facetSearchOption) @Valid List<FacetSearchOption>Represents the facet search value field name and value used for filtering.inthashCode()Flag to indicate if the product is in stock or not.voidsetFacetSearchOption(List<FacetSearchOption> facetSearchOption) voidsetIsInStock(Boolean isInStock) toString()Methods inherited from class de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductOffering
addAgreementItem, addAttachmentItem, addBundledProductOfferingItem, addCategoryItem, addChannelItem, addClassificationAttributeValueUseItem, addMarketSegmentItem, addOfferingGroupItem, addParentBundleProductOfferingItem, addPlaceItem, addProdSpecCharValueUseItem, addProductOfferingPriceItem, addProductOfferingTermItem, addVariantOptionItem, addVariantProductOfferingItem, agreement, atbaseType, atschemaLocation, attachment, attype, baseProduct, bundledProductOffering, category, channel, classificationAttributeValueUse, description, getAgreement, getAtbaseType, getAtschemaLocation, getAttachment, getAttype, getBaseProduct, getBundledProductOffering, getCategory, getChannel, getClassificationAttributeValueUse, getDescription, getHref, getId, getLastUpdate, getLifecycleStatus, getMarketSegment, getName, getOfferingGroup, getParentBundleProductOffering, getPlace, getProdSpecCharValueUse, getProductOfferingPrice, getProductOfferingTerm, getProductSpecification, getRating, getResourceCandidate, getServiceCandidate, getServiceLevelAgreement, getValidFor, getVariantOption, getVariantProductOffering, getVersion, href, id, isBundle, isIsBundle, isIsSellable, isSellable, lastUpdate, lifecycleStatus, marketSegment, name, offeringGroup, parentBundleProductOffering, place, prodSpecCharValueUse, productOfferingPrice, productOfferingTerm, productSpecification, rating, resourceCandidate, serviceCandidate, serviceLevelAgreement, setAgreement, setAtbaseType, setAtschemaLocation, setAttachment, setAttype, setBaseProduct, setBundledProductOffering, setCategory, setChannel, setClassificationAttributeValueUse, setDescription, setHref, setId, setIsBundle, setIsSellable, setLastUpdate, setLifecycleStatus, setMarketSegment, setName, setOfferingGroup, setParentBundleProductOffering, setPlace, setProdSpecCharValueUse, setProductOfferingPrice, setProductOfferingTerm, setProductSpecification, setRating, setResourceCandidate, setServiceCandidate, setServiceLevelAgreement, setValidFor, setVariantOption, setVariantProductOffering, setVersion, validFor, variantOption, variantProductOffering, version
-
Constructor Details
-
IndexedProductOffering
public IndexedProductOffering()
-
-
Method Details
-
facetSearchOption
-
addFacetSearchOptionItem
-
getFacetSearchOption
Represents the facet search value field name and value used for filtering.- Returns:
- facetSearchOption
-
setFacetSearchOption
-
isInStock
-
isIsInStock
Flag to indicate if the product is in stock or not.- Returns:
- isInStock
-
setIsInStock
-
equals
- Overrides:
equalsin classProductOffering
-
hashCode
public int hashCode()- Overrides:
hashCodein classProductOffering
-
toString
- Overrides:
toStringin classProductOffering
-