Package cdm.product.common.settlement
Interface PaymentDetail
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
PaymentDetail.PaymentDetailBuilder
- All Known Implementing Classes:
PaymentDetail.PaymentDetailBuilderImpl,PaymentDetail.PaymentDetailImpl
@RosettaDataType(value="PaymentDetail",
builder=PaymentDetailBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="PaymentDetail",
model="cdm",
builder=PaymentDetailBuilderImpl.class,
version="5.30.0")
public interface PaymentDetail
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of PaymentDetailstatic classImmutable Implementation of PaymentDetailNested 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 Methodsbuilder()com.rosetta.model.metafields.MetaFieldsgetMeta()A fixed payment amount.Getter MethodsThe calculation rule.default Class<? extends PaymentDetail> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PaymentDetail> 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
-
getPaymentDate
AdjustableOrRelativeDate getPaymentDate()Getter Methods -
getPaymentRule
PaymentRule getPaymentRule()The calculation rule. -
getPaymentAmount
Money getPaymentAmount()A fixed payment amount. -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
PaymentDetail build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
PaymentDetail.PaymentDetailBuilder 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
-