Package cdm.product.collateral
Class DeliveryAmount.DeliveryAmountBuilderImpl
java.lang.Object
cdm.product.collateral.DeliveryAmount.DeliveryAmountBuilderImpl
- All Implemented Interfaces:
DeliveryAmount,DeliveryAmount.DeliveryAmountBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
DeliveryAmount
public static class DeliveryAmount.DeliveryAmountBuilderImpl
extends Object
implements DeliveryAmount.DeliveryAmountBuilder
Builder Implementation of DeliveryAmount
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.collateral.DeliveryAmount
DeliveryAmount.DeliveryAmountBuilder, DeliveryAmount.DeliveryAmountBuilderImpl, DeliveryAmount.DeliveryAmountImpl -
Field Summary
FieldsFields inherited from interface cdm.product.collateral.DeliveryAmount
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe custom election that might be specified by the parties to the agreement.The standard election as specified by an enumeration.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setCustomElection(String _customElection) setStandardElection(DeliveryAmountElectionEnum _standardElection) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.collateral.DeliveryAmount
getType, metaData, processMethods inherited from interface cdm.product.collateral.DeliveryAmount.DeliveryAmountBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
standardElection
-
customElection
-
-
Constructor Details
-
DeliveryAmountBuilderImpl
public DeliveryAmountBuilderImpl()
-
-
Method Details
-
getStandardElection
@RosettaAttribute("standardElection") @RuneAttribute("standardElection") public DeliveryAmountElectionEnum getStandardElection()Description copied from interface:DeliveryAmountThe standard election as specified by an enumeration.- Specified by:
getStandardElectionin interfaceDeliveryAmount
-
getCustomElection
@RosettaAttribute("customElection") @RuneAttribute("customElection") public String getCustomElection()Description copied from interface:DeliveryAmountThe custom election that might be specified by the parties to the agreement.- Specified by:
getCustomElectionin interfaceDeliveryAmount
-
setStandardElection
@RosettaAttribute("standardElection") @RuneAttribute("standardElection") public DeliveryAmount.DeliveryAmountBuilder setStandardElection(DeliveryAmountElectionEnum _standardElection) - Specified by:
setStandardElectionin interfaceDeliveryAmount.DeliveryAmountBuilder
-
setCustomElection
@RosettaAttribute("customElection") @RuneAttribute("customElection") public DeliveryAmount.DeliveryAmountBuilder setCustomElection(String _customElection) - Specified by:
setCustomElectionin interfaceDeliveryAmount.DeliveryAmountBuilder
-
build
Description copied from interface:DeliveryAmountBuild Methods- Specified by:
buildin interfaceDeliveryAmount- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceDeliveryAmount- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceDeliveryAmount.DeliveryAmountBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public DeliveryAmount.DeliveryAmountBuilder 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
-