public class ProdAllocCharcValCombn extends VdmEntity<ProdAllocCharcValCombn>
Original entity name from the Odata EDM: A_ProdAllocCharcValCombnType
Modifier and Type | Class and Description |
---|---|
static class |
ProdAllocCharcValCombn.ProdAllocCharcValCombnBuilder
Helper class to allow for fluent creation of ProdAllocCharcValCombn instances.
|
Modifier and Type | Field and Description |
---|---|
static ProdAllocCharcValCombnSelectable |
ALL_FIELDS
Selector for all available fields of ProdAllocCharcValCombn.
|
static ProdAllocCharcValCombnField<UUID> |
CHARC_VALUE_COMBINATION_UUID
Use with available fluent helpers to apply the CharcValueCombinationUUID field to query operations.
|
static ProdAllocCharcValCombnField<String> |
PROD_ALLOC_CHARC01
Use with available fluent helpers to apply the ProdAllocCharc01 field to query operations.
|
static ProdAllocCharcValCombnField<String> |
PROD_ALLOC_CHARC02
Use with available fluent helpers to apply the ProdAllocCharc02 field to query operations.
|
static ProdAllocCharcValCombnField<String> |
PROD_ALLOC_CHARC03
Use with available fluent helpers to apply the ProdAllocCharc03 field to query operations.
|
static ProdAllocCharcValCombnField<String> |
PROD_ALLOC_CHARC04
Use with available fluent helpers to apply the ProdAllocCharc04 field to query operations.
|
static ProdAllocCharcValCombnField<String> |
PROD_ALLOC_CHARC05
Use with available fluent helpers to apply the ProdAllocCharc05 field to query operations.
|
static ProdAllocCharcValCombnField<String> |
PROD_ALLOC_CHARC06
Use with available fluent helpers to apply the ProdAllocCharc06 field to query operations.
|
static ProdAllocCharcValCombnField<String> |
PROD_ALLOC_CHARC07
Use with available fluent helpers to apply the ProdAllocCharc07 field to query operations.
|
static ProdAllocCharcValCombnField<String> |
PROD_ALLOC_CHARC08
Use with available fluent helpers to apply the ProdAllocCharc08 field to query operations.
|
static ProdAllocCharcValCombnField<String> |
PROD_ALLOC_CHARC09
Use with available fluent helpers to apply the ProdAllocCharc09 field to query operations.
|
static ProdAllocCharcValCombnField<String> |
PROD_ALLOC_CHARC10
Use with available fluent helpers to apply the ProdAllocCharc10 field to query operations.
|
static ProdAllocCharcValCombnField<String> |
PRODUCT_ALLOCATION_OBJECT
Use with available fluent helpers to apply the ProductAllocationObject field to query operations.
|
static ProdAllocCharcValCombnField<UUID> |
PRODUCT_ALLOCATION_OBJECT_UUID
Use with available fluent helpers to apply the ProductAllocationObjectUUID field to query operations.
|
static ProdAllocCharcValCombnLink<ProdAllocObjTimeSeries> |
TO_PROD_ALLOC_OBJ_TIME_SERIES_TP
Use with available fluent helpers to apply the to_ProdAllocObjTimeSeriesTP navigation property to query
operations.
|
changedOriginalFields
Constructor and Description |
---|
ProdAllocCharcValCombn() |
ProdAllocCharcValCombn(UUID charcValueCombinationUUID,
String prodAllocCharc07,
String prodAllocCharc08,
String prodAllocCharc09,
String prodAllocCharc10,
UUID productAllocationObjectUUID,
String productAllocationObject,
String prodAllocCharc01,
String prodAllocCharc02,
String prodAllocCharc03,
String prodAllocCharc04,
String prodAllocCharc05,
String prodAllocCharc06,
List<ProdAllocObjTimeSeries> toProdAllocObjTimeSeriesTP) |
Modifier and Type | Method and Description |
---|---|
void |
addProdAllocObjTimeSeriesTP(ProdAllocObjTimeSeries... entity)
Adds elements to the list of associated ProdAllocObjTimeSeries entities.
|
void |
attachToService(String servicePath,
ErpConfigContext configContext)
Sets the service path and ERP configuration context for the fetch commands of this entity.
|
static ProdAllocCharcValCombn.ProdAllocCharcValCombnBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ProdAllocObjTimeSeries> |
fetchProdAllocObjTimeSeriesTP()
Fetches the ProdAllocObjTimeSeries entities (one to many) associated with this entity.
|
static <T> ProdAllocCharcValCombnField<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()
(Key Field) Constraints: Not nullable
|
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() |
String |
getProdAllocCharc01()
Constraints: Not nullable, Maximum length: 40
|
String |
getProdAllocCharc02()
Constraints: Not nullable, Maximum length: 40
|
String |
getProdAllocCharc03()
Constraints: Not nullable, Maximum length: 40
|
String |
getProdAllocCharc04()
Constraints: Not nullable, Maximum length: 40
|
String |
getProdAllocCharc05()
Constraints: Not nullable, Maximum length: 40
|
String |
getProdAllocCharc06()
Constraints: Not nullable, Maximum length: 40
|
String |
getProdAllocCharc07()
Constraints: Not nullable, Maximum length: 40
|
String |
getProdAllocCharc08()
Constraints: Not nullable, Maximum length: 40
|
String |
getProdAllocCharc09()
Constraints: Not nullable, Maximum length: 40
|
String |
getProdAllocCharc10()
Constraints: Not nullable, Maximum length: 40
|
Optional<List<ProdAllocObjTimeSeries>> |
getProdAllocObjTimeSeriesTPIfPresent()
Retrieval of associated ProdAllocObjTimeSeries entities (one to many).
|
List<ProdAllocObjTimeSeries> |
getProdAllocObjTimeSeriesTPOrFetch()
Retrieval of associated ProdAllocObjTimeSeries entities (one to many).
|
String |
getProductAllocationObject()
Constraints: Not nullable, Maximum length: 40
|
UUID |
getProductAllocationObjectUUID()
Constraints: none
|
Class<ProdAllocCharcValCombn> |
getType() |
int |
hashCode() |
void |
setCharcValueCombinationUUID(UUID charcValueCombinationUUID)
(Key Field) Constraints: Not nullable
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
void |
setProdAllocCharc01(String prodAllocCharc01)
Constraints: Not nullable, Maximum length: 40
|
void |
setProdAllocCharc02(String prodAllocCharc02)
Constraints: Not nullable, Maximum length: 40
|
void |
setProdAllocCharc03(String prodAllocCharc03)
Constraints: Not nullable, Maximum length: 40
|
void |
setProdAllocCharc04(String prodAllocCharc04)
Constraints: Not nullable, Maximum length: 40
|
void |
setProdAllocCharc05(String prodAllocCharc05)
Constraints: Not nullable, Maximum length: 40
|
void |
setProdAllocCharc06(String prodAllocCharc06)
Constraints: Not nullable, Maximum length: 40
|
void |
setProdAllocCharc07(String prodAllocCharc07)
Constraints: Not nullable, Maximum length: 40
|
void |
setProdAllocCharc08(String prodAllocCharc08)
Constraints: Not nullable, Maximum length: 40
|
void |
setProdAllocCharc09(String prodAllocCharc09)
Constraints: Not nullable, Maximum length: 40
|
void |
setProdAllocCharc10(String prodAllocCharc10)
Constraints: Not nullable, Maximum length: 40
|
void |
setProdAllocObjTimeSeriesTP(List<ProdAllocObjTimeSeries> value)
Overwrites the list of associated ProdAllocObjTimeSeries entities for the loaded navigation property
to_ProdAllocObjTimeSeriesTP.
|
void |
setProductAllocationObject(String productAllocationObject)
Constraints: Not nullable, Maximum length: 40
|
void |
setProductAllocationObjectUUID(UUID productAllocationObjectUUID)
Constraints: none
|
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() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final ProdAllocCharcValCombnSelectable ALL_FIELDS
public static final ProdAllocCharcValCombnField<UUID> CHARC_VALUE_COMBINATION_UUID
public static final ProdAllocCharcValCombnField<String> PROD_ALLOC_CHARC07
public static final ProdAllocCharcValCombnField<String> PROD_ALLOC_CHARC08
public static final ProdAllocCharcValCombnField<String> PROD_ALLOC_CHARC09
public static final ProdAllocCharcValCombnField<String> PROD_ALLOC_CHARC10
public static final ProdAllocCharcValCombnField<UUID> PRODUCT_ALLOCATION_OBJECT_UUID
public static final ProdAllocCharcValCombnField<String> PRODUCT_ALLOCATION_OBJECT
public static final ProdAllocCharcValCombnField<String> PROD_ALLOC_CHARC01
public static final ProdAllocCharcValCombnField<String> PROD_ALLOC_CHARC02
public static final ProdAllocCharcValCombnField<String> PROD_ALLOC_CHARC03
public static final ProdAllocCharcValCombnField<String> PROD_ALLOC_CHARC04
public static final ProdAllocCharcValCombnField<String> PROD_ALLOC_CHARC05
public static final ProdAllocCharcValCombnField<String> PROD_ALLOC_CHARC06
public static final ProdAllocCharcValCombnLink<ProdAllocObjTimeSeries> TO_PROD_ALLOC_OBJ_TIME_SERIES_TP
public ProdAllocCharcValCombn()
public ProdAllocCharcValCombn(@Nullable UUID charcValueCombinationUUID, @Nullable String prodAllocCharc07, @Nullable String prodAllocCharc08, @Nullable String prodAllocCharc09, @Nullable String prodAllocCharc10, @Nullable UUID productAllocationObjectUUID, @Nullable String productAllocationObject, @Nullable String prodAllocCharc01, @Nullable String prodAllocCharc02, @Nullable String prodAllocCharc03, @Nullable String prodAllocCharc04, @Nullable String prodAllocCharc05, @Nullable String prodAllocCharc06, List<ProdAllocObjTimeSeries> toProdAllocObjTimeSeriesTP)
@Nonnull public Class<ProdAllocCharcValCombn> getType()
getType
in class VdmObject<ProdAllocCharcValCombn>
public void setCharcValueCombinationUUID(@Nullable UUID charcValueCombinationUUID)
Original property name from the Odata EDM: CharcValueCombinationUUID
charcValueCombinationUUID
- Characteristic Value Combination UUIDpublic void setProdAllocCharc07(@Nullable String prodAllocCharc07)
Original property name from the Odata EDM: ProdAllocCharc07
prodAllocCharc07
- Product Allocation Characteristicpublic void setProdAllocCharc08(@Nullable String prodAllocCharc08)
Original property name from the Odata EDM: ProdAllocCharc08
prodAllocCharc08
- Product Allocation Characteristicpublic void setProdAllocCharc09(@Nullable String prodAllocCharc09)
Original property name from the Odata EDM: ProdAllocCharc09
prodAllocCharc09
- Product Allocation Characteristicpublic void setProdAllocCharc10(@Nullable String prodAllocCharc10)
Original property name from the Odata EDM: ProdAllocCharc10
prodAllocCharc10
- Product Allocation Characteristicpublic void setProductAllocationObjectUUID(@Nullable UUID productAllocationObjectUUID)
Original property name from the Odata EDM: ProductAllocationObjectUUID
productAllocationObjectUUID
- Product Allocation Object UUIDpublic void setProductAllocationObject(@Nullable String productAllocationObject)
Original property name from the Odata EDM: ProductAllocationObject
productAllocationObject
- Product Allocation Objectpublic void setProdAllocCharc01(@Nullable String prodAllocCharc01)
Original property name from the Odata EDM: ProdAllocCharc01
prodAllocCharc01
- Product Allocation Characteristicpublic void setProdAllocCharc02(@Nullable String prodAllocCharc02)
Original property name from the Odata EDM: ProdAllocCharc02
prodAllocCharc02
- Product Allocation Characteristicpublic void setProdAllocCharc03(@Nullable String prodAllocCharc03)
Original property name from the Odata EDM: ProdAllocCharc03
prodAllocCharc03
- Product Allocation Characteristicpublic void setProdAllocCharc04(@Nullable String prodAllocCharc04)
Original property name from the Odata EDM: ProdAllocCharc04
prodAllocCharc04
- Product Allocation Characteristicpublic void setProdAllocCharc05(@Nullable String prodAllocCharc05)
Original property name from the Odata EDM: ProdAllocCharc05
prodAllocCharc05
- Product Allocation Characteristicpublic void setProdAllocCharc06(@Nullable String prodAllocCharc06)
Original property name from the Odata EDM: ProdAllocCharc06
prodAllocCharc06
- Product Allocation Characteristicprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<ProdAllocCharcValCombn>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ProdAllocCharcValCombn>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProdAllocCharcValCombn>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProdAllocCharcValCombn>
@Nonnull public static <T> ProdAllocCharcValCombnField<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> ProdAllocCharcValCombnField<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<ProdAllocCharcValCombn>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<ProdAllocCharcValCombn>
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<ProdAllocCharcValCombn>
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<ProdAllocCharcValCombn>
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<ProdAllocCharcValCombn>
@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<ProdAllocCharcValCombn>
@Nonnull public List<ProdAllocObjTimeSeries> fetchProdAllocObjTimeSeriesTP() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
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 List<ProdAllocObjTimeSeries> getProdAllocObjTimeSeriesTPOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ProdAllocObjTimeSeriesTP of a queried ProdAllocCharcValCombn 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 Optional<List<ProdAllocObjTimeSeries>> getProdAllocObjTimeSeriesTPIfPresent()
If the navigation property for an entity ProdAllocCharcValCombn has not been resolved yet, this method
will not query further information. Instead its Optional
result state will be
empty
.
Optional
with
result state empty
is returned.public void setProdAllocObjTimeSeriesTP(@Nonnull List<ProdAllocObjTimeSeries> value)
If the navigation property to_ProdAllocObjTimeSeriesTP of a queried ProdAllocCharcValCombn 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.
value
- List of ProdAllocObjTimeSeries entities.public void addProdAllocObjTimeSeriesTP(ProdAllocObjTimeSeries... entity)
If the navigation property to_ProdAllocObjTimeSeriesTP of a queried ProdAllocCharcValCombn 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.
entity
- Array of ProdAllocObjTimeSeries entities.public static ProdAllocCharcValCombn.ProdAllocCharcValCombnBuilder builder()
@Nullable public UUID getCharcValueCombinationUUID()
Original property name from the Odata EDM: CharcValueCombinationUUID
@Nullable public String getProdAllocCharc07()
Original property name from the Odata EDM: ProdAllocCharc07
@Nullable public String getProdAllocCharc08()
Original property name from the Odata EDM: ProdAllocCharc08
@Nullable public String getProdAllocCharc09()
Original property name from the Odata EDM: ProdAllocCharc09
@Nullable public String getProdAllocCharc10()
Original property name from the Odata EDM: ProdAllocCharc10
@Nullable public UUID getProductAllocationObjectUUID()
Original property name from the Odata EDM: ProductAllocationObjectUUID
@Nullable public String getProductAllocationObject()
Original property name from the Odata EDM: ProductAllocationObject
@Nullable public String getProdAllocCharc01()
Original property name from the Odata EDM: ProdAllocCharc01
@Nullable public String getProdAllocCharc02()
Original property name from the Odata EDM: ProdAllocCharc02
@Nullable public String getProdAllocCharc03()
Original property name from the Odata EDM: ProdAllocCharc03
@Nullable public String getProdAllocCharc04()
Original property name from the Odata EDM: ProdAllocCharc04
@Nullable public String getProdAllocCharc05()
Original property name from the Odata EDM: ProdAllocCharc05
@Nullable public String getProdAllocCharc06()
Original property name from the Odata EDM: ProdAllocCharc06
public String toString()
toString
in class VdmObject<ProdAllocCharcValCombn>
public boolean equals(Object o)
equals
in class VdmObject<ProdAllocCharcValCombn>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ProdAllocCharcValCombn>
public int hashCode()
hashCode
in class VdmObject<ProdAllocCharcValCombn>
Copyright © 2019 SAP SE. All rights reserved.