Class InheritanceMember
- java.lang.Object
-
- com.broadleafcommerce.data.tracking.core.tenant.domain.InheritanceMember
-
public class InheritanceMember extends Object
A catalog node in the hierarchy- Author:
- Jeff Fischer
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetCatalogId()The contextId for theCataloginstanceMap<String,String>getExclusionFilters()Map<String,String>getInclusionFilters()intgetLevel()The overall sorting level of the catalog in the hierarchy in this contextStringgetMutabilityType()The mutability of the catalog in this contextinthashCode()voidsetExclusionFilters(Map<String,String> exclusionFilters)voidsetInclusionFilters(Map<String,String> inclusionFilters)StringtoString()
-
-
-
Method Detail
-
getCatalogId
public String getCatalogId()
The contextId for theCataloginstance- Returns:
- The contextId for the
Cataloginstance
-
getMutabilityType
public String 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
-
canEqual
protected boolean canEqual(Object other)
-
-