Package cdm.legaldocumentation.common
Class OtherAgreementTerms.OtherAgreementTermsBuilderImpl
java.lang.Object
cdm.legaldocumentation.common.OtherAgreementTerms.OtherAgreementTermsBuilderImpl
- All Implemented Interfaces:
OtherAgreementTerms,OtherAgreementTerms.OtherAgreementTermsBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
OtherAgreementTerms
public static class OtherAgreementTerms.OtherAgreementTermsBuilderImpl
extends Object
implements OtherAgreementTerms.OtherAgreementTermsBuilder
Builder Implementation of OtherAgreementTerms
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.common.OtherAgreementTerms
OtherAgreementTerms.OtherAgreementTermsBuilder, OtherAgreementTerms.OtherAgreementTermsBuilderImpl, OtherAgreementTerms.OtherAgreementTermsImpl -
Field Summary
FieldsFields inherited from interface cdm.legaldocumentation.common.OtherAgreementTerms
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe qualification of whether some other related agreement is specified (True) or not (False).The specification of this other agreement, when the qualification is True.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setIsSpecified(Boolean _isSpecified) setLegalDocument(String _legalDocument) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.common.OtherAgreementTerms
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.common.OtherAgreementTerms.OtherAgreementTermsBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
isSpecified
-
legalDocument
-
-
Constructor Details
-
OtherAgreementTermsBuilderImpl
public OtherAgreementTermsBuilderImpl()
-
-
Method Details
-
getIsSpecified
@RosettaAttribute(value="isSpecified", isRequired=true) @RuneAttribute(value="isSpecified", isRequired=true) public Boolean getIsSpecified()Description copied from interface:OtherAgreementTermsThe qualification of whether some other related agreement is specified (True) or not (False).- Specified by:
getIsSpecifiedin interfaceOtherAgreementTerms
-
getLegalDocument
Description copied from interface:OtherAgreementTermsThe specification of this other agreement, when the qualification is True.- Specified by:
getLegalDocumentin interfaceOtherAgreementTerms
-
setIsSpecified
@RosettaAttribute(value="isSpecified", isRequired=true) @RuneAttribute(value="isSpecified", isRequired=true) public OtherAgreementTerms.OtherAgreementTermsBuilder setIsSpecified(Boolean _isSpecified) - Specified by:
setIsSpecifiedin interfaceOtherAgreementTerms.OtherAgreementTermsBuilder
-
setLegalDocument
@RosettaAttribute("legalDocument") @RuneAttribute("legalDocument") public OtherAgreementTerms.OtherAgreementTermsBuilder setLegalDocument(String _legalDocument) - Specified by:
setLegalDocumentin interfaceOtherAgreementTerms.OtherAgreementTermsBuilder
-
build
Description copied from interface:OtherAgreementTermsBuild Methods- Specified by:
buildin interfaceOtherAgreementTerms- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceOtherAgreementTerms- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceOtherAgreementTerms.OtherAgreementTermsBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public OtherAgreementTerms.OtherAgreementTermsBuilder 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
-