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
Helper class to allow for fluent creation of ProdAllocObjTimeSeries instances.
|
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.
|
static ProdAllocObjTimeSeriesOneToOneLink<ProdAllocCharcValCombn> |
TO_PROD_ALLOC_CHARC_VAL_COMBN_TP
Use with available fluent helpers to apply the to_ProdAllocCharcValCombnTP navigation property to query
operations.
|
static ProdAllocObjTimeSeriesOneToOneLink<ProdAllocationObject> |
TO_PROD_ALLOCATION_OBJECT_TP
Use with available fluent helpers to apply the to_ProdAllocationObjectTP navigation property 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,
ProdAllocCharcValCombn toProdAllocCharcValCombnTP,
ProdAllocationObject toProdAllocationObjectTP) |
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 ProdAllocObjTimeSeries.ProdAllocObjTimeSeriesBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ProdAllocationObject |
fetchProdAllocationObjectTP()
Fetches the ProdAllocationObject entity (one to one) associated with this entity.
|
ProdAllocCharcValCombn |
fetchProdAllocCharcValCombnTP()
Fetches the ProdAllocCharcValCombn entity (one to one) associated with this entity.
|
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() |
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection() |
protected Map<String,Object> |
getKey() |
io.vavr.control.Option<ProdAllocationObject> |
getProdAllocationObjectTPIfPresent()
Retrieval of associated ProdAllocationObject entity (one to one).
|
ProdAllocationObject |
getProdAllocationObjectTPOrFetch()
Retrieval of associated ProdAllocationObject entity (one to one).
|
UUID |
getProdAllocationTimeSeriesUUID()
(Key Field) Constraints: Not nullable
|
io.vavr.control.Option<ProdAllocCharcValCombn> |
getProdAllocCharcValCombnTPIfPresent()
Retrieval of associated ProdAllocCharcValCombn entity (one to one).
|
ProdAllocCharcValCombn |
getProdAllocCharcValCombnTPOrFetch()
Retrieval of associated ProdAllocCharcValCombn entity (one to one).
|
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 |
setProdAllocationObjectTP(ProdAllocationObject value)
Overwrites the associated ProdAllocationObject entity for the loaded navigation property
to_ProdAllocationObjectTP.
|
void |
setProdAllocationTimeSeriesUUID(UUID prodAllocationTimeSeriesUUID)
(Key Field) Constraints: Not nullable
|
void |
setProdAllocCharcValCombnTP(ProdAllocCharcValCombn value)
Overwrites the associated ProdAllocCharcValCombn entity for the loaded navigation property
to_ProdAllocCharcValCombnTP.
|
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() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
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 static final ProdAllocObjTimeSeriesOneToOneLink<ProdAllocCharcValCombn> TO_PROD_ALLOC_CHARC_VAL_COMBN_TP
public static final ProdAllocObjTimeSeriesOneToOneLink<ProdAllocationObject> TO_PROD_ALLOCATION_OBJECT_TP
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, @Nullable ProdAllocCharcValCombn toProdAllocCharcValCombnTP, @Nullable ProdAllocationObject toProdAllocationObjectTP)
@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 HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<ProdAllocObjTimeSeries>
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<ProdAllocObjTimeSeries>
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<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.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<ProdAllocObjTimeSeries>
@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<ProdAllocObjTimeSeries>
@Nullable public ProdAllocCharcValCombn fetchProdAllocCharcValCombnTP() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not
associated.com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nullable public ProdAllocCharcValCombn getProdAllocCharcValCombnTPOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ProdAllocCharcValCombnTP of a queried ProdAllocObjTimeSeries is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<ProdAllocCharcValCombn> getProdAllocCharcValCombnTPIfPresent()
If the navigation property for an entity ProdAllocObjTimeSeries has not been resolved yet, this method
will not query further information. Instead its Option
result state will be
empty
.
Option
with result
state empty
is returned.public void setProdAllocCharcValCombnTP(ProdAllocCharcValCombn value)
value
- New ProdAllocCharcValCombn entity.@Nullable public ProdAllocationObject fetchProdAllocationObjectTP() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not associated.com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nullable public ProdAllocationObject getProdAllocationObjectTPOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ProdAllocationObjectTP of a queried ProdAllocObjTimeSeries is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<ProdAllocationObject> getProdAllocationObjectTPIfPresent()
If the navigation property for an entity ProdAllocObjTimeSeries has not been resolved yet, this method
will not query further information. Instead its Option
result state will be
empty
.
Option
with result state
empty
is returned.public void setProdAllocationObjectTP(ProdAllocationObject value)
value
- New ProdAllocationObject entity.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.