Package cdm.legaldocumentation.csa
Class PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilderImpl
- All Implemented Interfaces:
PledgeeRepresentativeRider,PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
PledgeeRepresentativeRider
public static class PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilderImpl
extends Object
implements PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder
Builder Implementation of PledgeeRepresentativeRider
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.PledgeeRepresentativeRider
PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder, PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilderImpl, PledgeeRepresentativeRider.PledgeeRepresentativeRiderImpl -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected CounterpartyRoleEnumprotected ExceptionEnumprotected Stringprotected StringFields inherited from interface cdm.legaldocumentation.csa.PledgeeRepresentativeRider
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanIdentification of whether the representative CTA provisions are applicable (True) or not applicable (False).getParty()Identification of the represented party.The definition of representative end date in relation to a representative event.The specification of whether the representative event terms are applicable.The specific representative event terms applicable when specified.The specific representative terms applicable when specified.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setIsApplicable(Boolean _isApplicable) setParty(CounterpartyRoleEnum _party) setRepresentativeEndDate(CustomisableOffset _representativeEndDate) setRepresentativeEvent(ExceptionEnum _representativeEvent) setRepresentativeEventTerms(String _representativeEventTerms) setRepresentativeTerms(String _representativeTerms) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.PledgeeRepresentativeRider
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
isApplicable
-
party
-
representativeTerms
-
representativeEvent
-
representativeEventTerms
-
representativeEndDate
-
-
Constructor Details
-
PledgeeRepresentativeRiderBuilderImpl
public PledgeeRepresentativeRiderBuilderImpl()
-
-
Method Details
-
getIsApplicable
@RosettaAttribute("isApplicable") @Accessor(GETTER) @Required @RuneAttribute("isApplicable") public Boolean getIsApplicable()Description copied from interface:PledgeeRepresentativeRiderIdentification of whether the representative CTA provisions are applicable (True) or not applicable (False).- Specified by:
getIsApplicablein interfacePledgeeRepresentativeRider
-
getParty
@RosettaAttribute("party") @Accessor(GETTER) @RuneAttribute("party") public CounterpartyRoleEnum getParty()Description copied from interface:PledgeeRepresentativeRiderIdentification of the represented party.- Specified by:
getPartyin interfacePledgeeRepresentativeRider
-
getRepresentativeTerms
@RosettaAttribute("representativeTerms") @Accessor(GETTER) @RuneAttribute("representativeTerms") public String getRepresentativeTerms()Description copied from interface:PledgeeRepresentativeRiderThe specific representative terms applicable when specified.- Specified by:
getRepresentativeTermsin interfacePledgeeRepresentativeRider
-
getRepresentativeEvent
@RosettaAttribute("representativeEvent") @Accessor(GETTER) @RuneAttribute("representativeEvent") public ExceptionEnum getRepresentativeEvent()Description copied from interface:PledgeeRepresentativeRiderThe specification of whether the representative event terms are applicable.- Specified by:
getRepresentativeEventin interfacePledgeeRepresentativeRider
-
getRepresentativeEventTerms
@RosettaAttribute("representativeEventTerms") @Accessor(GETTER) @RuneAttribute("representativeEventTerms") public String getRepresentativeEventTerms()Description copied from interface:PledgeeRepresentativeRiderThe specific representative event terms applicable when specified.- Specified by:
getRepresentativeEventTermsin interfacePledgeeRepresentativeRider
-
getRepresentativeEndDate
@RosettaAttribute("representativeEndDate") @Accessor(GETTER) @RuneAttribute("representativeEndDate") public CustomisableOffset.CustomisableOffsetBuilder getRepresentativeEndDate()Description copied from interface:PledgeeRepresentativeRiderThe definition of representative end date in relation to a representative event.- Specified by:
getRepresentativeEndDatein interfacePledgeeRepresentativeRider- Specified by:
getRepresentativeEndDatein interfacePledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder
-
getOrCreateRepresentativeEndDate
- Specified by:
getOrCreateRepresentativeEndDatein interfacePledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder
-
setIsApplicable
@RosettaAttribute("isApplicable") @Accessor(SETTER) @Required @RuneAttribute("isApplicable") public PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder setIsApplicable(Boolean _isApplicable) - Specified by:
setIsApplicablein interfacePledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder
-
setParty
@RosettaAttribute("party") @Accessor(SETTER) @RuneAttribute("party") public PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder setParty(CounterpartyRoleEnum _party) - Specified by:
setPartyin interfacePledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder
-
setRepresentativeTerms
@RosettaAttribute("representativeTerms") @Accessor(SETTER) @RuneAttribute("representativeTerms") public PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder setRepresentativeTerms(String _representativeTerms) - Specified by:
setRepresentativeTermsin interfacePledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder
-
setRepresentativeEvent
@RosettaAttribute("representativeEvent") @Accessor(SETTER) @RuneAttribute("representativeEvent") public PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder setRepresentativeEvent(ExceptionEnum _representativeEvent) - Specified by:
setRepresentativeEventin interfacePledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder
-
setRepresentativeEventTerms
@RosettaAttribute("representativeEventTerms") @Accessor(SETTER) @RuneAttribute("representativeEventTerms") public PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder setRepresentativeEventTerms(String _representativeEventTerms) - Specified by:
setRepresentativeEventTermsin interfacePledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder
-
setRepresentativeEndDate
@RosettaAttribute("representativeEndDate") @Accessor(SETTER) @RuneAttribute("representativeEndDate") public PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder setRepresentativeEndDate(CustomisableOffset _representativeEndDate) - Specified by:
setRepresentativeEndDatein interfacePledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder
-
build
Description copied from interface:PledgeeRepresentativeRiderBuild Methods- Specified by:
buildin interfacePledgeeRepresentativeRider- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacePledgeeRepresentativeRider- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfacePledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder 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
-