Package cdm.legaldocumentation.csa
Class LegacyReturnAmount.LegacyReturnAmountBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.LegacyReturnAmount.LegacyReturnAmountBuilderImpl
- All Implemented Interfaces:
LegacyReturnAmount,LegacyReturnAmount.LegacyReturnAmountBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
LegacyReturnAmount
public static class LegacyReturnAmount.LegacyReturnAmountBuilderImpl
extends Object
implements LegacyReturnAmount.LegacyReturnAmountBuilder
Builder Implementation of LegacyReturnAmount
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.LegacyReturnAmount
LegacyReturnAmount.LegacyReturnAmountBuilder, LegacyReturnAmount.LegacyReturnAmountBuilderImpl, LegacyReturnAmount.LegacyReturnAmountImpl -
Field Summary
FieldsFields inherited from interface cdm.legaldocumentation.csa.LegacyReturnAmount
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe additional language that might be specified by the parties to the legal agreement.Specifies whether the meaning of Return Amount follows the pre-print definition or deviates from this (either based on a rating or some other methodology).booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setAdditionalLanguage(String _additionalLanguage) setLegacyReturnAmount(LegacyDeliveryReturnAmountEnum _legacyReturnAmount) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.LegacyReturnAmount
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.LegacyReturnAmount.LegacyReturnAmountBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
legacyReturnAmount
-
additionalLanguage
-
-
Constructor Details
-
LegacyReturnAmountBuilderImpl
public LegacyReturnAmountBuilderImpl()
-
-
Method Details
-
getLegacyReturnAmount
@RosettaAttribute("legacyReturnAmount") @Accessor(GETTER) @Required @RuneAttribute("legacyReturnAmount") public LegacyDeliveryReturnAmountEnum getLegacyReturnAmount()Description copied from interface:LegacyReturnAmountSpecifies whether the meaning of Return Amount follows the pre-print definition or deviates from this (either based on a rating or some other methodology).- Specified by:
getLegacyReturnAmountin interfaceLegacyReturnAmount
-
getAdditionalLanguage
@RosettaAttribute("additionalLanguage") @Accessor(GETTER) @RuneAttribute("additionalLanguage") public String getAdditionalLanguage()Description copied from interface:LegacyReturnAmountThe additional language that might be specified by the parties to the legal agreement.- Specified by:
getAdditionalLanguagein interfaceLegacyReturnAmount
-
setLegacyReturnAmount
@RosettaAttribute("legacyReturnAmount") @Accessor(SETTER) @Required @RuneAttribute("legacyReturnAmount") public LegacyReturnAmount.LegacyReturnAmountBuilder setLegacyReturnAmount(LegacyDeliveryReturnAmountEnum _legacyReturnAmount) - Specified by:
setLegacyReturnAmountin interfaceLegacyReturnAmount.LegacyReturnAmountBuilder
-
setAdditionalLanguage
@RosettaAttribute("additionalLanguage") @Accessor(SETTER) @RuneAttribute("additionalLanguage") public LegacyReturnAmount.LegacyReturnAmountBuilder setAdditionalLanguage(String _additionalLanguage) - Specified by:
setAdditionalLanguagein interfaceLegacyReturnAmount.LegacyReturnAmountBuilder
-
build
Description copied from interface:LegacyReturnAmountBuild Methods- Specified by:
buildin interfaceLegacyReturnAmount- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceLegacyReturnAmount- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceLegacyReturnAmount.LegacyReturnAmountBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public LegacyReturnAmount.LegacyReturnAmountBuilder 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
-