Package cdm.legaldocumentation.common
Class NonLegalEntity.NonLegalEntityImpl
java.lang.Object
cdm.legaldocumentation.common.NonLegalEntity.NonLegalEntityImpl
- All Implemented Interfaces:
NonLegalEntity,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
NonLegalEntity
Immutable Implementation of NonLegalEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.common.NonLegalEntity
NonLegalEntity.NonLegalEntityBuilder, NonLegalEntity.NonLegalEntityBuilderImpl, NonLegalEntity.NonLegalEntityImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.common.NonLegalEntity
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanSpecifies 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.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.common.NonLegalEntity
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
NonLegalEntityImpl
-
-
Method Details
-
getIdentifier
@RosettaAttribute("identifier") @Accessor(GETTER) @Required @RuneAttribute("identifier") public String getIdentifier()Description copied from interface:NonLegalEntitySpecifies 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.- Specified by:
getIdentifierin interfaceNonLegalEntity
-
getIdentifierType
@RosettaAttribute("identifierType") @Accessor(GETTER) @Required @RuneAttribute("identifierType") public String getIdentifierType()Description copied from interface:NonLegalEntitySpecifies 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.- Specified by:
getIdentifierTypein interfaceNonLegalEntity
-
build
Description copied from interface:NonLegalEntityBuild Methods- Specified by:
buildin interfaceNonLegalEntity- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceNonLegalEntity- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-