Package cdm.product.asset
Interface AssetDeliveryProfile
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
AssetDeliveryProfile.AssetDeliveryProfileBuilder
- All Known Implementing Classes:
AssetDeliveryProfile.AssetDeliveryProfileBuilderImpl,AssetDeliveryProfile.AssetDeliveryProfileImpl
@RosettaDataType(value="AssetDeliveryProfile",
builder=AssetDeliveryProfileBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="AssetDeliveryProfile",
model="cdm",
builder=AssetDeliveryProfileBuilderImpl.class,
version="5.30.0")
public interface AssetDeliveryProfile
extends com.rosetta.model.lib.RosettaModelObject
Defines the delivery profile of the asset, including the load type and the delivery intervals.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of AssetDeliveryProfilestatic classImmutable Implementation of AssetDeliveryProfile -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Specifies whether the dates defined include holidays or not.List<? extends AssetDeliveryProfileBlock> getBlock()Defines a delivery profile block, including start and end time, days of the week, duration, delivery capacity and price time interval quantity.Identification of the delivery profile.default Class<? extends AssetDeliveryProfile> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AssetDeliveryProfile> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getLoadType
LoadTypeEnum getLoadType()Identification of the delivery profile. -
getBlock
List<? extends AssetDeliveryProfileBlock> getBlock()Defines a delivery profile block, including start and end time, days of the week, duration, delivery capacity and price time interval quantity. -
getBankHolidaysTreatment
BankHolidayTreatmentEnum getBankHolidaysTreatment()Specifies whether the dates defined include holidays or not. -
build
AssetDeliveryProfile build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
AssetDeliveryProfile.AssetDeliveryProfileBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-