java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<RecipeProcessParamValue>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.RecipeProcessParamValue

public class RecipeProcessParamValue extends VdmEntity<RecipeProcessParamValue>
Recipe Process Parameter Values

Original entity name from the Odata EDM: A_RecipeProcessParamValueType

  • Field Details

    • ALL_FIELDS

      public static final RecipeProcessParamValueSelectable ALL_FIELDS
      Selector for all available fields of RecipeProcessParamValue.
    • DELETE_MC

      public static final RecipeProcessParamValueField<Boolean> DELETE_MC
      Use with available fluent helpers to apply the Delete_mc field to query operations.
    • UPDATE_MC

      public static final RecipeProcessParamValueField<Boolean> UPDATE_MC
      Use with available fluent helpers to apply the Update_mc field to query operations.
    • RECIPE_PROCESS_PARAM_VAL_UUID

      public static final RecipeProcessParamValueField<UUID> RECIPE_PROCESS_PARAM_VAL_UUID
      Use with available fluent helpers to apply the RecipeProcessParamValUUID field to query operations.
    • RECIPE_PROCESS_UUID

      public static final RecipeProcessParamValueField<UUID> RECIPE_PROCESS_UUID
      Use with available fluent helpers to apply the RecipeProcessUUID field to query operations.
    • RECIPE_PROCESS_ELEMENT_UUID

      public static final RecipeProcessParamValueField<UUID> RECIPE_PROCESS_ELEMENT_UUID
      Use with available fluent helpers to apply the RecipeProcessElementUUID field to query operations.
    • RECIPE_PROCESS_PARAM_UUID

      public static final RecipeProcessParamValueField<UUID> RECIPE_PROCESS_PARAM_UUID
      Use with available fluent helpers to apply the RecipeProcessParamUUID field to query operations.
    • RECIPE_PROCESS_EQUIP_RQMT_UUID

      public static final RecipeProcessParamValueField<UUID> RECIPE_PROCESS_EQUIP_RQMT_UUID
      Use with available fluent helpers to apply the RecipeProcessEquipRqmtUUID field to query operations.
    • RECIPE_PROCESS_PARAM_UNIT

      public static final RecipeProcessParamValueField<String> RECIPE_PROCESS_PARAM_UNIT
      Use with available fluent helpers to apply the RecipeProcessParamUnit field to query operations.
    • RECIPE_PROCESS_PARAM_TGT_VAL

      public static final RecipeProcessParamValueField<String> RECIPE_PROCESS_PARAM_TGT_VAL
      Use with available fluent helpers to apply the RecipeProcessParamTgtVal field to query operations.
    • RECIPE_PROCESS_PARAM_MIN_VAL

      public static final RecipeProcessParamValueField<String> RECIPE_PROCESS_PARAM_MIN_VAL
      Use with available fluent helpers to apply the RecipeProcessParamMinVal field to query operations.
    • RECIPE_PROCESS_PARAM_MAX_VAL

      public static final RecipeProcessParamValueField<String> RECIPE_PROCESS_PARAM_MAX_VAL
      Use with available fluent helpers to apply the RecipeProcessParamMaxVal field to query operations.
    • RECIPE_PROCESS_PARAM_SQNC_NMBR

      public static final RecipeProcessParamValueField<String> RECIPE_PROCESS_PARAM_SQNC_NMBR
      Use with available fluent helpers to apply the RecipeProcessParamSqncNmbr field to query operations.
    • RECIPE_LAST_CHANGE_DATE_TIME

      public static final RecipeProcessParamValueField<ZonedDateTime> RECIPE_LAST_CHANGE_DATE_TIME
      Use with available fluent helpers to apply the RecipeLastChangeDateTime field to query operations.
    • RECIPE_UUID

      public static final RecipeProcessParamValueField<UUID> RECIPE_UUID
      Use with available fluent helpers to apply the RecipeUUID field to query operations.
    • RECIPE

      public static final RecipeProcessParamValueField<String> RECIPE
      Use with available fluent helpers to apply the Recipe field to query operations.
    • RECIPE_PROCESS_PARAM

      public static final RecipeProcessParamValueField<String> RECIPE_PROCESS_PARAM
      Use with available fluent helpers to apply the RecipeProcessParam field to query operations.
    • RECIPE_PROCESS_EQUIP_RQMT_POS_NMBR

      public static final RecipeProcessParamValueField<String> RECIPE_PROCESS_EQUIP_RQMT_POS_NMBR
      Use with available fluent helpers to apply the RecipeProcessEquipRqmtPosNmbr field to query operations.
    • RECIPE_PROCESS_STAGE_POS_NMBR

      public static final RecipeProcessParamValueField<String> RECIPE_PROCESS_STAGE_POS_NMBR
      Use with available fluent helpers to apply the RecipeProcessStagePosNmbr field to query operations.
    • RECIPE_PROCESS_OPERATION_POS_NMBR

      public static final RecipeProcessParamValueField<String> RECIPE_PROCESS_OPERATION_POS_NMBR
      Use with available fluent helpers to apply the RecipeProcessOperationPosNmbr field to query operations.
    • RECIPE_PROCESS_ACTION_POS_NMBR

      public static final RecipeProcessParamValueField<String> RECIPE_PROCESS_ACTION_POS_NMBR
      Use with available fluent helpers to apply the RecipeProcessActionPosNmbr field to query operations.
    • TO_RECIPE

      public static final RecipeProcessParamValueOneToOneLink<Recipe> TO_RECIPE
      Use with available fluent helpers to apply the to_Recipe navigation property to query operations.
    • TO_RECIPE_PROCESS_ELEMENT

      public static final RecipeProcessParamValueOneToOneLink<RecipeProcessElement> TO_RECIPE_PROCESS_ELEMENT
      Use with available fluent helpers to apply the to_RecipeProcessElement navigation property to query operations.
    • TO_RECIPE_PROCESS_EQUIP_RQMT

      public static final RecipeProcessParamValueOneToOneLink<RecipeProcessEquipRqmt> TO_RECIPE_PROCESS_EQUIP_RQMT
      Use with available fluent helpers to apply the to_RecipeProcessEquipRqmt navigation property to query operations.
    • TO_RECIPE_PROCESS_PARAM

      public static final RecipeProcessParamValueOneToOneLink<RecipeProcessParam> TO_RECIPE_PROCESS_PARAM
      Use with available fluent helpers to apply the to_RecipeProcessParam navigation property to query operations.
    • TO_RECIPE_PROCESS_PARAM_VALUE_TXT

      public static final RecipeProcessParamValueLink<RecipeProcessParamValueTxt> TO_RECIPE_PROCESS_PARAM_VALUE_TXT
      Use with available fluent helpers to apply the to_RecipeProcessParamValueTxt navigation property to query operations.
    • TO_REC_PROC_PARAM_VAL_CHARC

      public static final RecipeProcessParamValueLink<RecProcParamValCharc> TO_REC_PROC_PARAM_VAL_CHARC
      Use with available fluent helpers to apply the to_RecProcParamValCharc navigation property to query operations.
    • TO_REC_PROC_PARAM_VAL_CLASS

      public static final RecipeProcessParamValueLink<RecProcParamValClass> TO_REC_PROC_PARAM_VAL_CLASS
      Use with available fluent helpers to apply the to_RecProcParamValClass navigation property to query operations.
  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<RecipeProcessParamValue> getType()
      Specified by:
      getType in class VdmObject<RecipeProcessParamValue>
    • setDelete_mc

      public void setDelete_mc(@Nullable Boolean delete_mc)
      Constraints: none

      Original property name from the Odata EDM: Delete_mc

      Parameters:
      delete_mc - Dyn. Method Control
    • setUpdate_mc

      public void setUpdate_mc(@Nullable Boolean update_mc)
      Constraints: none

      Original property name from the Odata EDM: Update_mc

      Parameters:
      update_mc - Dyn. Method Control
    • setRecipeProcessParamValUUID

      public void setRecipeProcessParamValUUID(@Nullable UUID recipeProcessParamValUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: RecipeProcessParamValUUID

      Parameters:
      recipeProcessParamValUUID - Process Parameter Value Key
    • setRecipeProcessUUID

      public void setRecipeProcessUUID(@Nullable UUID recipeProcessUUID)
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessUUID

      Parameters:
      recipeProcessUUID - Process GUID
    • setRecipeProcessElementUUID

      public void setRecipeProcessElementUUID(@Nullable UUID recipeProcessElementUUID)
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessElementUUID

      Parameters:
      recipeProcessElementUUID - Process Element GUID
    • setRecipeProcessParamUUID

      public void setRecipeProcessParamUUID(@Nullable UUID recipeProcessParamUUID)
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamUUID

      Parameters:
      recipeProcessParamUUID - Process Parameter Master Data Key
    • setRecipeProcessEquipRqmtUUID

      public void setRecipeProcessEquipRqmtUUID(@Nullable UUID recipeProcessEquipRqmtUUID)
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessEquipRqmtUUID

      Parameters:
      recipeProcessEquipRqmtUUID - Equipment Requirement GUID
    • setRecipeProcessParamUnit

      public void setRecipeProcessParamUnit(@Nullable String recipeProcessParamUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: RecipeProcessParamUnit

      Parameters:
      recipeProcessParamUnit - Unit of Measure
    • setRecipeProcessParamTgtVal

      public void setRecipeProcessParamTgtVal(@Nullable String recipeProcessParamTgtVal)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: RecipeProcessParamTgtVal

      Parameters:
      recipeProcessParamTgtVal - Target Value
    • setRecipeProcessParamMinVal

      public void setRecipeProcessParamMinVal(@Nullable String recipeProcessParamMinVal)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: RecipeProcessParamMinVal

      Parameters:
      recipeProcessParamMinVal - Minimum Value
    • setRecipeProcessParamMaxVal

      public void setRecipeProcessParamMaxVal(@Nullable String recipeProcessParamMaxVal)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: RecipeProcessParamMaxVal

      Parameters:
      recipeProcessParamMaxVal - Maximum Value
    • setRecipeProcessParamSqncNmbr

      public void setRecipeProcessParamSqncNmbr(@Nullable String recipeProcessParamSqncNmbr)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: RecipeProcessParamSqncNmbr

      Parameters:
      recipeProcessParamSqncNmbr - Sequence Number (Format NNNN)
    • setRecipeLastChangeDateTime

      public void setRecipeLastChangeDateTime(@Nullable ZonedDateTime recipeLastChangeDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: RecipeLastChangeDateTime

      Parameters:
      recipeLastChangeDateTime - UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • setRecipeUUID

      public void setRecipeUUID(@Nullable UUID recipeUUID)
      Constraints: none

      Original property name from the Odata EDM: RecipeUUID

      Parameters:
      recipeUUID - Common Recipe GUID
    • setRecipe

      public void setRecipe(@Nullable String recipe)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: Recipe

      Parameters:
      recipe - Recipe ID
    • setRecipeProcessParam

      public void setRecipeProcessParam(@Nullable String recipeProcessParam)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: RecipeProcessParam

      Parameters:
      recipeProcessParam - Process Parameter Master Data - Legible Name / ID
    • setRecipeProcessEquipRqmtPosNmbr

      public void setRecipeProcessEquipRqmtPosNmbr(@Nullable String recipeProcessEquipRqmtPosNmbr)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: RecipeProcessEquipRqmtPosNmbr

      Parameters:
      recipeProcessEquipRqmtPosNmbr - Sequence Number
    • setRecipeProcessStagePosNmbr

      public void setRecipeProcessStagePosNmbr(@Nullable String recipeProcessStagePosNmbr)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: RecipeProcessStagePosNmbr

      Parameters:
      recipeProcessStagePosNmbr - ID of a Process Element
    • setRecipeProcessOperationPosNmbr

      public void setRecipeProcessOperationPosNmbr(@Nullable String recipeProcessOperationPosNmbr)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: RecipeProcessOperationPosNmbr

      Parameters:
      recipeProcessOperationPosNmbr - ID of a Process Element
    • setRecipeProcessActionPosNmbr

      public void setRecipeProcessActionPosNmbr(@Nullable String recipeProcessActionPosNmbr)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: RecipeProcessActionPosNmbr

      Parameters:
      recipeProcessActionPosNmbr - ID of a Process Element
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<RecipeProcessParamValue>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<RecipeProcessParamValue>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<RecipeProcessParamValue>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<RecipeProcessParamValue>
    • field

      @Nonnull public static <T> RecipeProcessParamValueField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      Parameters:
      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.
      Returns:
      A representation of an extension field from this entity.
    • field

      @Nonnull public static <T, DomainT> RecipeProcessParamValueField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      DomainT - The type of the extension field as returned by the OData service.
      Parameters:
      typeConverter - A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the field
      fieldName - The name of the extension field as returned by the OData service.
      Returns:
      A representation of an extension field from this entity, holding a reference to the given TypeConverter.
    • getDestinationForFetch

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<RecipeProcessParamValue>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<RecipeProcessParamValue>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<RecipeProcessParamValue>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<RecipeProcessParamValue>
    • toMapOfNavigationProperties

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<RecipeProcessParamValue>
    • fetchRecipe

      @Nullable public Recipe fetchRecipe()
      Fetches the Recipe entity (one to one) associated with this entity. This corresponds to the OData navigation property to_Recipe.

      Please note: This method will not cache or persist the query results.

      Returns:
      The single associated Recipe entity, or null if an entity is not associated.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.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.
    • getRecipeOrFetch

      @Nullable public Recipe getRecipeOrFetch()
      Retrieval of associated Recipe entity (one to one). This corresponds to the OData navigation property to_Recipe.

      If the navigation property to_Recipe of a queried RecipeProcessParamValue 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.

      Returns:
      List of associated Recipe entity.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.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.
    • getRecipeIfPresent

      @Nonnull public io.vavr.control.Option<Recipe> getRecipeIfPresent()
      Retrieval of associated Recipe entity (one to one). This corresponds to the OData navigation property to_Recipe.

      If the navigation property for an entity RecipeProcessParamValue has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_Recipe is already loaded, the result will contain the Recipe entity. If not, an Option with result state empty is returned.
    • setRecipe

      public void setRecipe(Recipe value)
      Overwrites the associated Recipe entity for the loaded navigation property to_Recipe.
      Parameters:
      value - New Recipe entity.
    • fetchRecipeProcessElement

      @Nullable public RecipeProcessElement fetchRecipeProcessElement()
      Fetches the RecipeProcessElement entity (one to one) associated with this entity. This corresponds to the OData navigation property to_RecipeProcessElement.

      Please note: This method will not cache or persist the query results.

      Returns:
      The single associated RecipeProcessElement entity, or null if an entity is not associated.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.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.
    • getRecipeProcessElementOrFetch

      @Nullable public RecipeProcessElement getRecipeProcessElementOrFetch()
      Retrieval of associated RecipeProcessElement entity (one to one). This corresponds to the OData navigation property to_RecipeProcessElement.

      If the navigation property to_RecipeProcessElement of a queried RecipeProcessParamValue 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.

      Returns:
      List of associated RecipeProcessElement entity.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.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.
    • getRecipeProcessElementIfPresent

      @Nonnull public io.vavr.control.Option<RecipeProcessElement> getRecipeProcessElementIfPresent()
      Retrieval of associated RecipeProcessElement entity (one to one). This corresponds to the OData navigation property to_RecipeProcessElement.

      If the navigation property for an entity RecipeProcessParamValue has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_RecipeProcessElement is already loaded, the result will contain the RecipeProcessElement entity. If not, an Option with result state empty is returned.
    • setRecipeProcessElement

      public void setRecipeProcessElement(RecipeProcessElement value)
      Overwrites the associated RecipeProcessElement entity for the loaded navigation property to_RecipeProcessElement.
      Parameters:
      value - New RecipeProcessElement entity.
    • fetchRecipeProcessEquipRqmt

      @Nullable public RecipeProcessEquipRqmt fetchRecipeProcessEquipRqmt()
      Fetches the RecipeProcessEquipRqmt entity (one to one) associated with this entity. This corresponds to the OData navigation property to_RecipeProcessEquipRqmt.

      Please note: This method will not cache or persist the query results.

      Returns:
      The single associated RecipeProcessEquipRqmt entity, or null if an entity is not associated.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.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.
    • getRecipeProcessEquipRqmtOrFetch

      @Nullable public RecipeProcessEquipRqmt getRecipeProcessEquipRqmtOrFetch()
      Retrieval of associated RecipeProcessEquipRqmt entity (one to one). This corresponds to the OData navigation property to_RecipeProcessEquipRqmt.

      If the navigation property to_RecipeProcessEquipRqmt of a queried RecipeProcessParamValue 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.

      Returns:
      List of associated RecipeProcessEquipRqmt entity.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.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.
    • getRecipeProcessEquipRqmtIfPresent

      @Nonnull public io.vavr.control.Option<RecipeProcessEquipRqmt> getRecipeProcessEquipRqmtIfPresent()
      Retrieval of associated RecipeProcessEquipRqmt entity (one to one). This corresponds to the OData navigation property to_RecipeProcessEquipRqmt.

      If the navigation property for an entity RecipeProcessParamValue has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_RecipeProcessEquipRqmt is already loaded, the result will contain the RecipeProcessEquipRqmt entity. If not, an Option with result state empty is returned.
    • setRecipeProcessEquipRqmt

      public void setRecipeProcessEquipRqmt(RecipeProcessEquipRqmt value)
      Overwrites the associated RecipeProcessEquipRqmt entity for the loaded navigation property to_RecipeProcessEquipRqmt.
      Parameters:
      value - New RecipeProcessEquipRqmt entity.
    • fetchRecipeProcessParam

      @Nullable public RecipeProcessParam fetchRecipeProcessParam()
      Fetches the RecipeProcessParam entity (one to one) associated with this entity. This corresponds to the OData navigation property to_RecipeProcessParam.

      Please note: This method will not cache or persist the query results.

      Returns:
      The single associated RecipeProcessParam entity, or null if an entity is not associated.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.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.
    • getRecipeProcessParamOrFetch

      @Nullable public RecipeProcessParam getRecipeProcessParamOrFetch()
      Retrieval of associated RecipeProcessParam entity (one to one). This corresponds to the OData navigation property to_RecipeProcessParam.

      If the navigation property to_RecipeProcessParam of a queried RecipeProcessParamValue 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.

      Returns:
      List of associated RecipeProcessParam entity.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.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.
    • getRecipeProcessParamIfPresent

      @Nonnull public io.vavr.control.Option<RecipeProcessParam> getRecipeProcessParamIfPresent()
      Retrieval of associated RecipeProcessParam entity (one to one). This corresponds to the OData navigation property to_RecipeProcessParam.

      If the navigation property for an entity RecipeProcessParamValue has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_RecipeProcessParam is already loaded, the result will contain the RecipeProcessParam entity. If not, an Option with result state empty is returned.
    • setRecipeProcessParam

      public void setRecipeProcessParam(RecipeProcessParam value)
      Overwrites the associated RecipeProcessParam entity for the loaded navigation property to_RecipeProcessParam.
      Parameters:
      value - New RecipeProcessParam entity.
    • fetchRecipeProcessParamValueTxt

      @Nonnull public List<RecipeProcessParamValueTxt> fetchRecipeProcessParamValueTxt()
      Fetches the RecipeProcessParamValueTxt entities (one to many) associated with this entity. This corresponds to the OData navigation property to_RecipeProcessParamValueTxt.

      Please note: This method will not cache or persist the query results.

      Returns:
      List containing one or more associated RecipeProcessParamValueTxt entities. If no entities are associated then an empty list is returned.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.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.
    • getRecipeProcessParamValueTxtOrFetch

      @Nonnull public List<RecipeProcessParamValueTxt> getRecipeProcessParamValueTxtOrFetch()
      Retrieval of associated RecipeProcessParamValueTxt entities (one to many). This corresponds to the OData navigation property to_RecipeProcessParamValueTxt.

      If the navigation property to_RecipeProcessParamValueTxt of a queried RecipeProcessParamValue 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.

      Returns:
      List of associated RecipeProcessParamValueTxt entities.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.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.
    • getRecipeProcessParamValueTxtIfPresent

      @Nonnull public io.vavr.control.Option<List<RecipeProcessParamValueTxt>> getRecipeProcessParamValueTxtIfPresent()
      Retrieval of associated RecipeProcessParamValueTxt entities (one to many). This corresponds to the OData navigation property to_RecipeProcessParamValueTxt.

      If the navigation property for an entity RecipeProcessParamValue has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_RecipeProcessParamValueTxt is already loaded, the result will contain the RecipeProcessParamValueTxt entities. If not, an Option with result state empty is returned.
    • setRecipeProcessParamValueTxt

      public void setRecipeProcessParamValueTxt(@Nonnull List<RecipeProcessParamValueTxt> value)
      Overwrites the list of associated RecipeProcessParamValueTxt entities for the loaded navigation property to_RecipeProcessParamValueTxt.

      If the navigation property to_RecipeProcessParamValueTxt of a queried RecipeProcessParamValue 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.

      Parameters:
      value - List of RecipeProcessParamValueTxt entities.
    • addRecipeProcessParamValueTxt

      public void addRecipeProcessParamValueTxt(RecipeProcessParamValueTxt... entity)
      Adds elements to the list of associated RecipeProcessParamValueTxt entities. This corresponds to the OData navigation property to_RecipeProcessParamValueTxt.

      If the navigation property to_RecipeProcessParamValueTxt of a queried RecipeProcessParamValue 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.

      Parameters:
      entity - Array of RecipeProcessParamValueTxt entities.
    • fetchRecProcParamValCharc

      @Nonnull public List<RecProcParamValCharc> fetchRecProcParamValCharc()
      Fetches the RecProcParamValCharc entities (one to many) associated with this entity. This corresponds to the OData navigation property to_RecProcParamValCharc.

      Please note: This method will not cache or persist the query results.

      Returns:
      List containing one or more associated RecProcParamValCharc entities. If no entities are associated then an empty list is returned.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.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.
    • getRecProcParamValCharcOrFetch

      @Nonnull public List<RecProcParamValCharc> getRecProcParamValCharcOrFetch()
      Retrieval of associated RecProcParamValCharc entities (one to many). This corresponds to the OData navigation property to_RecProcParamValCharc.

      If the navigation property to_RecProcParamValCharc of a queried RecipeProcessParamValue 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.

      Returns:
      List of associated RecProcParamValCharc entities.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.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.
    • getRecProcParamValCharcIfPresent

      @Nonnull public io.vavr.control.Option<List<RecProcParamValCharc>> getRecProcParamValCharcIfPresent()
      Retrieval of associated RecProcParamValCharc entities (one to many). This corresponds to the OData navigation property to_RecProcParamValCharc.

      If the navigation property for an entity RecipeProcessParamValue has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_RecProcParamValCharc is already loaded, the result will contain the RecProcParamValCharc entities. If not, an Option with result state empty is returned.
    • setRecProcParamValCharc

      public void setRecProcParamValCharc(@Nonnull List<RecProcParamValCharc> value)
      Overwrites the list of associated RecProcParamValCharc entities for the loaded navigation property to_RecProcParamValCharc.

      If the navigation property to_RecProcParamValCharc of a queried RecipeProcessParamValue 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.

      Parameters:
      value - List of RecProcParamValCharc entities.
    • addRecProcParamValCharc

      public void addRecProcParamValCharc(RecProcParamValCharc... entity)
      Adds elements to the list of associated RecProcParamValCharc entities. This corresponds to the OData navigation property to_RecProcParamValCharc.

      If the navigation property to_RecProcParamValCharc of a queried RecipeProcessParamValue 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.

      Parameters:
      entity - Array of RecProcParamValCharc entities.
    • fetchRecProcParamValClass

      @Nonnull public List<RecProcParamValClass> fetchRecProcParamValClass()
      Fetches the RecProcParamValClass entities (one to many) associated with this entity. This corresponds to the OData navigation property to_RecProcParamValClass.

      Please note: This method will not cache or persist the query results.

      Returns:
      List containing one or more associated RecProcParamValClass entities. If no entities are associated then an empty list is returned.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.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.
    • getRecProcParamValClassOrFetch

      @Nonnull public List<RecProcParamValClass> getRecProcParamValClassOrFetch()
      Retrieval of associated RecProcParamValClass entities (one to many). This corresponds to the OData navigation property to_RecProcParamValClass.

      If the navigation property to_RecProcParamValClass of a queried RecipeProcessParamValue 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.

      Returns:
      List of associated RecProcParamValClass entities.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.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.
    • getRecProcParamValClassIfPresent

      @Nonnull public io.vavr.control.Option<List<RecProcParamValClass>> getRecProcParamValClassIfPresent()
      Retrieval of associated RecProcParamValClass entities (one to many). This corresponds to the OData navigation property to_RecProcParamValClass.

      If the navigation property for an entity RecipeProcessParamValue has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_RecProcParamValClass is already loaded, the result will contain the RecProcParamValClass entities. If not, an Option with result state empty is returned.
    • setRecProcParamValClass

      public void setRecProcParamValClass(@Nonnull List<RecProcParamValClass> value)
      Overwrites the list of associated RecProcParamValClass entities for the loaded navigation property to_RecProcParamValClass.

      If the navigation property to_RecProcParamValClass of a queried RecipeProcessParamValue 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.

      Parameters:
      value - List of RecProcParamValClass entities.
    • addRecProcParamValClass

      public void addRecProcParamValClass(RecProcParamValClass... entity)
      Adds elements to the list of associated RecProcParamValClass entities. This corresponds to the OData navigation property to_RecProcParamValClass.

      If the navigation property to_RecProcParamValClass of a queried RecipeProcessParamValue 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.

      Parameters:
      entity - Array of RecProcParamValClass entities.
    • builder

    • getDelete_mc

      @Nullable public Boolean getDelete_mc()
      Constraints: none

      Original property name from the Odata EDM: Delete_mc

      Returns:
      Dyn. Method Control
    • getUpdate_mc

      @Nullable public Boolean getUpdate_mc()
      Constraints: none

      Original property name from the Odata EDM: Update_mc

      Returns:
      Dyn. Method Control
    • getRecipeProcessParamValUUID

      @Nullable public UUID getRecipeProcessParamValUUID()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: RecipeProcessParamValUUID

      Returns:
      Process Parameter Value Key
    • getRecipeProcessUUID

      @Nullable public UUID getRecipeProcessUUID()
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessUUID

      Returns:
      Process GUID
    • getRecipeProcessElementUUID

      @Nullable public UUID getRecipeProcessElementUUID()
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessElementUUID

      Returns:
      Process Element GUID
    • getRecipeProcessParamUUID

      @Nullable public UUID getRecipeProcessParamUUID()
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamUUID

      Returns:
      Process Parameter Master Data Key
    • getRecipeProcessEquipRqmtUUID

      @Nullable public UUID getRecipeProcessEquipRqmtUUID()
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessEquipRqmtUUID

      Returns:
      Equipment Requirement GUID
    • getRecipeProcessParamUnit

      @Nullable public String getRecipeProcessParamUnit()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: RecipeProcessParamUnit

      Returns:
      Unit of Measure
    • getRecipeProcessParamTgtVal

      @Nullable public String getRecipeProcessParamTgtVal()
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: RecipeProcessParamTgtVal

      Returns:
      Target Value
    • getRecipeProcessParamMinVal

      @Nullable public String getRecipeProcessParamMinVal()
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: RecipeProcessParamMinVal

      Returns:
      Minimum Value
    • getRecipeProcessParamMaxVal

      @Nullable public String getRecipeProcessParamMaxVal()
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: RecipeProcessParamMaxVal

      Returns:
      Maximum Value
    • getRecipeProcessParamSqncNmbr

      @Nullable public String getRecipeProcessParamSqncNmbr()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: RecipeProcessParamSqncNmbr

      Returns:
      Sequence Number (Format NNNN)
    • getRecipeLastChangeDateTime

      @Nullable public ZonedDateTime getRecipeLastChangeDateTime()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: RecipeLastChangeDateTime

      Returns:
      UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • getRecipeUUID

      @Nullable public UUID getRecipeUUID()
      Constraints: none

      Original property name from the Odata EDM: RecipeUUID

      Returns:
      Common Recipe GUID
    • getRecipe

      @Nullable public String getRecipe()
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: Recipe

      Returns:
      Recipe ID
    • getRecipeProcessParam

      @Nullable public String getRecipeProcessParam()
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: RecipeProcessParam

      Returns:
      Process Parameter Master Data - Legible Name / ID
    • getRecipeProcessEquipRqmtPosNmbr

      @Nullable public String getRecipeProcessEquipRqmtPosNmbr()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: RecipeProcessEquipRqmtPosNmbr

      Returns:
      Sequence Number
    • getRecipeProcessStagePosNmbr

      @Nullable public String getRecipeProcessStagePosNmbr()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: RecipeProcessStagePosNmbr

      Returns:
      ID of a Process Element
    • getRecipeProcessOperationPosNmbr

      @Nullable public String getRecipeProcessOperationPosNmbr()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: RecipeProcessOperationPosNmbr

      Returns:
      ID of a Process Element
    • getRecipeProcessActionPosNmbr

      @Nullable public String getRecipeProcessActionPosNmbr()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: RecipeProcessActionPosNmbr

      Returns:
      ID of a Process Element
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<RecipeProcessParamValue>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<RecipeProcessParamValue>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<RecipeProcessParamValue>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<RecipeProcessParamValue>