Class LegalEntityHierarchyBuilder

  • All Implemented Interfaces:
    Cloneable

    public class LegalEntityHierarchyBuilder
    extends HierarchyBuilder<LegalEntityHierarchyBuilder>
    The LegalEntityHierarchyBuilder is an instance of HierarchyBuilder that provides a way to make legal entity node tuples to be stored in a hierarchy datastore. It follows a standard builder pattern for making objects. This builder will map various fields into a tuple that can be later stored in the Legal Hierarchy datastore. This build will keep track of the nodes level and store its ancestors in each level above it in the levels part of the tuples.
    Author:
    ActiveViam