Package cdm.legaldocumentation.csa
Class ValuationAgent.ValuationAgentImpl
java.lang.Object
cdm.legaldocumentation.csa.ValuationAgent.ValuationAgentImpl
- All Implemented Interfaces:
ValuationAgent,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
ValuationAgent
Immutable Implementation of ValuationAgent
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.ValuationAgent
ValuationAgent.ValuationAgentBuilder, ValuationAgent.ValuationAgentBuilderImpl, ValuationAgent.ValuationAgentImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.ValuationAgent
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe additional language that might be specified by the parties to the legal agreement.getParty()Specification of which party calculating the value of collateral to be delivered or returned.Specifies how the Valuation Agent is determined.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface cdm.legaldocumentation.csa.ValuationAgent
getType, metaData, process
-
Constructor Details
-
ValuationAgentImpl
-
-
Method Details
-
getParty
@RosettaAttribute("party") @Accessor(GETTER) @RuneAttribute("party") public CalculationValuationAgentPartyEnum getParty()Description copied from interface:ValuationAgentSpecification of which party calculating the value of collateral to be delivered or returned.- Specified by:
getPartyin interfaceValuationAgent
-
getValuationAgent
@RosettaAttribute("valuationAgent") @Accessor(GETTER) @RuneAttribute("valuationAgent") public ValuationAgentDeterminationEnum getValuationAgent()Description copied from interface:ValuationAgentSpecifies how the Valuation Agent is determined.- Specified by:
getValuationAgentin interfaceValuationAgent
-
getAdditionalLanguage
@RosettaAttribute("additionalLanguage") @Accessor(GETTER) @RuneAttribute("additionalLanguage") public String getAdditionalLanguage()Description copied from interface:ValuationAgentThe additional language that might be specified by the parties to the legal agreement.- Specified by:
getAdditionalLanguagein interfaceValuationAgent
-
build
Description copied from interface:ValuationAgentBuild Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
buildin interfaceValuationAgent
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
toBuilderin interfaceValuationAgent
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-