Class InheritanceMember
java.lang.Object
com.broadleafcommerce.data.tracking.core.tenant.domain.InheritanceMember
A catalog node in the hierarchy
- Author:
- Jeff Fischer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The contextId for theCatalog
instanceint
getLevel()
The overall sorting level of the catalog in the hierarchy in this contextThe mutability of the catalog in this contextint
hashCode()
void
setExclusionFilters
(Map<String, String> exclusionFilters) void
setInclusionFilters
(Map<String, String> inclusionFilters) toString()
-
Constructor Details
-
InheritanceMember
-
InheritanceMember
-
-
Method Details
-
getCatalogId
The contextId for theCatalog
instance- Returns:
- The contextId for the
Catalog
instance
-
getMutabilityType
The mutability of the catalog in this context- Returns:
- The mutability of the catalog in this context
-
getLevel
public int getLevel()The overall sorting level of the catalog in the hierarchy in this context- Returns:
- The overall sorting level of the catalog in the hierarchy in this context
-
getInclusionFilters
-
getExclusionFilters
-
setInclusionFilters
-
setExclusionFilters
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-