Package cdm.legaldocumentation.csa
Class ThresholdElection.ThresholdElectionImpl
java.lang.Object
cdm.legaldocumentation.csa.ThresholdElection.ThresholdElectionImpl
- All Implemented Interfaces:
ThresholdElection,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
ThresholdElection
public static class ThresholdElection.ThresholdElectionImpl
extends Object
implements ThresholdElection
Immutable Implementation of ThresholdElection
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.ThresholdElection
ThresholdElection.ThresholdElectionBuilder, ThresholdElection.ThresholdElectionBuilderImpl, ThresholdElection.ThresholdElectionImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.ThresholdElection
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanDefines that the Threshold is a Fixed Amount.Specifies that the Threshold is Infinity.getOther()Utilised where the clause data structure is not able to capture a material aspect of the clause.getParty()The party to which the threshold applies.Defines that the Threshold is based on a Ratings condition(s).inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface cdm.legaldocumentation.csa.ThresholdElection
getType, metaData, process
-
Constructor Details
-
ThresholdElectionImpl
-
-
Method Details
-
getParty
@RosettaAttribute("party") @Accessor(GETTER) @Required @RuneAttribute("party") public CounterpartyRoleEnum getParty()Description copied from interface:ThresholdElectionThe party to which the threshold applies.- Specified by:
getPartyin interfaceThresholdElection
-
getFixedAmount
@RosettaAttribute("fixedAmount") @Accessor(GETTER) @RuneAttribute("fixedAmount") public ThresholdMinimumTransferAmountFixedAmount getFixedAmount()Description copied from interface:ThresholdElectionDefines that the Threshold is a Fixed Amount.- Specified by:
getFixedAmountin interfaceThresholdElection
-
getRatingsBased
@RosettaAttribute("ratingsBased") @Accessor(GETTER) @RuneAttribute("ratingsBased") public ThresholdRatingsBased getRatingsBased()Description copied from interface:ThresholdElectionDefines that the Threshold is based on a Ratings condition(s).- Specified by:
getRatingsBasedin interfaceThresholdElection
-
getInfinity
@RosettaAttribute("infinity") @Accessor(GETTER) @RuneAttribute("infinity") public Boolean getInfinity()Description copied from interface:ThresholdElectionSpecifies that the Threshold is Infinity. If 'True' then the threshold for the elective party is Infinity.- Specified by:
getInfinityin interfaceThresholdElection
-
getOther
Description copied from interface:ThresholdElectionUtilised where the clause data structure is not able to capture a material aspect of the clause.- Specified by:
getOtherin interfaceThresholdElection
-
build
Description copied from interface:ThresholdElectionBuild Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
buildin interfaceThresholdElection
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
toBuilderin interfaceThresholdElection
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-