Class NonDeliverableSubstitute.NonDeliverableSubstituteBuilderImpl
java.lang.Object
cdm.legaldocumentation.transaction.additionalterms.NonDeliverableSubstitute.NonDeliverableSubstituteBuilderImpl
- All Implemented Interfaces:
NonDeliverableSubstitute,NonDeliverableSubstitute.NonDeliverableSubstituteBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
NonDeliverableSubstitute
public static class NonDeliverableSubstitute.NonDeliverableSubstituteBuilderImpl
extends Object
implements NonDeliverableSubstitute.NonDeliverableSubstituteBuilder
Builder Implementation of NonDeliverableSubstitute
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.transaction.additionalterms.NonDeliverableSubstitute
NonDeliverableSubstitute.NonDeliverableSubstituteBuilder, NonDeliverableSubstitute.NonDeliverableSubstituteBuilderImpl, NonDeliverableSubstitute.NonDeliverableSubstituteImpl -
Field Summary
FieldsFields inherited from interface cdm.legaldocumentation.transaction.additionalterms.NonDeliverableSubstitute
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanGetter MethodsbooleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setNonDeliverableSubstituteIsApplicable(Boolean _nonDeliverableSubstituteIsApplicable) setSettlementDate(AdjustedRelativeDateOffset _settlementDate) setSettlementRateOption(SettlementRateOption _settlementRateOption) setValuationDate(AdjustedRelativeDateOffset _valuationDate) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.transaction.additionalterms.NonDeliverableSubstitute
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.transaction.additionalterms.NonDeliverableSubstitute.NonDeliverableSubstituteBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
nonDeliverableSubstituteIsApplicable
-
valuationDate
-
settlementDate
-
settlementRateOption
-
-
Constructor Details
-
NonDeliverableSubstituteBuilderImpl
public NonDeliverableSubstituteBuilderImpl()
-
-
Method Details
-
getNonDeliverableSubstituteIsApplicable
@RosettaAttribute("nonDeliverableSubstituteIsApplicable") @Accessor(GETTER) @Required @RuneAttribute("nonDeliverableSubstituteIsApplicable") public Boolean getNonDeliverableSubstituteIsApplicable()Description copied from interface:NonDeliverableSubstituteGetter Methods- Specified by:
getNonDeliverableSubstituteIsApplicablein interfaceNonDeliverableSubstitute
-
getValuationDate
@RosettaAttribute("valuationDate") @Accessor(GETTER) @RuneAttribute("valuationDate") public AdjustedRelativeDateOffset.AdjustedRelativeDateOffsetBuilder getValuationDate()- Specified by:
getValuationDatein interfaceNonDeliverableSubstitute- Specified by:
getValuationDatein interfaceNonDeliverableSubstitute.NonDeliverableSubstituteBuilder
-
getOrCreateValuationDate
- Specified by:
getOrCreateValuationDatein interfaceNonDeliverableSubstitute.NonDeliverableSubstituteBuilder
-
getSettlementDate
@RosettaAttribute("settlementDate") @Accessor(GETTER) @RuneAttribute("settlementDate") public AdjustedRelativeDateOffset.AdjustedRelativeDateOffsetBuilder getSettlementDate()- Specified by:
getSettlementDatein interfaceNonDeliverableSubstitute- Specified by:
getSettlementDatein interfaceNonDeliverableSubstitute.NonDeliverableSubstituteBuilder
-
getOrCreateSettlementDate
- Specified by:
getOrCreateSettlementDatein interfaceNonDeliverableSubstitute.NonDeliverableSubstituteBuilder
-
getSettlementRateOption
@RosettaAttribute("settlementRateOption") @Accessor(GETTER) @RuneAttribute("settlementRateOption") public SettlementRateOption.SettlementRateOptionBuilder getSettlementRateOption()- Specified by:
getSettlementRateOptionin interfaceNonDeliverableSubstitute- Specified by:
getSettlementRateOptionin interfaceNonDeliverableSubstitute.NonDeliverableSubstituteBuilder
-
getOrCreateSettlementRateOption
- Specified by:
getOrCreateSettlementRateOptionin interfaceNonDeliverableSubstitute.NonDeliverableSubstituteBuilder
-
setNonDeliverableSubstituteIsApplicable
@RosettaAttribute("nonDeliverableSubstituteIsApplicable") @Accessor(SETTER) @Required @RuneAttribute("nonDeliverableSubstituteIsApplicable") public NonDeliverableSubstitute.NonDeliverableSubstituteBuilder setNonDeliverableSubstituteIsApplicable(Boolean _nonDeliverableSubstituteIsApplicable) - Specified by:
setNonDeliverableSubstituteIsApplicablein interfaceNonDeliverableSubstitute.NonDeliverableSubstituteBuilder
-
setValuationDate
@RosettaAttribute("valuationDate") @Accessor(SETTER) @RuneAttribute("valuationDate") public NonDeliverableSubstitute.NonDeliverableSubstituteBuilder setValuationDate(AdjustedRelativeDateOffset _valuationDate) - Specified by:
setValuationDatein interfaceNonDeliverableSubstitute.NonDeliverableSubstituteBuilder
-
setSettlementDate
@RosettaAttribute("settlementDate") @Accessor(SETTER) @RuneAttribute("settlementDate") public NonDeliverableSubstitute.NonDeliverableSubstituteBuilder setSettlementDate(AdjustedRelativeDateOffset _settlementDate) - Specified by:
setSettlementDatein interfaceNonDeliverableSubstitute.NonDeliverableSubstituteBuilder
-
setSettlementRateOption
@RosettaAttribute("settlementRateOption") @Accessor(SETTER) @RuneAttribute("settlementRateOption") public NonDeliverableSubstitute.NonDeliverableSubstituteBuilder setSettlementRateOption(SettlementRateOption _settlementRateOption) - Specified by:
setSettlementRateOptionin interfaceNonDeliverableSubstitute.NonDeliverableSubstituteBuilder
-
build
Description copied from interface:NonDeliverableSubstituteBuild Methods- Specified by:
buildin interfaceNonDeliverableSubstitute- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceNonDeliverableSubstitute- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceNonDeliverableSubstitute.NonDeliverableSubstituteBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public NonDeliverableSubstitute.NonDeliverableSubstituteBuilder 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
-