Package cdm.legaldocumentation.csa
Class DirectionRatingSet.DirectionRatingSetImpl
java.lang.Object
cdm.legaldocumentation.csa.DirectionRatingSet.DirectionRatingSetImpl
- All Implemented Interfaces:
DirectionRatingSet,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
DirectionRatingSet
public static class DirectionRatingSet.DirectionRatingSetImpl
extends Object
implements DirectionRatingSet
Immutable Implementation of DirectionRatingSet
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.DirectionRatingSet
DirectionRatingSet.DirectionRatingSetBuilder, DirectionRatingSet.DirectionRatingSetBuilderImpl, DirectionRatingSet.DirectionRatingSetImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.DirectionRatingSet
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanEnables two or more Direction and Ratings to be combined using AND logic.Enables two or more Direction and Ratings to be combined using OR logic.A logical container to hold a defined set of related data.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.DirectionRatingSet
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
DirectionRatingSetImpl
-
-
Method Details
-
getAllDirectionRating
@RosettaAttribute("AllDirectionRating") @Accessor(GETTER) @RuneAttribute("AllDirectionRating") public AllDirectionRating getAllDirectionRating()Description copied from interface:DirectionRatingSetEnables two or more Direction and Ratings to be combined using AND logic.- Specified by:
getAllDirectionRatingin interfaceDirectionRatingSet
-
getAnyDirectionRating
@RosettaAttribute("AnyDirectionRating") @Accessor(GETTER) @RuneAttribute("AnyDirectionRating") public AnyDirectionRating getAnyDirectionRating()Description copied from interface:DirectionRatingSetEnables two or more Direction and Ratings to be combined using OR logic.- Specified by:
getAnyDirectionRatingin interfaceDirectionRatingSet
-
getDirectionRating
@RosettaAttribute("DirectionRating") @Accessor(GETTER) @RuneAttribute("DirectionRating") public DirectionRating getDirectionRating()Description copied from interface:DirectionRatingSetA logical container to hold a defined set of related data. In this case the collation of Ratings Agency, Rating value and an associated direction.- Specified by:
getDirectionRatingin interfaceDirectionRatingSet
-
build
Description copied from interface:DirectionRatingSetBuild Methods- Specified by:
buildin interfaceDirectionRatingSet- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceDirectionRatingSet- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-