Package cdm.legaldocumentation.csa
Class ThresholdType.ThresholdTypeImpl
java.lang.Object
cdm.legaldocumentation.csa.ThresholdType.ThresholdTypeImpl
- All Implemented Interfaces:
ThresholdType,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
ThresholdType
Immutable Implementation of ThresholdType
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.ThresholdType
ThresholdType.ThresholdTypeBuilder, ThresholdType.ThresholdTypeBuilderImpl, ThresholdType.ThresholdTypeImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.ThresholdType
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanDefines that the Threshold is a Fixed Amount.Defines that the Threshold is Infinity.getOther()Utilised where the clause data structure is not able to capture a material aspect of the clause.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.ThresholdType
getType, metaData, process
-
Constructor Details
-
ThresholdTypeImpl
-
-
Method Details
-
getFixedAmount
@RosettaAttribute("fixedAmount") @Accessor(GETTER) @RuneAttribute("fixedAmount") public ThresholdFixedAmount getFixedAmount()Description copied from interface:ThresholdTypeDefines that the Threshold is a Fixed Amount.- Specified by:
getFixedAmountin interfaceThresholdType
-
getRatingsBased
@RosettaAttribute("ratingsBased") @Accessor(GETTER) @RuneAttribute("ratingsBased") public ThresholdRatingsBased getRatingsBased()Description copied from interface:ThresholdTypeDefines that the Threshold is based on a Ratings condition(s).- Specified by:
getRatingsBasedin interfaceThresholdType
-
getInfinity
@RosettaAttribute("infinity") @Accessor(GETTER) @RuneAttribute("infinity") public Infinity getInfinity()Description copied from interface:ThresholdTypeDefines that the Threshold is Infinity.- Specified by:
getInfinityin interfaceThresholdType
-
getOther
Description copied from interface:ThresholdTypeUtilised where the clause data structure is not able to capture a material aspect of the clause.- Specified by:
getOtherin interfaceThresholdType
-
build
Description copied from interface:ThresholdTypeBuild Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
buildin interfaceThresholdType
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Specified by:
toBuilderin interfaceThresholdType
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-