Interface NonLegalEntity

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
NonLegalEntity.NonLegalEntityBuilder
All Known Implementing Classes:
NonLegalEntity.NonLegalEntityBuilderImpl, NonLegalEntity.NonLegalEntityImpl

@RosettaDataType(value="NonLegalEntity", builder=NonLegalEntityBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="NonLegalEntity", model="cdm", builder=NonLegalEntityBuilderImpl.class, version="7.0.0-dev.105") public interface NonLegalEntity extends com.rosetta.model.lib.RosettaModelObject
Specifies a non-legal entity that exists in the agreement with a defined relationship to a Legal entity to the agreement
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getIdentifier

      String getIdentifier()
      Specifies the unique identifier value for a non-legal entity such as a sleeve, or sub account, that is a party to the agreement and has a relationship with a legal entity defined on the agreement.
    • getIdentifierType

      String getIdentifierType()
      Specifies the Identifier type for a non-Legal entity to the agreement, for example the use of an alert code to uniquely identify a non-Legal entity.
    • build

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends NonLegalEntity> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends NonLegalEntity> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject