Package cdm.base.staticdata.asset.common
Interface CollateralGuarantorType.CollateralGuarantorTypeBuilder
- All Superinterfaces:
CollateralGuarantorType,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
CollateralGuarantorType.CollateralGuarantorTypeBuilderImpl
- Enclosing interface:
CollateralGuarantorType
public static interface CollateralGuarantorType.CollateralGuarantorTypeBuilder
extends CollateralGuarantorType, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.asset.common.CollateralGuarantorType
CollateralGuarantorType.CollateralGuarantorTypeBuilder, CollateralGuarantorType.CollateralGuarantorTypeBuilderImpl, CollateralGuarantorType.CollateralGuarantorTypeImpl -
Field Summary
Fields inherited from interface cdm.base.staticdata.asset.common.CollateralGuarantorType
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setGuarantorType(CollateralEntityTypeEnum guarantorType) Methods inherited from interface cdm.base.staticdata.asset.common.CollateralGuarantorType
build, getGuarantorType, 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
-
setGuarantorType
CollateralGuarantorType.CollateralGuarantorTypeBuilder setGuarantorType(CollateralEntityTypeEnum guarantorType) -
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
-