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
  • Field Details

  • 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

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends AssetDeliveryInformation> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends AssetDeliveryInformation> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject