Package cdm.legaldocumentation.csa
Class CSADeliveryAmount.CSADeliveryAmountImpl
java.lang.Object
cdm.legaldocumentation.csa.CSADeliveryAmount.CSADeliveryAmountImpl
- All Implemented Interfaces:
CSADeliveryAmount,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
CSADeliveryAmount
public static class CSADeliveryAmount.CSADeliveryAmountImpl
extends Object
implements CSADeliveryAmount
Immutable Implementation of CSADeliveryAmount
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.CSADeliveryAmount
CSADeliveryAmount.CSADeliveryAmountBuilder, CSADeliveryAmount.CSADeliveryAmountBuilderImpl, CSADeliveryAmount.CSADeliveryAmountImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.CSADeliveryAmount
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
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).inthashCode()protected voidtoString()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 com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
CSADeliveryAmountImpl
-
-
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
-
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
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-