public class RecipeProcessEquipRqmt extends VdmEntity<RecipeProcessEquipRqmt>
Original entity name from the Odata EDM: A_RecipeProcessEquipRqmtType
Modifier and Type | Class and Description |
---|---|
static class |
RecipeProcessEquipRqmt.RecipeProcessEquipRqmtBuilder |
Modifier and Type | Field and Description |
---|---|
static RecipeProcessEquipRqmtSelectable |
ALL_FIELDS
Selector for all available fields of RecipeProcessEquipRqmt.
|
static RecipeProcessEquipRqmtField<ZonedDateTime> |
RECIPE_LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the RecipeLastChangeDateTime field to query operations.
|
static RecipeProcessEquipRqmtField<String> |
RECIPE_PROC_EQUIP_RQMT_IS_PRIM_RSCE
Use with available fluent helpers to apply the RecipeProcEquipRqmtIsPrimRsce field to query operations.
|
static RecipeProcessEquipRqmtField<UUID> |
RECIPE_PROCESS_ELEMENT_UUID
Use with available fluent helpers to apply the RecipeProcessElementUUID field to query operations.
|
static RecipeProcessEquipRqmtField<String> |
RECIPE_PROCESS_EQUIP_RQMT_POS_NMBR
Use with available fluent helpers to apply the RecipeProcessEquipRqmtPosNmbr field to query operations.
|
static RecipeProcessEquipRqmtField<UUID> |
RECIPE_PROCESS_EQUIP_RQMT_UUID
Use with available fluent helpers to apply the RecipeProcessEquipRqmtUUID field to query operations.
|
static RecipeProcessEquipRqmtField<UUID> |
RECIPE_PROCESS_UUID
Use with available fluent helpers to apply the RecipeProcessUUID field to query operations.
|
static RecipeProcessEquipRqmtLink<RecProcEquipRqmtCharc> |
TO_REC_PROC_EQUIP_RQMT_CHARC
Use with available fluent helpers to apply the to_RecProcEquipRqmtCharc navigation property to query operations.
|
static RecipeProcessEquipRqmtLink<RecProcEquipRqmtClass> |
TO_REC_PROC_EQUIP_RQMT_CLASS
Use with available fluent helpers to apply the to_RecProcEquipRqmtClass navigation property to query operations.
|
static RecipeProcessEquipRqmtLink<Recipe> |
TO_RECIPE
Use with available fluent helpers to apply the to_Recipe navigation property to query operations.
|
static RecipeProcessEquipRqmtLink<RecipeProcessElement> |
TO_RECIPE_PROCESS_ELEMENT
Use with available fluent helpers to apply the to_RecipeProcessElement navigation property to query operations.
|
static RecipeProcessEquipRqmtLink<RecipeProcessEquipRqmtText> |
TO_RECIPE_PROCESS_EQUIP_RQMT_TEXT
Use with available fluent helpers to apply the to_RecipeProcessEquipRqmtText navigation property to query operations.
|
static RecipeProcessEquipRqmtLink<RecipeProcessParamValue> |
TO_RECIPE_PROCESS_PARAM_VALUE
Use with available fluent helpers to apply the to_RecipeProcessParamValue navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
RecipeProcessEquipRqmt() |
RecipeProcessEquipRqmt(UUID recipeProcessEquipRqmtUUID,
UUID recipeProcessUUID,
UUID recipeProcessElementUUID,
String recipeProcessEquipRqmtPosNmbr,
String recipeProcEquipRqmtIsPrimRsce,
ZonedDateTime recipeLastChangeDateTime,
ErpConfigContext erpConfigContext,
Recipe toRecipe,
RecipeProcessElement toRecipeProcessElement,
List<RecipeProcessEquipRqmtText> toRecipeProcessEquipRqmtText,
List<RecipeProcessParamValue> toRecipeProcessParamValue,
List<RecProcEquipRqmtCharc> toRecProcEquipRqmtCharc,
List<RecProcEquipRqmtClass> toRecProcEquipRqmtClass) |
Modifier and Type | Method and Description |
---|---|
void |
addRecipeProcessEquipRqmtText(RecipeProcessEquipRqmtText... entity)
Adds elements to the list of associated RecipeProcessEquipRqmtText entities.
|
void |
addRecipeProcessParamValue(RecipeProcessParamValue... entity)
Adds elements to the list of associated RecipeProcessParamValue entities.
|
void |
addRecProcEquipRqmtCharc(RecProcEquipRqmtCharc... entity)
Adds elements to the list of associated RecProcEquipRqmtCharc entities.
|
void |
addRecProcEquipRqmtClass(RecProcEquipRqmtClass... entity)
Adds elements to the list of associated RecProcEquipRqmtClass entities.
|
static RecipeProcessEquipRqmt.RecipeProcessEquipRqmtBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Recipe |
fetchRecipe()
Fetches the Recipe entity (one to one) associated with this entity.
|
RecipeProcessElement |
fetchRecipeProcessElement()
Fetches the RecipeProcessElement entity (one to one) associated with this entity.
|
List<RecipeProcessEquipRqmtText> |
fetchRecipeProcessEquipRqmtText()
Fetches the RecipeProcessEquipRqmtText entities (one to many) associated with this entity.
|
List<RecipeProcessParamValue> |
fetchRecipeProcessParamValue()
Fetches the RecipeProcessParamValue entities (one to many) associated with this entity.
|
List<RecProcEquipRqmtCharc> |
fetchRecProcEquipRqmtCharc()
Fetches the RecProcEquipRqmtCharc entities (one to many) associated with this entity.
|
List<RecProcEquipRqmtClass> |
fetchRecProcEquipRqmtClass()
Fetches the RecProcEquipRqmtClass entities (one to many) associated with this entity.
|
static <T> RecipeProcessEquipRqmtField<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) |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
protected Map<String,Object> |
getKey() |
Optional<Recipe> |
getRecipeIfPresent()
Retrieval of associated Recipe entity (one to one).
|
ZonedDateTime |
getRecipeLastChangeDateTime()
Constraints: Not nullable, Precision: 0
|
Recipe |
getRecipeOrFetch()
Retrieval of associated Recipe entity (one to one).
|
String |
getRecipeProcEquipRqmtIsPrimRsce()
Constraints: Not nullable, Maximum length: 1
|
Optional<RecipeProcessElement> |
getRecipeProcessElementIfPresent()
Retrieval of associated RecipeProcessElement entity (one to one).
|
RecipeProcessElement |
getRecipeProcessElementOrFetch()
Retrieval of associated RecipeProcessElement entity (one to one).
|
UUID |
getRecipeProcessElementUUID()
Constraints: none
|
String |
getRecipeProcessEquipRqmtPosNmbr()
Constraints: Not nullable, Maximum length: 4
|
Optional<List<RecipeProcessEquipRqmtText>> |
getRecipeProcessEquipRqmtTextIfPresent()
Retrieval of associated RecipeProcessEquipRqmtText entities (one to many).
|
List<RecipeProcessEquipRqmtText> |
getRecipeProcessEquipRqmtTextOrFetch()
Retrieval of associated RecipeProcessEquipRqmtText entities (one to many).
|
UUID |
getRecipeProcessEquipRqmtUUID()
(Key Field) Constraints: Not nullable
|
Optional<List<RecipeProcessParamValue>> |
getRecipeProcessParamValueIfPresent()
Retrieval of associated RecipeProcessParamValue entities (one to many).
|
List<RecipeProcessParamValue> |
getRecipeProcessParamValueOrFetch()
Retrieval of associated RecipeProcessParamValue entities (one to many).
|
UUID |
getRecipeProcessUUID()
Constraints: none
|
Optional<List<RecProcEquipRqmtCharc>> |
getRecProcEquipRqmtCharcIfPresent()
Retrieval of associated RecProcEquipRqmtCharc entities (one to many).
|
List<RecProcEquipRqmtCharc> |
getRecProcEquipRqmtCharcOrFetch()
Retrieval of associated RecProcEquipRqmtCharc entities (one to many).
|
Optional<List<RecProcEquipRqmtClass>> |
getRecProcEquipRqmtClassIfPresent()
Retrieval of associated RecProcEquipRqmtClass entities (one to many).
|
List<RecProcEquipRqmtClass> |
getRecProcEquipRqmtClassOrFetch()
Retrieval of associated RecProcEquipRqmtClass entities (one to many).
|
Class<RecipeProcessEquipRqmt> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setRecipe(Recipe value)
Overwrites the associated Recipe entity for the loaded navigation property to_Recipe.
|
void |
setRecipeLastChangeDateTime(ZonedDateTime recipeLastChangeDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setRecipeProcEquipRqmtIsPrimRsce(String recipeProcEquipRqmtIsPrimRsce)
Constraints: Not nullable, Maximum length: 1
|
void |
setRecipeProcessElement(RecipeProcessElement value)
Overwrites the associated RecipeProcessElement entity for the loaded navigation property to_RecipeProcessElement.
|
void |
setRecipeProcessElementUUID(UUID recipeProcessElementUUID)
Constraints: none
|
void |
setRecipeProcessEquipRqmtPosNmbr(String recipeProcessEquipRqmtPosNmbr)
Constraints: Not nullable, Maximum length: 4
|
void |
setRecipeProcessEquipRqmtText(List<RecipeProcessEquipRqmtText> value)
Overwrites the list of associated RecipeProcessEquipRqmtText entities for the loaded navigation property to_RecipeProcessEquipRqmtText.
|
void |
setRecipeProcessEquipRqmtUUID(UUID recipeProcessEquipRqmtUUID)
(Key Field) Constraints: Not nullable
|
void |
setRecipeProcessParamValue(List<RecipeProcessParamValue> value)
Overwrites the list of associated RecipeProcessParamValue entities for the loaded navigation property to_RecipeProcessParamValue.
|
void |
setRecipeProcessUUID(UUID recipeProcessUUID)
Constraints: none
|
void |
setRecProcEquipRqmtCharc(List<RecProcEquipRqmtCharc> value)
Overwrites the list of associated RecProcEquipRqmtCharc entities for the loaded navigation property to_RecProcEquipRqmtCharc.
|
void |
setRecProcEquipRqmtClass(List<RecProcEquipRqmtClass> value)
Overwrites the list of associated RecProcEquipRqmtClass entities for the loaded navigation property to_RecProcEquipRqmtClass.
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setServicePathForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final RecipeProcessEquipRqmtSelectable ALL_FIELDS
public static final RecipeProcessEquipRqmtField<UUID> RECIPE_PROCESS_EQUIP_RQMT_UUID
public static final RecipeProcessEquipRqmtField<UUID> RECIPE_PROCESS_UUID
public static final RecipeProcessEquipRqmtField<UUID> RECIPE_PROCESS_ELEMENT_UUID
public static final RecipeProcessEquipRqmtField<String> RECIPE_PROCESS_EQUIP_RQMT_POS_NMBR
public static final RecipeProcessEquipRqmtField<String> RECIPE_PROC_EQUIP_RQMT_IS_PRIM_RSCE
public static final RecipeProcessEquipRqmtField<ZonedDateTime> RECIPE_LAST_CHANGE_DATE_TIME
public static final RecipeProcessEquipRqmtLink<Recipe> TO_RECIPE
public static final RecipeProcessEquipRqmtLink<RecipeProcessElement> TO_RECIPE_PROCESS_ELEMENT
public static final RecipeProcessEquipRqmtLink<RecipeProcessEquipRqmtText> TO_RECIPE_PROCESS_EQUIP_RQMT_TEXT
public static final RecipeProcessEquipRqmtLink<RecipeProcessParamValue> TO_RECIPE_PROCESS_PARAM_VALUE
public static final RecipeProcessEquipRqmtLink<RecProcEquipRqmtCharc> TO_REC_PROC_EQUIP_RQMT_CHARC
public static final RecipeProcessEquipRqmtLink<RecProcEquipRqmtClass> TO_REC_PROC_EQUIP_RQMT_CLASS
public RecipeProcessEquipRqmt()
public RecipeProcessEquipRqmt(@Nullable UUID recipeProcessEquipRqmtUUID, @Nullable UUID recipeProcessUUID, @Nullable UUID recipeProcessElementUUID, @Nullable String recipeProcessEquipRqmtPosNmbr, @Nullable String recipeProcEquipRqmtIsPrimRsce, @Nullable ZonedDateTime recipeLastChangeDateTime, @Nullable ErpConfigContext erpConfigContext, @Nullable Recipe toRecipe, @Nullable RecipeProcessElement toRecipeProcessElement, List<RecipeProcessEquipRqmtText> toRecipeProcessEquipRqmtText, List<RecipeProcessParamValue> toRecipeProcessParamValue, List<RecProcEquipRqmtCharc> toRecProcEquipRqmtCharc, List<RecProcEquipRqmtClass> toRecProcEquipRqmtClass)
public Class<RecipeProcessEquipRqmt> getType()
getType
in class VdmObject<RecipeProcessEquipRqmt>
public void setRecipeProcessEquipRqmtUUID(@Nullable UUID recipeProcessEquipRqmtUUID)
Original property name from the Odata EDM: RecipeProcessEquipRqmtUUID
recipeProcessEquipRqmtUUID
- Equipment Requirement GUIDpublic void setRecipeProcessUUID(@Nullable UUID recipeProcessUUID)
Original property name from the Odata EDM: RecipeProcessUUID
recipeProcessUUID
- Process GUIDpublic void setRecipeProcessElementUUID(@Nullable UUID recipeProcessElementUUID)
Original property name from the Odata EDM: RecipeProcessElementUUID
recipeProcessElementUUID
- Process Element GUIDpublic void setRecipeProcessEquipRqmtPosNmbr(@Nullable String recipeProcessEquipRqmtPosNmbr)
Original property name from the Odata EDM: RecipeProcessEquipRqmtPosNmbr
recipeProcessEquipRqmtPosNmbr
- Sequence Numberpublic void setRecipeProcEquipRqmtIsPrimRsce(@Nullable String recipeProcEquipRqmtIsPrimRsce)
Original property name from the Odata EDM: RecipeProcEquipRqmtIsPrimRsce
recipeProcEquipRqmtIsPrimRsce
- Primary Resourcepublic void setRecipeLastChangeDateTime(@Nullable ZonedDateTime recipeLastChangeDateTime)
Original property name from the Odata EDM: RecipeLastChangeDateTime
recipeLastChangeDateTime
- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)protected String getEntityCollection()
getEntityCollection
in class VdmEntity<RecipeProcessEquipRqmt>
protected Map<String,Object> getKey()
getKey
in class VdmObject<RecipeProcessEquipRqmt>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<RecipeProcessEquipRqmt>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<RecipeProcessEquipRqmt>
@Nonnull public static <T> RecipeProcessEquipRqmtField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
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> RecipeProcessEquipRqmtField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<RecipeProcessEquipRqmt>
public Recipe fetchRecipe() 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.public Recipe getRecipeOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Recipe of a queried RecipeProcessEquipRqmt 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.public Optional<Recipe> getRecipeIfPresent()
If the navigation property for an entity RecipeProcessEquipRqmt 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 setRecipe(Recipe value)
value
- New Recipe entity.public RecipeProcessElement fetchRecipeProcessElement() 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.public RecipeProcessElement getRecipeProcessElementOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_RecipeProcessElement of a queried RecipeProcessEquipRqmt 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.public Optional<RecipeProcessElement> getRecipeProcessElementIfPresent()
If the navigation property for an entity RecipeProcessEquipRqmt 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 setRecipeProcessElement(RecipeProcessElement value)
value
- New RecipeProcessElement entity.public List<RecipeProcessEquipRqmtText> fetchRecipeProcessEquipRqmtText() 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.public List<RecipeProcessEquipRqmtText> getRecipeProcessEquipRqmtTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_RecipeProcessEquipRqmtText of a queried RecipeProcessEquipRqmt 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.public Optional<List<RecipeProcessEquipRqmtText>> getRecipeProcessEquipRqmtTextIfPresent()
If the navigation property for an entity RecipeProcessEquipRqmt 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 setRecipeProcessEquipRqmtText(@Nonnull List<RecipeProcessEquipRqmtText> value)
If the navigation property to_RecipeProcessEquipRqmtText of a queried RecipeProcessEquipRqmt 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 RecipeProcessEquipRqmtText entities.public void addRecipeProcessEquipRqmtText(RecipeProcessEquipRqmtText... entity)
If the navigation property to_RecipeProcessEquipRqmtText of a queried RecipeProcessEquipRqmt 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 RecipeProcessEquipRqmtText entities.public List<RecipeProcessParamValue> fetchRecipeProcessParamValue() 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.public List<RecipeProcessParamValue> getRecipeProcessParamValueOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_RecipeProcessParamValue of a queried RecipeProcessEquipRqmt 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.public Optional<List<RecipeProcessParamValue>> getRecipeProcessParamValueIfPresent()
If the navigation property for an entity RecipeProcessEquipRqmt 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 setRecipeProcessParamValue(@Nonnull List<RecipeProcessParamValue> value)
If the navigation property to_RecipeProcessParamValue of a queried RecipeProcessEquipRqmt 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 RecipeProcessParamValue entities.public void addRecipeProcessParamValue(RecipeProcessParamValue... entity)
If the navigation property to_RecipeProcessParamValue of a queried RecipeProcessEquipRqmt 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 RecipeProcessParamValue entities.public List<RecProcEquipRqmtCharc> fetchRecProcEquipRqmtCharc() 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.public List<RecProcEquipRqmtCharc> getRecProcEquipRqmtCharcOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_RecProcEquipRqmtCharc of a queried RecipeProcessEquipRqmt 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.public Optional<List<RecProcEquipRqmtCharc>> getRecProcEquipRqmtCharcIfPresent()
If the navigation property for an entity RecipeProcessEquipRqmt 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 setRecProcEquipRqmtCharc(@Nonnull List<RecProcEquipRqmtCharc> value)
If the navigation property to_RecProcEquipRqmtCharc of a queried RecipeProcessEquipRqmt 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 RecProcEquipRqmtCharc entities.public void addRecProcEquipRqmtCharc(RecProcEquipRqmtCharc... entity)
If the navigation property to_RecProcEquipRqmtCharc of a queried RecipeProcessEquipRqmt 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 RecProcEquipRqmtCharc entities.public List<RecProcEquipRqmtClass> fetchRecProcEquipRqmtClass() 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.public List<RecProcEquipRqmtClass> getRecProcEquipRqmtClassOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_RecProcEquipRqmtClass of a queried RecipeProcessEquipRqmt 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.public Optional<List<RecProcEquipRqmtClass>> getRecProcEquipRqmtClassIfPresent()
If the navigation property for an entity RecipeProcessEquipRqmt 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 setRecProcEquipRqmtClass(@Nonnull List<RecProcEquipRqmtClass> value)
If the navigation property to_RecProcEquipRqmtClass of a queried RecipeProcessEquipRqmt 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 RecProcEquipRqmtClass entities.public void addRecProcEquipRqmtClass(RecProcEquipRqmtClass... entity)
If the navigation property to_RecProcEquipRqmtClass of a queried RecipeProcessEquipRqmt 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 RecProcEquipRqmtClass entities.public static RecipeProcessEquipRqmt.RecipeProcessEquipRqmtBuilder builder()
@Nullable public UUID getRecipeProcessEquipRqmtUUID()
Original property name from the Odata EDM: RecipeProcessEquipRqmtUUID
@Nullable public UUID getRecipeProcessUUID()
Original property name from the Odata EDM: RecipeProcessUUID
@Nullable public UUID getRecipeProcessElementUUID()
Original property name from the Odata EDM: RecipeProcessElementUUID
@Nullable public String getRecipeProcessEquipRqmtPosNmbr()
Original property name from the Odata EDM: RecipeProcessEquipRqmtPosNmbr
@Nullable public String getRecipeProcEquipRqmtIsPrimRsce()
Original property name from the Odata EDM: RecipeProcEquipRqmtIsPrimRsce
@Nullable public ZonedDateTime getRecipeLastChangeDateTime()
Original property name from the Odata EDM: RecipeLastChangeDateTime
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<RecipeProcessEquipRqmt>
erpConfigContext
- public String toString()
toString
in class VdmObject<RecipeProcessEquipRqmt>
public boolean equals(Object o)
equals
in class VdmObject<RecipeProcessEquipRqmt>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<RecipeProcessEquipRqmt>
public int hashCode()
hashCode
in class VdmObject<RecipeProcessEquipRqmt>
Copyright © 2018 SAP SE. All rights reserved.