Package cdm.legaldocumentation.common
Interface UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilder
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder,LegalEntity,LegalEntity.LegalEntityBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder,UmbrellaAgreementEntity
- All Known Implementing Classes:
UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilderImpl
- Enclosing interface:
UmbrellaAgreementEntity
public static interface UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilder
extends UmbrellaAgreementEntity, LegalEntity.LegalEntityBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilderNested classes/interfaces inherited from interface cdm.base.staticdata.party.LegalEntity
LegalEntity.LegalEntityBuilder, LegalEntity.LegalEntityBuilderImpl, LegalEntity.LegalEntityImplNested classes/interfaces inherited from interface cdm.legaldocumentation.common.UmbrellaAgreementEntity
UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilder, UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilderImpl, UmbrellaAgreementEntity.UmbrellaAgreementEntityImpl -
Field Summary
Fields inherited from interface cdm.base.staticdata.party.LegalEntity
metaDataFields inherited from interface cdm.legaldocumentation.common.UmbrellaAgreementEntity
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddEntityId(FieldWithMetaString entityId) addEntityId(FieldWithMetaString entityId, int idx) addEntityId(List<? extends FieldWithMetaString> entityId) addEntityIdentifier(EntityIdentifier entityIdentifier) addEntityIdentifier(EntityIdentifier entityIdentifier, int idx) addEntityIdentifier(List<? extends EntityIdentifier> entityIdentifier) addEntityIdValue(String entityId) addEntityIdValue(String entityId, int idx) addEntityIdValue(List<? extends String> entityId) default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setEntityId(List<? extends FieldWithMetaString> entityId) setEntityIdentifier(List<? extends EntityIdentifier> entityIdentifier) setEntityIdValue(List<? extends String> entityId) setMeta(com.rosetta.model.metafields.MetaFields meta) setName(FieldWithMetaString name) setNameValue(String name) Methods inherited from interface cdm.base.staticdata.party.LegalEntity.LegalEntityBuilder
getEntityId, getEntityIdentifier, getMeta, getName, getOrCreateEntityId, getOrCreateEntityIdentifier, getOrCreateMeta, getOrCreateNameMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
addEntityId
- Specified by:
addEntityIdin interfaceLegalEntity.LegalEntityBuilder
-
addEntityId
UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilder addEntityId(FieldWithMetaString entityId, int idx) - Specified by:
addEntityIdin interfaceLegalEntity.LegalEntityBuilder
-
addEntityIdValue
- Specified by:
addEntityIdValuein interfaceLegalEntity.LegalEntityBuilder
-
addEntityIdValue
- Specified by:
addEntityIdValuein interfaceLegalEntity.LegalEntityBuilder
-
addEntityId
UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilder addEntityId(List<? extends FieldWithMetaString> entityId) - Specified by:
addEntityIdin interfaceLegalEntity.LegalEntityBuilder
-
setEntityId
UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilder setEntityId(List<? extends FieldWithMetaString> entityId) - Specified by:
setEntityIdin interfaceLegalEntity.LegalEntityBuilder
-
addEntityIdValue
UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilder addEntityIdValue(List<? extends String> entityId) - Specified by:
addEntityIdValuein interfaceLegalEntity.LegalEntityBuilder
-
setEntityIdValue
UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilder setEntityIdValue(List<? extends String> entityId) - Specified by:
setEntityIdValuein interfaceLegalEntity.LegalEntityBuilder
-
setName
- Specified by:
setNamein interfaceLegalEntity.LegalEntityBuilder
-
setNameValue
- Specified by:
setNameValuein interfaceLegalEntity.LegalEntityBuilder
-
addEntityIdentifier
UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilder addEntityIdentifier(EntityIdentifier entityIdentifier) - Specified by:
addEntityIdentifierin interfaceLegalEntity.LegalEntityBuilder
-
addEntityIdentifier
UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilder addEntityIdentifier(EntityIdentifier entityIdentifier, int idx) - Specified by:
addEntityIdentifierin interfaceLegalEntity.LegalEntityBuilder
-
addEntityIdentifier
UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilder addEntityIdentifier(List<? extends EntityIdentifier> entityIdentifier) - Specified by:
addEntityIdentifierin interfaceLegalEntity.LegalEntityBuilder
-
setEntityIdentifier
UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilder setEntityIdentifier(List<? extends EntityIdentifier> entityIdentifier) - Specified by:
setEntityIdentifierin interfaceLegalEntity.LegalEntityBuilder
-
setMeta
UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilder setMeta(com.rosetta.model.metafields.MetaFields meta) - Specified by:
setMetain interfaceLegalEntity.LegalEntityBuilder
-
setTerms
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfaceLegalEntity.LegalEntityBuilder- Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfaceLegalEntity.LegalEntityBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-