Package cdm.event.common
Interface BillingSummary.BillingSummaryBuilder
- All Superinterfaces:
BillingSummary,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
BillingSummary.BillingSummaryBuilderImpl
- Enclosing interface:
BillingSummary
public static interface BillingSummary.BillingSummaryBuilder
extends BillingSummary, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.event.common.BillingSummary
BillingSummary.BillingSummaryBuilder, BillingSummary.BillingSummaryBuilderImpl, BillingSummary.BillingSummaryImpl -
Field Summary
Fields inherited from interface cdm.event.common.BillingSummary
metaData -
Method Summary
Modifier and TypeMethodDescriptionThe settlement terms for the billing summarydefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setSummaryAmountType(RecordAmountTypeEnum summaryAmountType) setSummaryTransfer(Transfer summaryTransfer) Methods inherited from interface cdm.event.common.BillingSummary
build, getSummaryAmountType, 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
-
getOrCreateSummaryTransfer
Transfer.TransferBuilder getOrCreateSummaryTransfer() -
getSummaryTransfer
Transfer.TransferBuilder getSummaryTransfer()Description copied from interface:BillingSummaryThe settlement terms for the billing summary- Specified by:
getSummaryTransferin interfaceBillingSummary
-
setSummaryTransfer
-
setSummaryAmountType
-
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
-