Package cdm.legaldocumentation.csa
Class CollateralValuationAgent.CollateralValuationAgentBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.CollateralValuationAgent.CollateralValuationAgentBuilderImpl
- All Implemented Interfaces:
CollateralValuationAgent,CollateralValuationAgent.CollateralValuationAgentBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
CollateralValuationAgent
public static class CollateralValuationAgent.CollateralValuationAgentBuilderImpl
extends Object
implements CollateralValuationAgent.CollateralValuationAgentBuilder
Builder Implementation of CollateralValuationAgent
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.CollateralValuationAgent
CollateralValuationAgent.CollateralValuationAgentBuilder, CollateralValuationAgent.CollateralValuationAgentBuilderImpl, CollateralValuationAgent.CollateralValuationAgentImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from interface cdm.legaldocumentation.csa.CollateralValuationAgent
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPartyElection(CollateralValuationAgentElection _partyElection) addPartyElection(CollateralValuationAgentElection _partyElection, int idx) addPartyElection(List<? extends CollateralValuationAgentElection> partyElections) build()Build MethodsbooleangetOrCreatePartyElection(int index) The parties Collateral Valuation Agent Elections.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setPartyElection(List<? extends CollateralValuationAgentElection> partyElections) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.CollateralValuationAgent
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.CollateralValuationAgent.CollateralValuationAgentBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
partyElection
protected List<CollateralValuationAgentElection.CollateralValuationAgentElectionBuilder> partyElection
-
-
Constructor Details
-
CollateralValuationAgentBuilderImpl
public CollateralValuationAgentBuilderImpl()
-
-
Method Details
-
getPartyElection
@RosettaAttribute("partyElection") @Accessor(GETTER) @Multi @RuneAttribute("partyElection") public List<? extends CollateralValuationAgentElection.CollateralValuationAgentElectionBuilder> getPartyElection()Description copied from interface:CollateralValuationAgentThe parties Collateral Valuation Agent Elections.- Specified by:
getPartyElectionin interfaceCollateralValuationAgent- Specified by:
getPartyElectionin interfaceCollateralValuationAgent.CollateralValuationAgentBuilder
-
getOrCreatePartyElection
public CollateralValuationAgentElection.CollateralValuationAgentElectionBuilder getOrCreatePartyElection(int index) - Specified by:
getOrCreatePartyElectionin interfaceCollateralValuationAgent.CollateralValuationAgentBuilder
-
addPartyElection
@RosettaAttribute("partyElection") @Accessor(ADDER) @Multi @RuneAttribute("partyElection") public CollateralValuationAgent.CollateralValuationAgentBuilder addPartyElection(CollateralValuationAgentElection _partyElection) - Specified by:
addPartyElectionin interfaceCollateralValuationAgent.CollateralValuationAgentBuilder
-
addPartyElection
public CollateralValuationAgent.CollateralValuationAgentBuilder addPartyElection(CollateralValuationAgentElection _partyElection, int idx) - Specified by:
addPartyElectionin interfaceCollateralValuationAgent.CollateralValuationAgentBuilder
-
addPartyElection
public CollateralValuationAgent.CollateralValuationAgentBuilder addPartyElection(List<? extends CollateralValuationAgentElection> partyElections) - Specified by:
addPartyElectionin interfaceCollateralValuationAgent.CollateralValuationAgentBuilder
-
setPartyElection
@RosettaAttribute("partyElection") @Accessor(SETTER) @Multi @RuneAttribute("partyElection") public CollateralValuationAgent.CollateralValuationAgentBuilder setPartyElection(List<? extends CollateralValuationAgentElection> partyElections) - Specified by:
setPartyElectionin interfaceCollateralValuationAgent.CollateralValuationAgentBuilder
-
build
Description copied from interface:CollateralValuationAgentBuild Methods- Specified by:
buildin interfaceCollateralValuationAgent- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceCollateralValuationAgent- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceCollateralValuationAgent.CollateralValuationAgentBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public CollateralValuationAgent.CollateralValuationAgentBuilder 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
-