Package cdm.base.staticdata.party
Interface Account
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
Account.AccountBuilder
- All Known Implementing Classes:
Account.AccountBuilderImpl,Account.AccountImpl
@RosettaDataType(value="Account",
builder=AccountBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="Account",
model="cdm",
builder=AccountBuilderImpl.class,
version="5.30.0")
public interface Account
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
A class to specify an account as an account number alongside, optionally. an account name, an account type, an account beneficiary and a servicing party.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Accountstatic classImmutable Implementation of AccountNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic Account.AccountBuilderbuilder()A reference to the party beneficiary of the account.The name by which the account is known.The account number.The type of account, e.g. client, house.com.rosetta.model.metafields.MetaFieldsgetMeta()A reference to the party to which the account refers to.The reference to the legal entity that services the account, i.e. in the books of which the account is held.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Account> 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()A reference to the party to which the account refers to. -
getAccountNumber
FieldWithMetaString getAccountNumber()The account number. -
getAccountName
FieldWithMetaString getAccountName()The name by which the account is known. -
getAccountType
FieldWithMetaAccountTypeEnum getAccountType()The type of account, e.g. client, house. -
getAccountBeneficiary
ReferenceWithMetaParty getAccountBeneficiary()A reference to the party beneficiary of the account. -
getServicingParty
ReferenceWithMetaParty getServicingParty()The reference to the legal entity that services the account, i.e. in the books of which the account is held. -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
Account build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Account.AccountBuilder 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
-