Package cdm.product.template
Class CalculationSchedule.CalculationScheduleImpl
java.lang.Object
cdm.product.template.CalculationSchedule.CalculationScheduleImpl
- All Implemented Interfaces:
CalculationSchedule,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
CalculationSchedule
public static class CalculationSchedule.CalculationScheduleImpl
extends Object
implements CalculationSchedule
Immutable Implementation of CalculationSchedule
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.template.CalculationSchedule
CalculationSchedule.CalculationScheduleBuilder, CalculationSchedule.CalculationScheduleBuilderImpl, CalculationSchedule.CalculationScheduleImpl -
Field Summary
Fields inherited from interface cdm.product.template.CalculationSchedule
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanList<? extends SchedulePeriod> Defines a period of a calculation schedule structure.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.template.CalculationSchedule
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
CalculationScheduleImpl
-
-
Method Details
-
getSchedulePeriod
@RosettaAttribute(value="schedulePeriod", isRequired=true) @RuneAttribute(value="schedulePeriod", isRequired=true) public List<? extends SchedulePeriod> getSchedulePeriod()Description copied from interface:CalculationScheduleDefines a period of a calculation schedule structure.- Specified by:
getSchedulePeriodin interfaceCalculationSchedule
-
build
Description copied from interface:CalculationScheduleBuild Methods- Specified by:
buildin interfaceCalculationSchedule- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceCalculationSchedule- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-