Package cdm.legaldocumentation.csa
Class InterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilderImpl
java.lang.Object
cdm.legaldocumentation.csa.InterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilderImpl
- All Implemented Interfaces:
InterestAdjustmentPeriodicity,InterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
InterestAdjustmentPeriodicity
public static class InterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilderImpl
extends Object
implements InterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilder
Builder Implementation of InterestAdjustmentPeriodicity
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.InterestAdjustmentPeriodicity
InterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilder, InterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilderImpl, InterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityImpl -
Field Summary
FieldsFields inherited from interface cdm.legaldocumentation.csa.InterestAdjustmentPeriodicity
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanThe Interest Adjustment periodicity when specified through a custom election.The Interest Adjustment periodicity when specified through a standardized election.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setCustomElection(String _customElection) setStandardElection(InterestAdjustmentPeriodicityEnum _standardElection) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.legaldocumentation.csa.InterestAdjustmentPeriodicity
getType, metaData, processMethods inherited from interface cdm.legaldocumentation.csa.InterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
standardElection
-
customElection
-
-
Constructor Details
-
InterestAdjustmentPeriodicityBuilderImpl
public InterestAdjustmentPeriodicityBuilderImpl()
-
-
Method Details
-
getStandardElection
@RosettaAttribute("standardElection") @Accessor(GETTER) @RuneAttribute("standardElection") public InterestAdjustmentPeriodicityEnum getStandardElection()Description copied from interface:InterestAdjustmentPeriodicityThe Interest Adjustment periodicity when specified through a standardized election.- Specified by:
getStandardElectionin interfaceInterestAdjustmentPeriodicity
-
getCustomElection
@RosettaAttribute("customElection") @Accessor(GETTER) @RuneAttribute("customElection") public String getCustomElection()Description copied from interface:InterestAdjustmentPeriodicityThe Interest Adjustment periodicity when specified through a custom election.- Specified by:
getCustomElectionin interfaceInterestAdjustmentPeriodicity
-
setStandardElection
@RosettaAttribute("standardElection") @Accessor(SETTER) @RuneAttribute("standardElection") public InterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilder setStandardElection(InterestAdjustmentPeriodicityEnum _standardElection) - Specified by:
setStandardElectionin interfaceInterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilder
-
setCustomElection
@RosettaAttribute("customElection") @Accessor(SETTER) @RuneAttribute("customElection") public InterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilder setCustomElection(String _customElection) - Specified by:
setCustomElectionin interfaceInterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilder
-
build
Description copied from interface:InterestAdjustmentPeriodicityBuild Methods- Specified by:
buildin interfaceInterestAdjustmentPeriodicity- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceInterestAdjustmentPeriodicity- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceInterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public InterestAdjustmentPeriodicity.InterestAdjustmentPeriodicityBuilder 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
-