Package cdm.base.staticdata.asset.common
Class CollateralGuarantorType.CollateralGuarantorTypeBuilderImpl
java.lang.Object
cdm.base.staticdata.asset.common.CollateralGuarantorType.CollateralGuarantorTypeBuilderImpl
- All Implemented Interfaces:
CollateralGuarantorType,CollateralGuarantorType.CollateralGuarantorTypeBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
CollateralGuarantorType
public static class CollateralGuarantorType.CollateralGuarantorTypeBuilderImpl
extends Object
implements CollateralGuarantorType.CollateralGuarantorTypeBuilder
Builder Implementation of CollateralGuarantorType
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.asset.common.CollateralGuarantorType
CollateralGuarantorType.CollateralGuarantorTypeBuilder, CollateralGuarantorType.CollateralGuarantorTypeBuilderImpl, CollateralGuarantorType.CollateralGuarantorTypeImpl -
Field Summary
FieldsFields inherited from interface cdm.base.staticdata.asset.common.CollateralGuarantorType
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanSpecifies the origin of entity guaranteeing the collateral.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setGuarantorType(CollateralEntityTypeEnum _guarantorType) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.base.staticdata.asset.common.CollateralGuarantorType
getType, metaData, processMethods inherited from interface cdm.base.staticdata.asset.common.CollateralGuarantorType.CollateralGuarantorTypeBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
guarantorType
-
-
Constructor Details
-
CollateralGuarantorTypeBuilderImpl
public CollateralGuarantorTypeBuilderImpl()
-
-
Method Details
-
getGuarantorType
@RosettaAttribute("guarantorType") @Accessor(GETTER) @Required @RuneAttribute("guarantorType") public CollateralEntityTypeEnum getGuarantorType()Description copied from interface:CollateralGuarantorTypeSpecifies the origin of entity guaranteeing the collateral.- Specified by:
getGuarantorTypein interfaceCollateralGuarantorType
-
setGuarantorType
@RosettaAttribute("guarantorType") @Accessor(SETTER) @Required @RuneAttribute("guarantorType") public CollateralGuarantorType.CollateralGuarantorTypeBuilder setGuarantorType(CollateralEntityTypeEnum _guarantorType) - Specified by:
setGuarantorTypein interfaceCollateralGuarantorType.CollateralGuarantorTypeBuilder
-
build
Description copied from interface:CollateralGuarantorTypeBuild Methods- Specified by:
buildin interfaceCollateralGuarantorType- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceCollateralGuarantorType- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceCollateralGuarantorType.CollateralGuarantorTypeBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public CollateralGuarantorType.CollateralGuarantorTypeBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-