Interface ReferenceWithMetaLegalEntity.ReferenceWithMetaLegalEntityBuilder
- All Superinterfaces:
com.rosetta.model.lib.meta.FieldWithMeta<LegalEntity>,com.rosetta.model.lib.meta.ReferenceWithMeta<LegalEntity>,com.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<LegalEntity>,ReferenceWithMetaLegalEntity,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
ReferenceWithMetaLegalEntity.ReferenceWithMetaLegalEntityBuilderImpl
- Enclosing interface:
ReferenceWithMetaLegalEntity
public static interface ReferenceWithMetaLegalEntity.ReferenceWithMetaLegalEntityBuilder
extends ReferenceWithMetaLegalEntity, com.rosetta.model.lib.RosettaModelObjectBuilder, com.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<LegalEntity>
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rosetta.model.lib.meta.FieldWithMeta
com.rosetta.model.lib.meta.FieldWithMeta.FieldWithMetaBuilder<T>Nested classes/interfaces inherited from interface com.rosetta.model.lib.meta.ReferenceWithMeta
com.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<I>Nested classes/interfaces inherited from interface cdm.base.staticdata.party.metafields.ReferenceWithMetaLegalEntity
ReferenceWithMetaLegalEntity.ReferenceWithMetaLegalEntityBuilder, ReferenceWithMetaLegalEntity.ReferenceWithMetaLegalEntityBuilderImpl, ReferenceWithMetaLegalEntity.ReferenceWithMetaLegalEntityImpl -
Field Summary
Fields inherited from interface cdm.base.staticdata.party.metafields.ReferenceWithMetaLegalEntity
metaData -
Method Summary
Modifier and TypeMethodDescriptioncom.rosetta.model.lib.meta.Reference.ReferenceBuildercom.rosetta.model.lib.meta.Reference.ReferenceBuildergetValue()Getter Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setExternalReference(String externalReference) setGlobalReference(String globalReference) setReference(com.rosetta.model.lib.meta.Reference reference) setValue(LegalEntity value) Methods inherited from interface cdm.base.staticdata.party.metafields.ReferenceWithMetaLegalEntity
build, getExternalReference, getGlobalReference, getType, getValueType, metaData, process, toBuilderMethods 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
-
getOrCreateValue
LegalEntity.LegalEntityBuilder getOrCreateValue() -
getValue
LegalEntity.LegalEntityBuilder getValue()Description copied from interface:ReferenceWithMetaLegalEntityGetter Methods- Specified by:
getValuein interfacecom.rosetta.model.lib.meta.FieldWithMeta<LegalEntity>- Specified by:
getValuein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<LegalEntity>- Specified by:
getValuein interfaceReferenceWithMetaLegalEntity
-
getOrCreateReference
com.rosetta.model.lib.meta.Reference.ReferenceBuilder getOrCreateReference() -
getReference
com.rosetta.model.lib.meta.Reference.ReferenceBuilder getReference()- Specified by:
getReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta<LegalEntity>- Specified by:
getReferencein interfaceReferenceWithMetaLegalEntity
-
setValue
- Specified by:
setValuein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<LegalEntity>
-
setGlobalReference
ReferenceWithMetaLegalEntity.ReferenceWithMetaLegalEntityBuilder setGlobalReference(String globalReference) - Specified by:
setGlobalReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<LegalEntity>
-
setExternalReference
ReferenceWithMetaLegalEntity.ReferenceWithMetaLegalEntityBuilder setExternalReference(String externalReference) - Specified by:
setExternalReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<LegalEntity>
-
setReference
ReferenceWithMetaLegalEntity.ReferenceWithMetaLegalEntityBuilder setReference(com.rosetta.model.lib.meta.Reference reference) - Specified by:
setReferencein interfacecom.rosetta.model.lib.meta.ReferenceWithMeta.ReferenceWithMetaBuilder<LegalEntity>
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-