public class ProdAllocObjTimeSeries extends VdmEntity<ProdAllocObjTimeSeries>
Original entity name from the Odata EDM: A_ProdAllocObjTimeSeriesType
Modifier and Type | Class and Description |
---|---|
static class |
ProdAllocObjTimeSeries.ProdAllocObjTimeSeriesBuilder |
Modifier and Type | Field and Description |
---|---|
static ProdAllocObjTimeSeriesSelectable |
ALL_FIELDS
Selector for all available fields of ProdAllocObjTimeSeries.
|
static ProdAllocObjTimeSeriesField<UUID> |
CHARC_VALUE_COMBINATION_UUID
Use with available fluent helpers to apply the CharcValueCombinationUUID field to query operations.
|
static ProdAllocObjTimeSeriesField<ZonedDateTime> |
PROD_ALLOC_PERD_START_UTC_DATE_TIME
Use with available fluent helpers to apply the ProdAllocPerdStartUTCDateTime field to query operations.
|
static ProdAllocObjTimeSeriesField<String> |
PROD_ALLOC_PERIOD_END_TIME_ZONE
Use with available fluent helpers to apply the ProdAllocPeriodEndTimeZone field to query operations.
|
static ProdAllocObjTimeSeriesField<ZonedDateTime> |
PROD_ALLOC_PERIOD_END_UTC_DATE_TIME
Use with available fluent helpers to apply the ProdAllocPeriodEndUTCDateTime field to query operations.
|
static ProdAllocObjTimeSeriesField<String> |
PROD_ALLOC_PERIOD_START_TIME_ZONE
Use with available fluent helpers to apply the ProdAllocPeriodStartTimeZone field to query operations.
|
static ProdAllocObjTimeSeriesField<UUID> |
PROD_ALLOCATION_TIME_SERIES_UUID
Use with available fluent helpers to apply the ProdAllocationTimeSeriesUUID field to query operations.
|
static ProdAllocObjTimeSeriesField<UUID> |
PRODUCT_ALLOCATION_OBJECT_UUID
Use with available fluent helpers to apply the ProductAllocationObjectUUID field to query operations.
|
static ProdAllocObjTimeSeriesField<BigDecimal> |
PRODUCT_ALLOCATION_QUANTITY
Use with available fluent helpers to apply the ProductAllocationQuantity field to query operations.
|
static ProdAllocObjTimeSeriesField<String> |
PRODUCT_ALLOCATION_QUANTITY_UNIT
Use with available fluent helpers to apply the ProductAllocationQuantityUnit field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ProdAllocObjTimeSeries() |
ProdAllocObjTimeSeries(UUID prodAllocationTimeSeriesUUID,
UUID productAllocationObjectUUID,
UUID charcValueCombinationUUID,
ZonedDateTime prodAllocPerdStartUTCDateTime,
String prodAllocPeriodStartTimeZone,
ZonedDateTime prodAllocPeriodEndUTCDateTime,
String prodAllocPeriodEndTimeZone,
BigDecimal productAllocationQuantity,
String productAllocationQuantityUnit) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
ErpConfigContext configContext)
Sets the service path and ERP configuration context for the fetch commands of this entity.
|
static ProdAllocObjTimeSeries.ProdAllocObjTimeSeriesBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> ProdAllocObjTimeSeriesField<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) |
UUID |
getCharcValueCombinationUUID()
Constraints: none
|
protected String |
getDefaultServicePath() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
protected Map<String,Object> |
getKey() |
UUID |
getProdAllocationTimeSeriesUUID()
(Key Field) Constraints: Not nullable
|
ZonedDateTime |
getProdAllocPerdStartUTCDateTime()
Constraints: Not nullable, Precision: 0
|
String |
getProdAllocPeriodEndTimeZone()
Constraints: Not nullable, Maximum length: 6
|
ZonedDateTime |
getProdAllocPeriodEndUTCDateTime()
Constraints: Not nullable, Precision: 0
|
String |
getProdAllocPeriodStartTimeZone()
Constraints: Not nullable, Maximum length: 6
|
UUID |
getProductAllocationObjectUUID()
Constraints: none
|
BigDecimal |
getProductAllocationQuantity()
Constraints: Not nullable, Precision: 15, Scale: 3
|
String |
getProductAllocationQuantityUnit()
Constraints: Not nullable, Maximum length: 3
|
Class<ProdAllocObjTimeSeries> |
getType() |
int |
hashCode() |
void |
setCharcValueCombinationUUID(UUID charcValueCombinationUUID)
Constraints: none
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
void |
setProdAllocationTimeSeriesUUID(UUID prodAllocationTimeSeriesUUID)
(Key Field) Constraints: Not nullable
|
void |
setProdAllocPerdStartUTCDateTime(ZonedDateTime prodAllocPerdStartUTCDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setProdAllocPeriodEndTimeZone(String prodAllocPeriodEndTimeZone)
Constraints: Not nullable, Maximum length: 6
|
void |
setProdAllocPeriodEndUTCDateTime(ZonedDateTime prodAllocPeriodEndUTCDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setProdAllocPeriodStartTimeZone(String prodAllocPeriodStartTimeZone)
Constraints: Not nullable, Maximum length: 6
|
void |
setProductAllocationObjectUUID(UUID productAllocationObjectUUID)
Constraints: none
|
void |
setProductAllocationQuantity(BigDecimal productAllocationQuantity)
Constraints: Not nullable, Precision: 15, Scale: 3
|
void |
setProductAllocationQuantityUnit(String productAllocationQuantityUnit)
Constraints: Not nullable, Maximum length: 3
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final ProdAllocObjTimeSeriesSelectable ALL_FIELDS
public static final ProdAllocObjTimeSeriesField<UUID> PROD_ALLOCATION_TIME_SERIES_UUID
public static final ProdAllocObjTimeSeriesField<UUID> PRODUCT_ALLOCATION_OBJECT_UUID
public static final ProdAllocObjTimeSeriesField<UUID> CHARC_VALUE_COMBINATION_UUID
public static final ProdAllocObjTimeSeriesField<ZonedDateTime> PROD_ALLOC_PERD_START_UTC_DATE_TIME
public static final ProdAllocObjTimeSeriesField<String> PROD_ALLOC_PERIOD_START_TIME_ZONE
public static final ProdAllocObjTimeSeriesField<ZonedDateTime> PROD_ALLOC_PERIOD_END_UTC_DATE_TIME
public static final ProdAllocObjTimeSeriesField<String> PROD_ALLOC_PERIOD_END_TIME_ZONE
public static final ProdAllocObjTimeSeriesField<BigDecimal> PRODUCT_ALLOCATION_QUANTITY
public static final ProdAllocObjTimeSeriesField<String> PRODUCT_ALLOCATION_QUANTITY_UNIT
public ProdAllocObjTimeSeries()
public ProdAllocObjTimeSeries(@Nullable UUID prodAllocationTimeSeriesUUID, @Nullable UUID productAllocationObjectUUID, @Nullable UUID charcValueCombinationUUID, @Nullable ZonedDateTime prodAllocPerdStartUTCDateTime, @Nullable String prodAllocPeriodStartTimeZone, @Nullable ZonedDateTime prodAllocPeriodEndUTCDateTime, @Nullable String prodAllocPeriodEndTimeZone, @Nullable BigDecimal productAllocationQuantity, @Nullable String productAllocationQuantityUnit)
@Nonnull public Class<ProdAllocObjTimeSeries> getType()
getType
in class VdmObject<ProdAllocObjTimeSeries>
public void setProdAllocationTimeSeriesUUID(@Nullable UUID prodAllocationTimeSeriesUUID)
Original property name from the Odata EDM: ProdAllocationTimeSeriesUUID
prodAllocationTimeSeriesUUID
- Product Allocation Time SeriesUUIDpublic void setProductAllocationObjectUUID(@Nullable UUID productAllocationObjectUUID)
Original property name from the Odata EDM: ProductAllocationObjectUUID
productAllocationObjectUUID
- Product Allocation Object UUIDpublic void setCharcValueCombinationUUID(@Nullable UUID charcValueCombinationUUID)
Original property name from the Odata EDM: CharcValueCombinationUUID
charcValueCombinationUUID
- Characteristic Value Combination UUIDpublic void setProdAllocPerdStartUTCDateTime(@Nullable ZonedDateTime prodAllocPerdStartUTCDateTime)
Original property name from the Odata EDM: ProdAllocPerdStartUTCDateTime
prodAllocPerdStartUTCDateTime
- Product Allocation Period Start UTC Date Timepublic void setProdAllocPeriodStartTimeZone(@Nullable String prodAllocPeriodStartTimeZone)
Original property name from the Odata EDM: ProdAllocPeriodStartTimeZone
prodAllocPeriodStartTimeZone
- Product Allocation Period Start Time Zonepublic void setProdAllocPeriodEndUTCDateTime(@Nullable ZonedDateTime prodAllocPeriodEndUTCDateTime)
Original property name from the Odata EDM: ProdAllocPeriodEndUTCDateTime
prodAllocPeriodEndUTCDateTime
- Product Allocation Period End UTC Date Timepublic void setProdAllocPeriodEndTimeZone(@Nullable String prodAllocPeriodEndTimeZone)
Original property name from the Odata EDM: ProdAllocPeriodEndTimeZone
prodAllocPeriodEndTimeZone
- Product Allocation Period End Time Zonepublic void setProductAllocationQuantity(@Nullable BigDecimal productAllocationQuantity)
Original property name from the Odata EDM: ProductAllocationQuantity
productAllocationQuantity
- Product Allocation Quantitypublic void setProductAllocationQuantityUnit(@Nullable String productAllocationQuantityUnit)
Original property name from the Odata EDM: ProductAllocationQuantityUnit
productAllocationQuantityUnit
- Product Allocation Quantity Unitprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<ProdAllocObjTimeSeries>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ProdAllocObjTimeSeries>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProdAllocObjTimeSeries>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProdAllocObjTimeSeries>
@Nonnull public static <T> ProdAllocObjTimeSeriesField<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> ProdAllocObjTimeSeriesField<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 ErpConfigContext getErpConfigContext()
VdmEntity
getErpConfigContext
in class VdmEntity<ProdAllocObjTimeSeries>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<ProdAllocObjTimeSeries>
erpConfigContext
- New ERP configuration context to apply to this entityprotected 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<ProdAllocObjTimeSeries>
public void attachToService(@Nullable String servicePath, @Nullable ErpConfigContext configContext)
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<ProdAllocObjTimeSeries>
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.configContext
- Optional parameter. New ERP configuration context to apply to this entity and any associated entities
that were previously fetched. If a null value is provided and the ERP configuration context has never
been set, then the ERP configuration context will be set to a new instance of
ErpConfigContext
.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<ProdAllocObjTimeSeries>
public static ProdAllocObjTimeSeries.ProdAllocObjTimeSeriesBuilder builder()
@Nullable public UUID getProdAllocationTimeSeriesUUID()
Original property name from the Odata EDM: ProdAllocationTimeSeriesUUID
@Nullable public UUID getProductAllocationObjectUUID()
Original property name from the Odata EDM: ProductAllocationObjectUUID
@Nullable public UUID getCharcValueCombinationUUID()
Original property name from the Odata EDM: CharcValueCombinationUUID
@Nullable public ZonedDateTime getProdAllocPerdStartUTCDateTime()
Original property name from the Odata EDM: ProdAllocPerdStartUTCDateTime
@Nullable public String getProdAllocPeriodStartTimeZone()
Original property name from the Odata EDM: ProdAllocPeriodStartTimeZone
@Nullable public ZonedDateTime getProdAllocPeriodEndUTCDateTime()
Original property name from the Odata EDM: ProdAllocPeriodEndUTCDateTime
@Nullable public String getProdAllocPeriodEndTimeZone()
Original property name from the Odata EDM: ProdAllocPeriodEndTimeZone
@Nullable public BigDecimal getProductAllocationQuantity()
Original property name from the Odata EDM: ProductAllocationQuantity
@Nullable public String getProductAllocationQuantityUnit()
Original property name from the Odata EDM: ProductAllocationQuantityUnit
public String toString()
toString
in class VdmObject<ProdAllocObjTimeSeries>
public boolean equals(Object o)
equals
in class VdmObject<ProdAllocObjTimeSeries>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ProdAllocObjTimeSeries>
public int hashCode()
hashCode
in class VdmObject<ProdAllocObjTimeSeries>
Copyright © 2019 SAP SE. All rights reserved.