Package cdm.legaldocumentation.common
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of NonLegalEntitystatic classImmutable Implementation of NonLegalEntity -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()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.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.default Class<? extends NonLegalEntity> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends NonLegalEntity> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
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
NonLegalEntity build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
NonLegalEntity.NonLegalEntityBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-