java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<ProductionVolume>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionvolumecapture.ProductionVolume

public class ProductionVolume extends VdmEntity<ProductionVolume>
Production Volumes

Original entity name from the Odata EDM: ProductionVolumeType

  • Field Details

    • ALL_FIELDS

      public static final ProductionVolumeSelectable ALL_FIELDS
      Selector for all available fields of ProductionVolume.
    • WELL

      public static final ProductionVolumeField<String> WELL
      Use with available fluent helpers to apply the Well field to query operations.
    • WELL_COMPLETION

      public static final ProductionVolumeField<String> WELL_COMPLETION
      Use with available fluent helpers to apply the WellCompletion field to query operations.
    • PRODUCTION_DATE

      public static final ProductionVolumeField<LocalDateTime> PRODUCTION_DATE
      Use with available fluent helpers to apply the ProductionDate field to query operations.
    • OIL_ALLOC_AT_WELL_COMPLTN_DATE_TIME

      public static final ProductionVolumeField<ZonedDateTime> OIL_ALLOC_AT_WELL_COMPLTN_DATE_TIME
      Use with available fluent helpers to apply the OilAllocAtWellCompltnDateTime field to query operations.
    • WELL_DESCRIPTION

      public static final ProductionVolumeField<String> WELL_DESCRIPTION
      Use with available fluent helpers to apply the WellDescription field to query operations.
    • WELL_COMPLETION_DESCRIPTION

      public static final ProductionVolumeField<String> WELL_COMPLETION_DESCRIPTION
      Use with available fluent helpers to apply the WellCompletionDescription field to query operations.
    • COMPANY_CODE

      public static final ProductionVolumeField<String> COMPANY_CODE
      Use with available fluent helpers to apply the CompanyCode field to query operations.
    • CONTROLLING_AREA

      public static final ProductionVolumeField<String> CONTROLLING_AREA
      Use with available fluent helpers to apply the ControllingArea field to query operations.
    • OIL_PRODN_VOL_AT_WELL_OR_WELL_COMPLTN

      public static final ProductionVolumeField<BigDecimal> OIL_PRODN_VOL_AT_WELL_OR_WELL_COMPLTN
      Use with available fluent helpers to apply the OilProdnVolAtWellOrWellCompltn field to query operations.
    • VOLUME_UNIT

      public static final ProductionVolumeField<String> VOLUME_UNIT
      Use with available fluent helpers to apply the VolumeUnit field to query operations.
    • ALLOCATION_FREQUENCY

      public static final ProductionVolumeField<String> ALLOCATION_FREQUENCY
      Use with available fluent helpers to apply the AllocationFrequency field to query operations.
    • CREATION_DATE_TIME

      public static final ProductionVolumeField<ZonedDateTime> CREATION_DATE_TIME
      Use with available fluent helpers to apply the CreationDateTime field to query operations.
    • LAST_CHANGE_DATE_TIME

      public static final ProductionVolumeField<ZonedDateTime> LAST_CHANGE_DATE_TIME
      Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
  • Constructor Details

    • ProductionVolume

      public ProductionVolume()
    • ProductionVolume

      public ProductionVolume(@Nullable String well, @Nullable String wellCompletion, @Nullable LocalDateTime productionDate, @Nullable ZonedDateTime oilAllocAtWellCompltnDateTime, @Nullable String wellDescription, @Nullable String wellCompletionDescription, @Nullable String companyCode, @Nullable String controllingArea, @Nullable BigDecimal oilProdnVolAtWellOrWellCompltn, @Nullable String volumeUnit, @Nullable String allocationFrequency, @Nullable ZonedDateTime creationDateTime, @Nullable ZonedDateTime lastChangeDateTime)
  • Method Details

    • getType

      @Nonnull public Class<ProductionVolume> getType()
      Specified by:
      getType in class VdmObject<ProductionVolume>
    • setWell

      public void setWell(@Nullable String well)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: Well

      Parameters:
      well - Well ID
    • setWellCompletion

      public void setWellCompletion(@Nullable String wellCompletion)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: WellCompletion

      Parameters:
      wellCompletion - Well Completion ID
    • setProductionDate

      public void setProductionDate(@Nullable LocalDateTime productionDate)
      (Key Field) Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ProductionDate

      Parameters:
      productionDate - Production Date
    • setOilAllocAtWellCompltnDateTime

      public void setOilAllocAtWellCompltnDateTime(@Nullable ZonedDateTime oilAllocAtWellCompltnDateTime)
      (Key Field) Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: OilAllocAtWellCompltnDateTime

      Parameters:
      oilAllocAtWellCompltnDateTime - UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • setWellDescription

      public void setWellDescription(@Nullable String wellDescription)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: WellDescription

      Parameters:
      wellDescription - Well Description
    • setWellCompletionDescription

      public void setWellCompletionDescription(@Nullable String wellCompletionDescription)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: WellCompletionDescription

      Parameters:
      wellCompletionDescription - Well Completion description
    • setCompanyCode

      public void setCompanyCode(@Nullable String companyCode)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CompanyCode

      Parameters:
      companyCode - Company Code
    • setControllingArea

      public void setControllingArea(@Nullable String controllingArea)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ControllingArea

      Parameters:
      controllingArea - Controlling Area
    • setOilProdnVolAtWellOrWellCompltn

      public void setOilProdnVolAtWellOrWellCompltn(@Nullable BigDecimal oilProdnVolAtWellOrWellCompltn)
      Constraints: Not nullable, Precision: 15, Scale: 3

      Original property name from the Odata EDM: OilProdnVolAtWellOrWellCompltn

      Parameters:
      oilProdnVolAtWellOrWellCompltn - Production Volume
    • setVolumeUnit

      public void setVolumeUnit(@Nullable String volumeUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: VolumeUnit

      Parameters:
      volumeUnit - Unit of Measurement
    • setAllocationFrequency

      public void setAllocationFrequency(@Nullable String allocationFrequency)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: AllocationFrequency

      Parameters:
      allocationFrequency - Unit of Measurement
    • setCreationDateTime

      public void setCreationDateTime(@Nullable ZonedDateTime creationDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreationDateTime

      Parameters:
      creationDateTime - UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • setLastChangeDateTime

      public void setLastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LastChangeDateTime

      Parameters:
      lastChangeDateTime - UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<ProductionVolume>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<ProductionVolume>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<ProductionVolume>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<ProductionVolume>
    • field

      @Nonnull public static <T> ProductionVolumeField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      Parameters:
      fieldName - The name of the extension field as returned by the OData service.
      fieldType - The Java type to use for the extension field when performing value comparisons.
      Returns:
      A representation of an extension field from this entity.
    • field

      @Nonnull public static <T, DomainT> ProductionVolumeField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      DomainT - The type of the extension field as returned by the OData service.
      Parameters:
      typeConverter - A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the field
      fieldName - The name of the extension field as returned by the OData service.
      Returns:
      A representation of an extension field from this entity, holding a reference to the given TypeConverter.
    • getDestinationForFetch

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<ProductionVolume>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<ProductionVolume>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<ProductionVolume>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<ProductionVolume>
    • builder

      @Nonnull public static ProductionVolume.ProductionVolumeBuilder builder()
    • getWell

      @Nullable public String getWell()
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: Well

      Returns:
      Well ID
    • getWellCompletion

      @Nullable public String getWellCompletion()
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: WellCompletion

      Returns:
      Well Completion ID
    • getProductionDate

      @Nullable public LocalDateTime getProductionDate()
      (Key Field) Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ProductionDate

      Returns:
      Production Date
    • getOilAllocAtWellCompltnDateTime

      @Nullable public ZonedDateTime getOilAllocAtWellCompltnDateTime()
      (Key Field) Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: OilAllocAtWellCompltnDateTime

      Returns:
      UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • getWellDescription

      @Nullable public String getWellDescription()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: WellDescription

      Returns:
      Well Description
    • getWellCompletionDescription

      @Nullable public String getWellCompletionDescription()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: WellCompletionDescription

      Returns:
      Well Completion description
    • getCompanyCode

      @Nullable public String getCompanyCode()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CompanyCode

      Returns:
      Company Code
    • getControllingArea

      @Nullable public String getControllingArea()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ControllingArea

      Returns:
      Controlling Area
    • getOilProdnVolAtWellOrWellCompltn

      @Nullable public BigDecimal getOilProdnVolAtWellOrWellCompltn()
      Constraints: Not nullable, Precision: 15, Scale: 3

      Original property name from the Odata EDM: OilProdnVolAtWellOrWellCompltn

      Returns:
      Production Volume
    • getVolumeUnit

      @Nullable public String getVolumeUnit()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: VolumeUnit

      Returns:
      Unit of Measurement
    • getAllocationFrequency

      @Nullable public String getAllocationFrequency()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: AllocationFrequency

      Returns:
      Unit of Measurement
    • getCreationDateTime

      @Nullable public ZonedDateTime getCreationDateTime()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreationDateTime

      Returns:
      UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • getLastChangeDateTime

      @Nullable public ZonedDateTime getLastChangeDateTime()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LastChangeDateTime

      Returns:
      UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<ProductionVolume>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<ProductionVolume>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<ProductionVolume>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<ProductionVolume>