Package cdm.legaldocumentation.csa
Class CollateralValuationAgentElection.CollateralValuationAgentElectionBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.CollateralValuationAgentElection.CollateralValuationAgentElectionBuilderImpl
- All Implemented Interfaces:
CollateralValuationAgentElection,CollateralValuationAgentElection.CollateralValuationAgentElectionBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
CollateralValuationAgentElection
public static class CollateralValuationAgentElection.CollateralValuationAgentElectionBuilderImpl
extends Object
implements CollateralValuationAgentElection.CollateralValuationAgentElectionBuilder
Builder Implementation of CollateralValuationAgentElection
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.CollateralValuationAgentElection
CollateralValuationAgentElection.CollateralValuationAgentElectionBuilder, CollateralValuationAgentElection.CollateralValuationAgentElectionBuilderImpl, CollateralValuationAgentElection.CollateralValuationAgentElectionImpl -
Field Summary
FieldsFields inherited from interface cdm.legaldocumentation.csa.CollateralValuationAgentElection
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe additional language that might be specified by the parties to the legal agreement.getParty()The elective party.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setAdditionalLanguage(String _additionalLanguage) setParty(CounterpartyRoleEnum _party) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.CollateralValuationAgentElection
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.CollateralValuationAgentElection.CollateralValuationAgentElectionBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
party
-
additionalLanguage
-
-
Constructor Details
-
CollateralValuationAgentElectionBuilderImpl
public CollateralValuationAgentElectionBuilderImpl()
-
-
Method Details
-
getParty
@RosettaAttribute("party") @Accessor(GETTER) @Required @RuneAttribute("party") public CounterpartyRoleEnum getParty()Description copied from interface:CollateralValuationAgentElectionThe elective party.- Specified by:
getPartyin interfaceCollateralValuationAgentElection
-
getAdditionalLanguage
@RosettaAttribute("additionalLanguage") @Accessor(GETTER) @RuneAttribute("additionalLanguage") public String getAdditionalLanguage()Description copied from interface:CollateralValuationAgentElectionThe additional language that might be specified by the parties to the legal agreement.- Specified by:
getAdditionalLanguagein interfaceCollateralValuationAgentElection
-
setParty
@RosettaAttribute("party") @Accessor(SETTER) @Required @RuneAttribute("party") public CollateralValuationAgentElection.CollateralValuationAgentElectionBuilder setParty(CounterpartyRoleEnum _party) - Specified by:
setPartyin interfaceCollateralValuationAgentElection.CollateralValuationAgentElectionBuilder
-
setAdditionalLanguage
@RosettaAttribute("additionalLanguage") @Accessor(SETTER) @RuneAttribute("additionalLanguage") public CollateralValuationAgentElection.CollateralValuationAgentElectionBuilder setAdditionalLanguage(String _additionalLanguage) - Specified by:
setAdditionalLanguagein interfaceCollateralValuationAgentElection.CollateralValuationAgentElectionBuilder
-
build
Description copied from interface:CollateralValuationAgentElectionBuild Methods- Specified by:
buildin interfaceCollateralValuationAgentElection- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceCollateralValuationAgentElection- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceCollateralValuationAgentElection.CollateralValuationAgentElectionBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public CollateralValuationAgentElection.CollateralValuationAgentElectionBuilder 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
-