Package cdm.legaldocumentation.master
Class MasterAgreementVariableSet.MasterAgreementVariableSetImpl
java.lang.Object
cdm.legaldocumentation.master.MasterAgreementVariableSet.MasterAgreementVariableSetImpl
- All Implemented Interfaces:
MasterAgreementVariableSet,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
MasterAgreementVariableSet
public static class MasterAgreementVariableSet.MasterAgreementVariableSetImpl
extends Object
implements MasterAgreementVariableSet
Immutable Implementation of MasterAgreementVariableSet
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.master.MasterAgreementVariableSet
MasterAgreementVariableSet.MasterAgreementVariableSetBuilder, MasterAgreementVariableSet.MasterAgreementVariableSetBuilderImpl, MasterAgreementVariableSet.MasterAgreementVariableSetImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.master.MasterAgreementVariableSet
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMasterAgreementVariableSetImpl(MasterAgreementVariableSet.MasterAgreementVariableSetBuilder builder) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.master.MasterAgreementVariableSet
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
MasterAgreementVariableSetImpl
protected MasterAgreementVariableSetImpl(MasterAgreementVariableSet.MasterAgreementVariableSetBuilder builder)
-
-
Method Details
-
getVariableSet
@RosettaAttribute("variableSet") @RuneAttribute("variableSet") public List<? extends MasterAgreementVariableSet> getVariableSet()Description copied from interface:MasterAgreementVariableSetFor some variants a table of variables is required. To support this use case we need to be able to specify variables within variables. Including a variable set here gives us infinite nesting opportunities - realistically we are only ever expecting that a table would need to be defined for any particular clause, so we would expect two levels of nesting as a maximum i.e. variableSet->variableSet->name/value.- Specified by:
getVariableSetin interfaceMasterAgreementVariableSet
-
getName
Description copied from interface:MasterAgreementVariableSetThe name of the variable- Specified by:
getNamein interfaceMasterAgreementVariableSet
-
getValue
Description copied from interface:MasterAgreementVariableSetThe value for this variable- Specified by:
getValuein interfaceMasterAgreementVariableSet
-
build
Description copied from interface:MasterAgreementVariableSetBuild Methods- Specified by:
buildin interfaceMasterAgreementVariableSet- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceMasterAgreementVariableSet- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
protected void setBuilderFields(MasterAgreementVariableSet.MasterAgreementVariableSetBuilder builder) -
equals
-
hashCode
public int hashCode() -
toString
-