Class RequiredOptionInfoProductConsolidationContributor.ContextCompositeKey
java.lang.Object
com.broadleafcommerce.catalog.service.product.consolidation.RequiredOptionInfoProductConsolidationContributor.ContextCompositeKey
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RequiredOptionInfoProductConsolidationContributor
public static class RequiredOptionInfoProductConsolidationContributor.ContextCompositeKey
extends Object
implements Serializable
Represents a composite key for the
ContextState that is used to group Products and Variants by their context. This is then used to hydrate the
correct version onto the relevant options of the ConsolidatedProducts.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetLevel()inthashCode()voidsetCatalogId(String catalogId) voidvoidsetSandbox(String sandbox) voidsetSandboxOwner(String sandboxOwner) toString()
-
Constructor Details
-
ContextCompositeKey
public ContextCompositeKey()
-
-
Method Details