Package cdm.observable.event
Interface FeaturePayment.FeaturePaymentBuilder
- All Superinterfaces:
FeaturePayment,com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
FeaturePayment.FeaturePaymentBuilderImpl
- Enclosing interface:
FeaturePayment
public static interface FeaturePayment.FeaturePaymentBuilder
extends FeaturePayment, com.rosetta.model.lib.RosettaModelObjectBuilder, com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.observable.event.FeaturePayment
FeaturePayment.FeaturePaymentBuilder, FeaturePayment.FeaturePaymentBuilderImpl, FeaturePayment.FeaturePaymentImplNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder -
Field Summary
Fields inherited from interface cdm.observable.event.FeaturePayment
metaData -
Method Summary
Modifier and TypeMethodDescriptionThe currency in which an amount is denominated.com.rosetta.model.metafields.MetaFields.MetaFieldsBuildergetMeta()com.rosetta.model.metafields.MetaFields.MetaFieldsBuilderThis attribute doesn't exist as part of the FpML construct, which makes use of the PayerReceiver.model group.The feature payment date.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setAmount(BigDecimal amount) setCurrency(FieldWithMetaString currency) setCurrencyValue(String currency) setLevelPercentage(BigDecimal levelPercentage) setMeta(com.rosetta.model.metafields.MetaFields meta) setPayerReceiver(PartyReferencePayerReceiver payerReceiver) setPaymentDate(AdjustableOrRelativeDate paymentDate) setTime(TimeTypeEnum time) Methods inherited from interface cdm.observable.event.FeaturePayment
build, getAmount, getLevelPercentage, getTime, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreatePayerReceiver
PartyReferencePayerReceiver.PartyReferencePayerReceiverBuilder getOrCreatePayerReceiver() -
getPayerReceiver
PartyReferencePayerReceiver.PartyReferencePayerReceiverBuilder getPayerReceiver()Description copied from interface:FeaturePaymentThis attribute doesn't exist as part of the FpML construct, which makes use of the PayerReceiver.model group.- Specified by:
getPayerReceiverin interfaceFeaturePayment
-
getOrCreateCurrency
FieldWithMetaString.FieldWithMetaStringBuilder getOrCreateCurrency() -
getCurrency
FieldWithMetaString.FieldWithMetaStringBuilder getCurrency()Description copied from interface:FeaturePaymentThe currency in which an amount is denominated.- Specified by:
getCurrencyin interfaceFeaturePayment
-
getOrCreatePaymentDate
AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder getOrCreatePaymentDate() -
getPaymentDate
AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder getPaymentDate()Description copied from interface:FeaturePaymentThe feature payment date.- Specified by:
getPaymentDatein interfaceFeaturePayment
-
getOrCreateMeta
com.rosetta.model.metafields.MetaFields.MetaFieldsBuilder getOrCreateMeta()- Specified by:
getOrCreateMetain interfacecom.rosetta.model.lib.GlobalKey.GlobalKeyBuilder
-
getMeta
com.rosetta.model.metafields.MetaFields.MetaFieldsBuilder getMeta()- Specified by:
getMetain interfaceFeaturePayment- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey.GlobalKeyBuilder
-
setPayerReceiver
-
setLevelPercentage
-
setAmount
-
setTime
-
setCurrency
-
setCurrencyValue
-
setPaymentDate
-
setMeta
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-