Package cdm.legaldocumentation.csa
Class CSADeliveryAmount.CSADeliveryAmountBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.CSADeliveryAmount.CSADeliveryAmountBuilderImpl
- All Implemented Interfaces:
CSADeliveryAmount,CSADeliveryAmount.CSADeliveryAmountBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
CSADeliveryAmount
public static class CSADeliveryAmount.CSADeliveryAmountBuilderImpl
extends Object
implements CSADeliveryAmount.CSADeliveryAmountBuilder
Builder Implementation of CSADeliveryAmount
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.CSADeliveryAmount
CSADeliveryAmount.CSADeliveryAmountBuilder, CSADeliveryAmount.CSADeliveryAmountBuilderImpl, CSADeliveryAmount.CSADeliveryAmountImpl -
Field Summary
FieldsFields inherited from interface cdm.legaldocumentation.csa.CSADeliveryAmount
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 Delivery 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) setDeliveryAmount(DeliveryReturnAmountEnum _deliveryAmount) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.CSADeliveryAmount
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.CSADeliveryAmount.CSADeliveryAmountBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
deliveryAmount
-
additionalLanguage
-
-
Constructor Details
-
CSADeliveryAmountBuilderImpl
public CSADeliveryAmountBuilderImpl()
-
-
Method Details
-
getDeliveryAmount
@RosettaAttribute("deliveryAmount") @Accessor(GETTER) @Required @RuneAttribute("deliveryAmount") public DeliveryReturnAmountEnum getDeliveryAmount()Description copied from interface:CSADeliveryAmountSpecifies whether the meaning of Delivery Amount follows the pre-print definition or deviates from this (either based on a rating or some other methodology).- Specified by:
getDeliveryAmountin interfaceCSADeliveryAmount
-
getAdditionalLanguage
@RosettaAttribute("additionalLanguage") @Accessor(GETTER) @RuneAttribute("additionalLanguage") public String getAdditionalLanguage()Description copied from interface:CSADeliveryAmountThe additional language that might be specified by the parties to the legal agreement.- Specified by:
getAdditionalLanguagein interfaceCSADeliveryAmount
-
setDeliveryAmount
@RosettaAttribute("deliveryAmount") @Accessor(SETTER) @Required @RuneAttribute("deliveryAmount") public CSADeliveryAmount.CSADeliveryAmountBuilder setDeliveryAmount(DeliveryReturnAmountEnum _deliveryAmount) - Specified by:
setDeliveryAmountin interfaceCSADeliveryAmount.CSADeliveryAmountBuilder
-
setAdditionalLanguage
@RosettaAttribute("additionalLanguage") @Accessor(SETTER) @RuneAttribute("additionalLanguage") public CSADeliveryAmount.CSADeliveryAmountBuilder setAdditionalLanguage(String _additionalLanguage) - Specified by:
setAdditionalLanguagein interfaceCSADeliveryAmount.CSADeliveryAmountBuilder
-
build
Description copied from interface:CSADeliveryAmountBuild Methods- Specified by:
buildin interfaceCSADeliveryAmount- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceCSADeliveryAmount- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceCSADeliveryAmount.CSADeliveryAmountBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public CSADeliveryAmount.CSADeliveryAmountBuilder 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
-