Package cdm.product.template
Interface PassThrough.PassThroughBuilder
- All Superinterfaces:
PassThrough,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
PassThrough.PassThroughBuilderImpl
- Enclosing interface:
PassThrough
public static interface PassThrough.PassThroughBuilder
extends PassThrough, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.template.PassThrough
PassThrough.PassThroughBuilder, PassThrough.PassThroughBuilderImpl, PassThrough.PassThroughImpl -
Field Summary
Fields inherited from interface cdm.product.template.PassThrough
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddPassThroughItem(PassThroughItem passThroughItem) addPassThroughItem(PassThroughItem passThroughItem, int idx) addPassThroughItem(List<? extends PassThroughItem> passThroughItem) getOrCreatePassThroughItem(int index) List<? extends PassThroughItem.PassThroughItemBuilder> One to many pass through payment items.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setPassThroughItem(List<? extends PassThroughItem> passThroughItem) Methods inherited from interface cdm.product.template.PassThrough
build, 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
-
getOrCreatePassThroughItem
-
getPassThroughItem
List<? extends PassThroughItem.PassThroughItemBuilder> getPassThroughItem()Description copied from interface:PassThroughOne to many pass through payment items.- Specified by:
getPassThroughItemin interfacePassThrough
-
addPassThroughItem
-
addPassThroughItem
-
addPassThroughItem
-
setPassThroughItem
-
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
PassThrough.PassThroughBuilder prune()- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-