Class InheritanceMember


  • public class InheritanceMember
    extends Object
    A catalog node in the hierarchy
    Author:
    Jeff Fischer
    • Constructor Detail

      • InheritanceMember

        public InheritanceMember​(String catalogId,
                                 String mutabilityType,
                                 int level)
    • Method Detail

      • getCatalogId

        public String getCatalogId()
        The contextId for the Catalog instance
        Returns:
        The contextId for the Catalog instance
      • 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
      • setInclusionFilters

        public void setInclusionFilters​(Map<String,​String> inclusionFilters)
      • setExclusionFilters

        public void setExclusionFilters​(Map<String,​String> exclusionFilters)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object