public class ProductionVolume extends VdmEntity<ProductionVolume>
Original entity name from the Odata EDM: ProductionVolumeType
Modifier and Type | Class and Description |
---|---|
static class |
ProductionVolume.ProductionVolumeBuilder |
Modifier and Type | Field and Description |
---|---|
static ProductionVolumeSelectable |
ALL_FIELDS
Selector for all available fields of ProductionVolume.
|
static ProductionVolumeField<String> |
ALLOCATION_FREQUENCY
Use with available fluent helpers to apply the AllocationFrequency field to query operations.
|
static ProductionVolumeField<String> |
COMPANY_CODE
Use with available fluent helpers to apply the CompanyCode field to query operations.
|
static ProductionVolumeField<String> |
CONTROLLING_AREA
Use with available fluent helpers to apply the ControllingArea field to query operations.
|
static ProductionVolumeField<ZonedDateTime> |
CREATION_DATE_TIME
Use with available fluent helpers to apply the CreationDateTime field to query operations.
|
static ProductionVolumeField<ZonedDateTime> |
LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
|
static ProductionVolumeField<ZonedDateTime> |
OIL_ALLOC_AT_WELL_COMPLTN_DATE_TIME
Use with available fluent helpers to apply the OilAllocAtWellCompltnDateTime field to query operations.
|
static ProductionVolumeField<BigDecimal> |
OIL_PRODN_VOL_AT_WELL_OR_WELL_COMPLTN
Use with available fluent helpers to apply the OilProdnVolAtWellOrWellCompltn field to query operations.
|
static ProductionVolumeField<LocalDateTime> |
PRODUCTION_DATE
Use with available fluent helpers to apply the ProductionDate field to query operations.
|
static ProductionVolumeField<String> |
VOLUME_UNIT
Use with available fluent helpers to apply the VolumeUnit field to query operations.
|
static ProductionVolumeField<String> |
WELL
Use with available fluent helpers to apply the Well field to query operations.
|
static ProductionVolumeField<String> |
WELL_COMPLETION
Use with available fluent helpers to apply the WellCompletion field to query operations.
|
static ProductionVolumeField<String> |
WELL_COMPLETION_DESCRIPTION
Use with available fluent helpers to apply the WellCompletionDescription field to query operations.
|
static ProductionVolumeField<String> |
WELL_DESCRIPTION
Use with available fluent helpers to apply the WellDescription field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ProductionVolume() |
ProductionVolume(String well,
String wellCompletion,
LocalDateTime productionDate,
ZonedDateTime oilAllocAtWellCompltnDateTime,
String wellDescription,
String wellCompletionDescription,
String companyCode,
String controllingArea,
BigDecimal oilProdnVolAtWellOrWellCompltn,
String volumeUnit,
String allocationFrequency,
ZonedDateTime creationDateTime,
ZonedDateTime lastChangeDateTime) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static ProductionVolume.ProductionVolumeBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> ProductionVolumeField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getAllocationFrequency()
Constraints: Not nullable, Maximum length: 3
|
String |
getCompanyCode()
Constraints: Not nullable, Maximum length: 4
|
String |
getControllingArea()
Constraints: Not nullable, Maximum length: 4
|
ZonedDateTime |
getCreationDateTime()
Constraints: Not nullable, Precision: 0
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
protected Map<String,Object> |
getKey() |
ZonedDateTime |
getLastChangeDateTime()
Constraints: Not nullable, Precision: 0
|
ZonedDateTime |
getOilAllocAtWellCompltnDateTime()
(Key Field) Constraints: Not nullable, Precision: 0
|
BigDecimal |
getOilProdnVolAtWellOrWellCompltn()
Constraints: Not nullable, Precision: 15, Scale: 3
|
LocalDateTime |
getProductionDate()
(Key Field) Constraints: Not nullable, Precision: 0
|
Class<ProductionVolume> |
getType() |
String |
getVolumeUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getWell()
(Key Field) Constraints: Not nullable, Maximum length: 30
|
String |
getWellCompletion()
(Key Field) Constraints: Not nullable, Maximum length: 30
|
String |
getWellCompletionDescription()
Constraints: Not nullable, Maximum length: 40
|
String |
getWellDescription()
Constraints: Not nullable, Maximum length: 40
|
int |
hashCode() |
void |
setAllocationFrequency(String allocationFrequency)
Constraints: Not nullable, Maximum length: 3
|
void |
setCompanyCode(String companyCode)
Constraints: Not nullable, Maximum length: 4
|
void |
setControllingArea(String controllingArea)
Constraints: Not nullable, Maximum length: 4
|
void |
setCreationDateTime(ZonedDateTime creationDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setLastChangeDateTime(ZonedDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setOilAllocAtWellCompltnDateTime(ZonedDateTime oilAllocAtWellCompltnDateTime)
(Key Field) Constraints: Not nullable, Precision: 0
|
void |
setOilProdnVolAtWellOrWellCompltn(BigDecimal oilProdnVolAtWellOrWellCompltn)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setProductionDate(LocalDateTime productionDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setVolumeUnit(String volumeUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setWell(String well)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
void |
setWellCompletion(String wellCompletion)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
void |
setWellCompletionDescription(String wellCompletionDescription)
Constraints: Not nullable, Maximum length: 40
|
void |
setWellDescription(String wellDescription)
Constraints: Not nullable, Maximum length: 40
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final ProductionVolumeSelectable ALL_FIELDS
public static final ProductionVolumeField<String> WELL
public static final ProductionVolumeField<String> WELL_COMPLETION
public static final ProductionVolumeField<LocalDateTime> PRODUCTION_DATE
public static final ProductionVolumeField<ZonedDateTime> OIL_ALLOC_AT_WELL_COMPLTN_DATE_TIME
public static final ProductionVolumeField<String> WELL_DESCRIPTION
public static final ProductionVolumeField<String> WELL_COMPLETION_DESCRIPTION
public static final ProductionVolumeField<String> COMPANY_CODE
public static final ProductionVolumeField<String> CONTROLLING_AREA
public static final ProductionVolumeField<BigDecimal> OIL_PRODN_VOL_AT_WELL_OR_WELL_COMPLTN
public static final ProductionVolumeField<String> VOLUME_UNIT
public static final ProductionVolumeField<String> ALLOCATION_FREQUENCY
public static final ProductionVolumeField<ZonedDateTime> CREATION_DATE_TIME
public static final ProductionVolumeField<ZonedDateTime> LAST_CHANGE_DATE_TIME
public 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)
@Nonnull public Class<ProductionVolume> getType()
getType
in class VdmObject<ProductionVolume>
public void setWell(@Nullable String well)
Original property name from the Odata EDM: Well
well
- Well IDpublic void setWellCompletion(@Nullable String wellCompletion)
Original property name from the Odata EDM: WellCompletion
wellCompletion
- Well Completion IDpublic void setProductionDate(@Nullable LocalDateTime productionDate)
Original property name from the Odata EDM: ProductionDate
productionDate
- Production Datepublic void setOilAllocAtWellCompltnDateTime(@Nullable ZonedDateTime oilAllocAtWellCompltnDateTime)
Original property name from the Odata EDM: OilAllocAtWellCompltnDateTime
oilAllocAtWellCompltnDateTime
- The UTC time stamp is the date and time relative to UTC (Universal Coordinated Time).public void setWellDescription(@Nullable String wellDescription)
Original property name from the Odata EDM: WellDescription
wellDescription
- Well Descriptionpublic void setWellCompletionDescription(@Nullable String wellCompletionDescription)
Original property name from the Odata EDM: WellCompletionDescription
wellCompletionDescription
- Well Completion descriptionpublic void setCompanyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
companyCode
- The company code is an organizational unit within financial accounting.public void setControllingArea(@Nullable String controllingArea)
Original property name from the Odata EDM: ControllingArea
The controlling area is the highest organizational unit in Controlling.Whether controlling area and company code are in a 1:1 relationship or a 1:n relationship, the number of posting periods in both controlling area and company code(s) must be identical. However, special periods may vary.
controllingArea
- Uniquely identifies a controlling area.public void setOilProdnVolAtWellOrWellCompltn(@Nullable BigDecimal oilProdnVolAtWellOrWellCompltn)
Original property name from the Odata EDM: OilProdnVolAtWellOrWellCompltn
oilProdnVolAtWellOrWellCompltn
- Production Volumepublic void setVolumeUnit(@Nullable String volumeUnit)
Original property name from the Odata EDM: VolumeUnit
This format is used for internal processing.The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen.
volumeUnit
- Internal, language-independent, measurement unit format.public void setAllocationFrequency(@Nullable String allocationFrequency)
Original property name from the Odata EDM: AllocationFrequency
This format is used for internal processing.The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen.
allocationFrequency
- Internal, language-independent, measurement unit format.public void setCreationDateTime(@Nullable ZonedDateTime creationDateTime)
Original property name from the Odata EDM: CreationDateTime
creationDateTime
- The UTC time stamp is the date and time relative to UTC (Universal Coordinated Time).public void setLastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
lastChangeDateTime
- The UTC time stamp is the date and time relative to UTC (Universal Coordinated Time).protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<ProductionVolume>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ProductionVolume>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProductionVolume>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProductionVolume>
@Nonnull public static <T> ProductionVolumeField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> ProductionVolumeField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<ProductionVolume>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<ProductionVolume>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<ProductionVolume>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<ProductionVolume>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static ProductionVolume.ProductionVolumeBuilder builder()
@Nullable public String getWell()
Original property name from the Odata EDM: Well
@Nullable public String getWellCompletion()
Original property name from the Odata EDM: WellCompletion
@Nullable public LocalDateTime getProductionDate()
Original property name from the Odata EDM: ProductionDate
@Nullable public ZonedDateTime getOilAllocAtWellCompltnDateTime()
Original property name from the Odata EDM: OilAllocAtWellCompltnDateTime
@Nullable public String getWellDescription()
Original property name from the Odata EDM: WellDescription
@Nullable public String getWellCompletionDescription()
Original property name from the Odata EDM: WellCompletionDescription
@Nullable public String getCompanyCode()
Original property name from the Odata EDM: CompanyCode
@Nullable public String getControllingArea()
Original property name from the Odata EDM: ControllingArea
The controlling area is the highest organizational unit in Controlling.Whether controlling area and company code are in a 1:1 relationship or a 1:n relationship, the number of posting periods in both controlling area and company code(s) must be identical. However, special periods may vary.
@Nullable public BigDecimal getOilProdnVolAtWellOrWellCompltn()
Original property name from the Odata EDM: OilProdnVolAtWellOrWellCompltn
@Nullable public String getVolumeUnit()
Original property name from the Odata EDM: VolumeUnit
This format is used for internal processing.The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen.
@Nullable public String getAllocationFrequency()
Original property name from the Odata EDM: AllocationFrequency
This format is used for internal processing.The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen.
@Nullable public ZonedDateTime getCreationDateTime()
Original property name from the Odata EDM: CreationDateTime
@Nullable public ZonedDateTime getLastChangeDateTime()
Original property name from the Odata EDM: LastChangeDateTime
@Nonnull public String toString()
toString
in class VdmObject<ProductionVolume>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<ProductionVolume>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<ProductionVolume>
public int hashCode()
hashCode
in class VdmObject<ProductionVolume>
Copyright © 2020 SAP SE. All rights reserved.