public class InheritanceMember extends Object
Constructor and Description |
---|
InheritanceMember(String catalogId,
String mutabilityType,
int level) |
InheritanceMember(String catalogId,
String mutabilityType,
int level,
Map<String,String> inclusionFilters,
Map<String,String> exclusionFilters) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCatalogId()
The contextId for the
Catalog instance |
Map<String,String> |
getExclusionFilters() |
Map<String,String> |
getInclusionFilters() |
int |
getLevel()
The overall sorting level of the catalog in the hierarchy in this context
|
String |
getMutabilityType()
The mutability of the catalog in this context
|
int |
hashCode() |
void |
setExclusionFilters(Map<String,String> exclusionFilters) |
void |
setInclusionFilters(Map<String,String> inclusionFilters) |
String |
toString() |
public String getCatalogId()
Catalog
instanceCatalog
instancepublic String getMutabilityType()
public int getLevel()
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.