Package cdm.product.asset
Class AssetDeliveryPeriods.AssetDeliveryPeriodsImpl
java.lang.Object
cdm.product.asset.AssetDeliveryPeriods.AssetDeliveryPeriodsImpl
- All Implemented Interfaces:
AssetDeliveryPeriods,com.rosetta.model.lib.RosettaModelObject
- Direct Known Subclasses:
CalculationScheduleDeliveryPeriods.CalculationScheduleDeliveryPeriodsImpl
- Enclosing interface:
AssetDeliveryPeriods
public static class AssetDeliveryPeriods.AssetDeliveryPeriodsImpl
extends Object
implements AssetDeliveryPeriods
Immutable Implementation of AssetDeliveryPeriods
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.asset.AssetDeliveryPeriods
AssetDeliveryPeriods.AssetDeliveryPeriodsBuilder, AssetDeliveryPeriods.AssetDeliveryPeriodsBuilderImpl, AssetDeliveryPeriods.AssetDeliveryPeriodsImpl -
Field Summary
Fields inherited from interface cdm.product.asset.AssetDeliveryPeriods
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbooleancom.rosetta.model.lib.records.DateDelivery end dateList<? extends AssetDeliveryProfile> Defines the delivery profile of the asset, including the load type and the delivery intervals.com.rosetta.model.lib.records.DateDelivery start dateinthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.asset.AssetDeliveryPeriods
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
AssetDeliveryPeriodsImpl
-
-
Method Details
-
getProfile
@RosettaAttribute("profile") @RuneAttribute("profile") public List<? extends AssetDeliveryProfile> getProfile()Description copied from interface:AssetDeliveryPeriodsDefines the delivery profile of the asset, including the load type and the delivery intervals.- Specified by:
getProfilein interfaceAssetDeliveryPeriods
-
getStartDate
@RosettaAttribute("startDate") @RuneAttribute("startDate") public com.rosetta.model.lib.records.Date getStartDate()Description copied from interface:AssetDeliveryPeriodsDelivery start date- Specified by:
getStartDatein interfaceAssetDeliveryPeriods
-
getEndDate
@RosettaAttribute("endDate") @RuneAttribute("endDate") public com.rosetta.model.lib.records.Date getEndDate()Description copied from interface:AssetDeliveryPeriodsDelivery end date- Specified by:
getEndDatein interfaceAssetDeliveryPeriods
-
build
Description copied from interface:AssetDeliveryPeriodsBuild Methods- Specified by:
buildin interfaceAssetDeliveryPeriods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceAssetDeliveryPeriods- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-