Package cdm.legaldocumentation.csa
Class ExecutionTerms.ExecutionTermsBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.ExecutionTerms.ExecutionTermsBuilderImpl
- All Implemented Interfaces:
ExecutionTerms,ExecutionTerms.ExecutionTermsBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
ExecutionTerms
public static class ExecutionTerms.ExecutionTermsBuilderImpl
extends Object
implements ExecutionTerms.ExecutionTermsBuilder
Builder Implementation of ExecutionTerms
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.ExecutionTerms
ExecutionTerms.ExecutionTermsBuilder, ExecutionTerms.ExecutionTermsBuilderImpl, ExecutionTerms.ExecutionTermsImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from interface cdm.legaldocumentation.csa.ExecutionTerms
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe bespoke execution language election.The bespoke execution location election.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setExecutionLanguage(ExecutionLanguage _executionLanguage) setExecutionLocation(ExecutionLocation _executionLocation) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.ExecutionTerms
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.ExecutionTerms.ExecutionTermsBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
executionLanguage
-
executionLocation
-
-
Constructor Details
-
ExecutionTermsBuilderImpl
public ExecutionTermsBuilderImpl()
-
-
Method Details
-
getExecutionLanguage
@RosettaAttribute("executionLanguage") @Accessor(GETTER) @Required @RuneAttribute("executionLanguage") public ExecutionLanguage.ExecutionLanguageBuilder getExecutionLanguage()Description copied from interface:ExecutionTermsThe bespoke execution language election.- Specified by:
getExecutionLanguagein interfaceExecutionTerms- Specified by:
getExecutionLanguagein interfaceExecutionTerms.ExecutionTermsBuilder
-
getOrCreateExecutionLanguage
- Specified by:
getOrCreateExecutionLanguagein interfaceExecutionTerms.ExecutionTermsBuilder
-
getExecutionLocation
@RosettaAttribute("executionLocation") @Accessor(GETTER) @Required @RuneAttribute("executionLocation") public ExecutionLocation.ExecutionLocationBuilder getExecutionLocation()Description copied from interface:ExecutionTermsThe bespoke execution location election.- Specified by:
getExecutionLocationin interfaceExecutionTerms- Specified by:
getExecutionLocationin interfaceExecutionTerms.ExecutionTermsBuilder
-
getOrCreateExecutionLocation
- Specified by:
getOrCreateExecutionLocationin interfaceExecutionTerms.ExecutionTermsBuilder
-
setExecutionLanguage
@RosettaAttribute("executionLanguage") @Accessor(SETTER) @Required @RuneAttribute("executionLanguage") public ExecutionTerms.ExecutionTermsBuilder setExecutionLanguage(ExecutionLanguage _executionLanguage) - Specified by:
setExecutionLanguagein interfaceExecutionTerms.ExecutionTermsBuilder
-
setExecutionLocation
@RosettaAttribute("executionLocation") @Accessor(SETTER) @Required @RuneAttribute("executionLocation") public ExecutionTerms.ExecutionTermsBuilder setExecutionLocation(ExecutionLocation _executionLocation) - Specified by:
setExecutionLocationin interfaceExecutionTerms.ExecutionTermsBuilder
-
build
Description copied from interface:ExecutionTermsBuild Methods- Specified by:
buildin interfaceExecutionTerms- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceExecutionTerms- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceExecutionTerms.ExecutionTermsBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public ExecutionTerms.ExecutionTermsBuilder 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
-