Package cdm.legaldocumentation.csa
Class LegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.LegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilderImpl
- All Implemented Interfaces:
LegacyIndependentAmountParty,LegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
LegacyIndependentAmountParty
public static class LegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilderImpl
extends Object
implements LegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder
Builder Implementation of LegacyIndependentAmountParty
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.LegacyIndependentAmountParty
LegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder, LegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilderImpl, LegacyIndependentAmountParty.LegacyIndependentAmountPartyImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Money.MoneyBuilderprotected Booleanprotected CounterpartyRoleEnumFields inherited from interface cdm.legaldocumentation.csa.LegacyIndependentAmountParty
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanIndicates the Independent Amount is specified as a fixed amount.Specifies whether Independent Amount is applicable to the elected party.getParty()Identifies the Party making the election.Indicates the Independent Amount is determined using a credit rating.Indicates the Independent Amount is determined using both credit rating and exposure metrics.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setFixedAmount(Money _fixedAmount) setIsApplicable(Boolean _isApplicable) setParty(CounterpartyRoleEnum _party) setRatingsBased(LegacyIndependentAmountRatingsBased _ratingsBased) setRatingsXExposure(LegacyIndependentAmountRatingsXExposure _ratingsXExposure) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.LegacyIndependentAmountParty
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.LegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
party
-
isApplicable
-
fixedAmount
-
ratingsBased
protected LegacyIndependentAmountRatingsBased.LegacyIndependentAmountRatingsBasedBuilder ratingsBased -
ratingsXExposure
protected LegacyIndependentAmountRatingsXExposure.LegacyIndependentAmountRatingsXExposureBuilder ratingsXExposure
-
-
Constructor Details
-
LegacyIndependentAmountPartyBuilderImpl
public LegacyIndependentAmountPartyBuilderImpl()
-
-
Method Details
-
getParty
@RosettaAttribute("party") @Accessor(GETTER) @Required @RuneAttribute("party") public CounterpartyRoleEnum getParty()Description copied from interface:LegacyIndependentAmountPartyIdentifies the Party making the election.- Specified by:
getPartyin interfaceLegacyIndependentAmountParty
-
getIsApplicable
@RosettaAttribute("isApplicable") @Accessor(GETTER) @Required @RuneAttribute("isApplicable") public Boolean getIsApplicable()Description copied from interface:LegacyIndependentAmountPartySpecifies whether Independent Amount is applicable to the elected party. If applicable, 'True', and if not applicable then 'False'.- Specified by:
getIsApplicablein interfaceLegacyIndependentAmountParty
-
getFixedAmount
@RosettaAttribute("fixedAmount") @Accessor(GETTER) @RuneAttribute("fixedAmount") public Money.MoneyBuilder getFixedAmount()Description copied from interface:LegacyIndependentAmountPartyIndicates the Independent Amount is specified as a fixed amount.- Specified by:
getFixedAmountin interfaceLegacyIndependentAmountParty- Specified by:
getFixedAmountin interfaceLegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder
-
getOrCreateFixedAmount
- Specified by:
getOrCreateFixedAmountin interfaceLegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder
-
getRatingsBased
@RosettaAttribute("ratingsBased") @Accessor(GETTER) @RuneAttribute("ratingsBased") public LegacyIndependentAmountRatingsBased.LegacyIndependentAmountRatingsBasedBuilder getRatingsBased()Description copied from interface:LegacyIndependentAmountPartyIndicates the Independent Amount is determined using a credit rating.- Specified by:
getRatingsBasedin interfaceLegacyIndependentAmountParty- Specified by:
getRatingsBasedin interfaceLegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder
-
getOrCreateRatingsBased
public LegacyIndependentAmountRatingsBased.LegacyIndependentAmountRatingsBasedBuilder getOrCreateRatingsBased()- Specified by:
getOrCreateRatingsBasedin interfaceLegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder
-
getRatingsXExposure
@RosettaAttribute("ratingsXExposure") @Accessor(GETTER) @RuneAttribute("ratingsXExposure") public LegacyIndependentAmountRatingsXExposure.LegacyIndependentAmountRatingsXExposureBuilder getRatingsXExposure()Description copied from interface:LegacyIndependentAmountPartyIndicates the Independent Amount is determined using both credit rating and exposure metrics.- Specified by:
getRatingsXExposurein interfaceLegacyIndependentAmountParty- Specified by:
getRatingsXExposurein interfaceLegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder
-
getOrCreateRatingsXExposure
public LegacyIndependentAmountRatingsXExposure.LegacyIndependentAmountRatingsXExposureBuilder getOrCreateRatingsXExposure()- Specified by:
getOrCreateRatingsXExposurein interfaceLegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder
-
setParty
@RosettaAttribute("party") @Accessor(SETTER) @Required @RuneAttribute("party") public LegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder setParty(CounterpartyRoleEnum _party) - Specified by:
setPartyin interfaceLegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder
-
setIsApplicable
@RosettaAttribute("isApplicable") @Accessor(SETTER) @Required @RuneAttribute("isApplicable") public LegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder setIsApplicable(Boolean _isApplicable) - Specified by:
setIsApplicablein interfaceLegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder
-
setFixedAmount
@RosettaAttribute("fixedAmount") @Accessor(SETTER) @RuneAttribute("fixedAmount") public LegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder setFixedAmount(Money _fixedAmount) - Specified by:
setFixedAmountin interfaceLegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder
-
setRatingsBased
@RosettaAttribute("ratingsBased") @Accessor(SETTER) @RuneAttribute("ratingsBased") public LegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder setRatingsBased(LegacyIndependentAmountRatingsBased _ratingsBased) - Specified by:
setRatingsBasedin interfaceLegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder
-
setRatingsXExposure
@RosettaAttribute("ratingsXExposure") @Accessor(SETTER) @RuneAttribute("ratingsXExposure") public LegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder setRatingsXExposure(LegacyIndependentAmountRatingsXExposure _ratingsXExposure) - Specified by:
setRatingsXExposurein interfaceLegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder
-
build
Description copied from interface:LegacyIndependentAmountPartyBuild Methods- Specified by:
buildin interfaceLegacyIndependentAmountParty- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceLegacyIndependentAmountParty- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceLegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public LegacyIndependentAmountParty.LegacyIndependentAmountPartyBuilder 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
-