Package cdm.product.collateral
Interface IndependentAmount
- All Superinterfaces:
PartyReferencePayerReceiver,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
IndependentAmount.IndependentAmountBuilder
- All Known Implementing Classes:
IndependentAmount.IndependentAmountBuilderImpl,IndependentAmount.IndependentAmountImpl
@RosettaDataType(value="IndependentAmount",
builder=IndependentAmountBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="IndependentAmount",
model="cdm",
builder=IndependentAmountBuilderImpl.class,
version="5.30.0")
public interface IndependentAmount
extends PartyReferencePayerReceiver
A class specifying the Independent Amount as the combination of a payer/receiver, a payment amount, a payment date and an associated payment calculation rule.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of IndependentAmountstatic classImmutable Implementation of IndependentAmountNested classes/interfaces inherited from interface cdm.base.staticdata.party.PartyReferencePayerReceiver
PartyReferencePayerReceiver.PartyReferencePayerReceiverBuilder, PartyReferencePayerReceiver.PartyReferencePayerReceiverBuilderImpl, PartyReferencePayerReceiver.PartyReferencePayerReceiverImpl -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends PaymentDetail> An attribute that specifies a payment as the combination of a payment amount, a payment date and an associated payment calculation rule.default Class<? extends IndependentAmount> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends IndependentAmount> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface cdm.base.staticdata.party.PartyReferencePayerReceiver
getPayerAccountReference, getPayerPartyReference, getReceiverAccountReference, getReceiverPartyReferenceMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getPaymentDetail
List<? extends PaymentDetail> getPaymentDetail()An attribute that specifies a payment as the combination of a payment amount, a payment date and an associated payment calculation rule. -
build
IndependentAmount build()Build Methods- Specified by:
buildin interfacePartyReferencePayerReceiver- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
IndependentAmount.IndependentAmountBuilder toBuilder()- Specified by:
toBuilderin interfacePartyReferencePayerReceiver- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacePartyReferencePayerReceiver- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacePartyReferencePayerReceiver- 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 interfacePartyReferencePayerReceiver- Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-