Package cdm.product.template
Class CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilderImpl
java.lang.Object
cdm.product.template.CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilderImpl
- All Implemented Interfaces:
CancelableProvisionAdjustedDates,CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
CancelableProvisionAdjustedDates
public static class CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilderImpl
extends Object
implements CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder
Builder Implementation of CancelableProvisionAdjustedDates
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.template.CancelableProvisionAdjustedDates
CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder, CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilderImpl, CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesImpl -
Field Summary
FieldsFields inherited from interface cdm.product.template.CancelableProvisionAdjustedDates
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCancellationEvent(CancellationEvent _cancellationEvent) addCancellationEvent(CancellationEvent _cancellationEvent, int idx) addCancellationEvent(List<? extends CancellationEvent> cancellationEvents) build()Build MethodsbooleanList<? extends CancellationEvent.CancellationEventBuilder> The adjusted dates for an individual cancellation date.getOrCreateCancellationEvent(int index) booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setCancellationEvent(List<? extends CancellationEvent> cancellationEvents) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.template.CancelableProvisionAdjustedDates
getType, metaData, processMethods inherited from interface cdm.product.template.CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
cancellationEvent
-
-
Constructor Details
-
CancelableProvisionAdjustedDatesBuilderImpl
public CancelableProvisionAdjustedDatesBuilderImpl()
-
-
Method Details
-
getCancellationEvent
@RosettaAttribute(value="cancellationEvent", isRequired=true) @RuneAttribute(value="cancellationEvent", isRequired=true) public List<? extends CancellationEvent.CancellationEventBuilder> getCancellationEvent()Description copied from interface:CancelableProvisionAdjustedDatesThe adjusted dates for an individual cancellation date.- Specified by:
getCancellationEventin interfaceCancelableProvisionAdjustedDates- Specified by:
getCancellationEventin interfaceCancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder
-
getOrCreateCancellationEvent
- Specified by:
getOrCreateCancellationEventin interfaceCancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder
-
addCancellationEvent
@RosettaAttribute(value="cancellationEvent", isRequired=true) @RuneAttribute(value="cancellationEvent", isRequired=true) public CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder addCancellationEvent(CancellationEvent _cancellationEvent) - Specified by:
addCancellationEventin interfaceCancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder
-
addCancellationEvent
public CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder addCancellationEvent(CancellationEvent _cancellationEvent, int idx) - Specified by:
addCancellationEventin interfaceCancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder
-
addCancellationEvent
public CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder addCancellationEvent(List<? extends CancellationEvent> cancellationEvents) - Specified by:
addCancellationEventin interfaceCancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder
-
setCancellationEvent
@RuneAttribute("cancellationEvent") public CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder setCancellationEvent(List<? extends CancellationEvent> cancellationEvents) - Specified by:
setCancellationEventin interfaceCancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder
-
build
Description copied from interface:CancelableProvisionAdjustedDatesBuild Methods- Specified by:
buildin interfaceCancelableProvisionAdjustedDates- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceCancelableProvisionAdjustedDates- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceCancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public CancelableProvisionAdjustedDates.CancelableProvisionAdjustedDatesBuilder 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
-