Class InheritanceLine
- java.lang.Object
-
- com.broadleafcommerce.data.tracking.core.tenant.domain.InheritanceLine
-
-
Constructor Summary
Constructors Constructor Description InheritanceLine(List<InheritanceMember> members)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<InheritanceMember>getMembers()The catalog nodes in the hierarchyinthashCode()StringtoString()
-
-
-
Constructor Detail
-
InheritanceLine
public InheritanceLine(List<InheritanceMember> members)
-
-
Method Detail
-
getMembers
public List<InheritanceMember> getMembers()
The catalog nodes in the hierarchy- Returns:
- The catalog nodes in the hierarchy
-
canEqual
protected boolean canEqual(Object other)
-
-