Package cdm.base.staticdata.party
Interface RelatedParty
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
RelatedParty.RelatedPartyBuilder
- All Known Implementing Classes:
RelatedParty.RelatedPartyBuilderImpl,RelatedParty.RelatedPartyImpl
@RosettaDataType(value="RelatedParty",
builder=RelatedPartyBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="RelatedParty",
model="cdm",
builder=RelatedPartyBuilderImpl.class,
version="5.30.0")
public interface RelatedParty
extends com.rosetta.model.lib.RosettaModelObject
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of RelatedPartystatic classImmutable Implementation of RelatedParty -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Reference to an account.Reference to a party.getRole()The category of the relationship.default Class<? extends RelatedParty> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends RelatedParty> 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
-
getPartyReference
ReferenceWithMetaParty getPartyReference()Reference to a party. -
getAccountReference
ReferenceWithMetaAccount getAccountReference()Reference to an account. -
getRole
PartyRoleEnum getRole()The category of the relationship. The related party performs the role specified in this field for the base party. For example, if the role is ,Guarantor, the related party acts as a guarantor for the base party. -
build
RelatedParty build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
RelatedParty.RelatedPartyBuilder 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
-