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
  • Field Details

  • 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

      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:
      getMeta in interface com.rosetta.model.lib.GlobalKey
    • build

      Account build()
      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

      static Account.AccountBuilder builder()
    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends Account> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends Account> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject