Package cdm.product.asset
Interface AssetDeliveryInformation
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
AssetDeliveryInformation.AssetDeliveryInformationBuilder
- All Known Implementing Classes:
AssetDeliveryInformation.AssetDeliveryInformationBuilderImpl,AssetDeliveryInformation.AssetDeliveryInformationImpl
@RosettaDataType(value="AssetDeliveryInformation",
builder=AssetDeliveryInformationBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="AssetDeliveryInformation",
model="cdm",
builder=AssetDeliveryInformationBuilderImpl.class,
version="5.30.0")
public interface AssetDeliveryInformation
extends com.rosetta.model.lib.RosettaModelObject
Contains the information relative to the delivery of the asset.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of AssetDeliveryInformationstatic classImmutable Implementation of AssetDeliveryInformation -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Grade of product being delivered (e.g., grade of oil).The number of units included in the transaction for each delivery intervalList<? extends LocationIdentifier> Defines the location of the delivery of the commodity.Defines the periods of delivery, including the delivery profile.default Class<? extends AssetDeliveryInformation> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AssetDeliveryInformation> 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
-
getPeriods
AssetDeliveryPeriods getPeriods()Defines the periods of delivery, including the delivery profile. -
getLocation
List<? extends LocationIdentifier> getLocation()Defines the location of the delivery of the commodity. -
getDeliveryCapacity
Quantity getDeliveryCapacity()The number of units included in the transaction for each delivery interval -
getCommodityGrade
List<ProductGradeEnum> getCommodityGrade()Grade of product being delivered (e.g., grade of oil). -
build
AssetDeliveryInformation build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
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
-