Class Aggregation.AggregationImpl
java.lang.Object
cdm.legaldocumentation.master.isla.Aggregation.AggregationImpl
- All Implemented Interfaces:
Aggregation,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
Aggregation
Immutable Implementation of Aggregation
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.master.isla.Aggregation
Aggregation.AggregationBuilder, Aggregation.AggregationBuilderImpl, Aggregation.AggregationImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.master.isla.Aggregation
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanHow is the mark to market value determined?The mark to market can be defined separately for different groups of loans.Any specfic elections that are not captured by the above options, such as grouping information.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.master.isla.Aggregation
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
AggregationImpl
-
-
Method Details
-
getAggregationType
@RosettaAttribute("aggregationType") @Accessor(GETTER) @Required @RuneAttribute("aggregationType") public AggregationSpecificationEnum getAggregationType()Description copied from interface:AggregationHow is the mark to market value determined?- Specified by:
getAggregationTypein interfaceAggregation
-
getLoansCanBeGrouped
@RosettaAttribute("loansCanBeGrouped") @Accessor(GETTER) @Required @RuneAttribute("loansCanBeGrouped") public Boolean getLoansCanBeGrouped()Description copied from interface:AggregationThe mark to market can be defined separately for different groups of loans.- Specified by:
getLoansCanBeGroupedin interfaceAggregation
-
getOtherDetails
@RosettaAttribute("otherDetails") @Accessor(GETTER) @RuneAttribute("otherDetails") public String getOtherDetails()Description copied from interface:AggregationAny specfic elections that are not captured by the above options, such as grouping information.- Specified by:
getOtherDetailsin interfaceAggregation
-
build
Description copied from interface:AggregationBuild Methods- Specified by:
buildin interfaceAggregation- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceAggregation- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-