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

public class RecipeProcessParam extends VdmEntity<RecipeProcessParam>
Recipe Process Parameters

Original entity name from the Odata EDM: A_RecipeProcessParamType

  • Field Details

    • ALL_FIELDS

      public static final RecipeProcessParamSelectable ALL_FIELDS
      Selector for all available fields of RecipeProcessParam.
    • RECIPE_PROCESS_PARAM_UUID

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

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

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

      public static final RecipeProcessParamField<Boolean> RECIPE_PROCESS_PARAM_UNIT_IS_FXD
      Use with available fluent helpers to apply the RecipeProcessParamUnitIsFxd field to query operations.
    • RECIPE_PROCESS_PARAM_TGT_VAL

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

      public static final RecipeProcessParamField<Boolean> RECIPE_PROCESS_PARAM_TGT_VAL_IS_FXD
      Use with available fluent helpers to apply the RecipeProcessParamTgtValIsFxd field to query operations.
    • RECIPE_PROCESS_PARAM_MIN_VAL

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

      public static final RecipeProcessParamField<Boolean> RECIPE_PROCESS_PARAM_MIN_VAL_IS_FXD
      Use with available fluent helpers to apply the RecipeProcessParamMinValIsFxd field to query operations.
    • RECIPE_PROCESS_PARAM_MAX_VAL

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

      public static final RecipeProcessParamField<Boolean> RECIPE_PROCESS_PARAM_MAX_VAL_IS_FXD
      Use with available fluent helpers to apply the RecipeProcessParamMaxValIsFxd field to query operations.
    • RECIPE_PROCESS_PARAM_DEC_PLACES

      public static final RecipeProcessParamField<String> RECIPE_PROCESS_PARAM_DEC_PLACES
      Use with available fluent helpers to apply the RecipeProcessParamDecPlaces field to query operations.
    • RECIPE_PROCESS_PARAM_GROUP

      public static final RecipeProcessParamField<String> RECIPE_PROCESS_PARAM_GROUP
      Use with available fluent helpers to apply the RecipeProcessParamGroup field to query operations.
    • RECIPE_PROCESS_PARAM_CLASS

      public static final RecipeProcessParamField<String> RECIPE_PROCESS_PARAM_CLASS
      Use with available fluent helpers to apply the RecipeProcessParamClass field to query operations.
    • RECIPE_PROCESS_PARAM_IS_OBSOLETE

      public static final RecipeProcessParamField<Boolean> RECIPE_PROCESS_PARAM_IS_OBSOLETE
      Use with available fluent helpers to apply the RecipeProcessParamIsObsolete field to query operations.
    • RECIPE_PROCESS_PARAM_IS_DELETED

      public static final RecipeProcessParamField<Boolean> RECIPE_PROCESS_PARAM_IS_DELETED
      Use with available fluent helpers to apply the RecipeProcessParamIsDeleted field to query operations.
    • TO_RECIPE_PROCESS_PARAM_DESC

      public static final RecipeProcessParamLink<RecipeProcessParamText> TO_RECIPE_PROCESS_PARAM_DESC
      Use with available fluent helpers to apply the to_RecipeProcessParamDesc navigation property to query operations.
  • Constructor Details

    • RecipeProcessParam

      public RecipeProcessParam()
    • RecipeProcessParam

      public RecipeProcessParam(@Nullable UUID recipeProcessParamUUID, @Nullable String recipeProcessParam, @Nullable String recipeProcessParamUnit, @Nullable Boolean recipeProcessParamUnitIsFxd, @Nullable String recipeProcessParamTgtVal, @Nullable Boolean recipeProcessParamTgtValIsFxd, @Nullable String recipeProcessParamMinVal, @Nullable Boolean recipeProcessParamMinValIsFxd, @Nullable String recipeProcessParamMaxVal, @Nullable Boolean recipeProcessParamMaxValIsFxd, @Nullable String recipeProcessParamDecPlaces, @Nullable String recipeProcessParamGroup, @Nullable String recipeProcessParamClass, @Nullable Boolean recipeProcessParamIsObsolete, @Nullable Boolean recipeProcessParamIsDeleted, List<RecipeProcessParamText> toRecipeProcessParamDesc)
  • Method Details

    • getType

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

      public void setRecipeProcessParamUUID(@Nullable UUID recipeProcessParamUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: RecipeProcessParamUUID

      Parameters:
      recipeProcessParamUUID - Process Parameter Master Data Key
    • 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
    • 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
    • setRecipeProcessParamUnitIsFxd

      public void setRecipeProcessParamUnitIsFxd(@Nullable Boolean recipeProcessParamUnitIsFxd)
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamUnitIsFxd

      Parameters:
      recipeProcessParamUnitIsFxd - Value Must Not Be Changed
    • 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
    • setRecipeProcessParamTgtValIsFxd

      public void setRecipeProcessParamTgtValIsFxd(@Nullable Boolean recipeProcessParamTgtValIsFxd)
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamTgtValIsFxd

      Parameters:
      recipeProcessParamTgtValIsFxd - Value Must Not Be Changed
    • 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
    • setRecipeProcessParamMinValIsFxd

      public void setRecipeProcessParamMinValIsFxd(@Nullable Boolean recipeProcessParamMinValIsFxd)
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamMinValIsFxd

      Parameters:
      recipeProcessParamMinValIsFxd - Value Must Not Be Changed
    • 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
    • setRecipeProcessParamMaxValIsFxd

      public void setRecipeProcessParamMaxValIsFxd(@Nullable Boolean recipeProcessParamMaxValIsFxd)
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamMaxValIsFxd

      Parameters:
      recipeProcessParamMaxValIsFxd - Value Must Not Be Changed
    • setRecipeProcessParamDecPlaces

      public void setRecipeProcessParamDecPlaces(@Nullable String recipeProcessParamDecPlaces)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: RecipeProcessParamDecPlaces

      Parameters:
      recipeProcessParamDecPlaces - Decimal Places for Process Parameter Values
    • setRecipeProcessParamGroup

      public void setRecipeProcessParamGroup(@Nullable String recipeProcessParamGroup)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: RecipeProcessParamGroup

      Parameters:
      recipeProcessParamGroup - Process Parameter Group ID
    • setRecipeProcessParamClass

      public void setRecipeProcessParamClass(@Nullable String recipeProcessParamClass)
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: RecipeProcessParamClass

      Parameters:
      recipeProcessParamClass - Class ID for Classification
    • setRecipeProcessParamIsObsolete

      public void setRecipeProcessParamIsObsolete(@Nullable Boolean recipeProcessParamIsObsolete)
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamIsObsolete

      Parameters:
      recipeProcessParamIsObsolete - Obsolete
    • setRecipeProcessParamIsDeleted

      public void setRecipeProcessParamIsDeleted(@Nullable Boolean recipeProcessParamIsDeleted)
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamIsDeleted

      Parameters:
      recipeProcessParamIsDeleted - Process Parameter Deleted
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> RecipeProcessParamField<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> RecipeProcessParamField<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<RecipeProcessParam>
    • setServicePathForFetch

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

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

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

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

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

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

      Returns:
      List containing one or more associated RecipeProcessParamText 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.
    • getRecipeProcessParamDescOrFetch

      @Nonnull public List<RecipeProcessParamText> getRecipeProcessParamDescOrFetch()
      Retrieval of associated RecipeProcessParamText entities (one to many). This corresponds to the OData navigation property to_RecipeProcessParamDesc.

      If the navigation property to_RecipeProcessParamDesc of a queried RecipeProcessParam 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 RecipeProcessParamText 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.
    • getRecipeProcessParamDescIfPresent

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

      If the navigation property for an entity RecipeProcessParam 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_RecipeProcessParamDesc is already loaded, the result will contain the RecipeProcessParamText entities. If not, an Option with result state empty is returned.
    • setRecipeProcessParamDesc

      public void setRecipeProcessParamDesc(@Nonnull List<RecipeProcessParamText> value)
      Overwrites the list of associated RecipeProcessParamText entities for the loaded navigation property to_RecipeProcessParamDesc.

      If the navigation property to_RecipeProcessParamDesc of a queried RecipeProcessParam 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 RecipeProcessParamText entities.
    • addRecipeProcessParamDesc

      public void addRecipeProcessParamDesc(RecipeProcessParamText... entity)
      Adds elements to the list of associated RecipeProcessParamText entities. This corresponds to the OData navigation property to_RecipeProcessParamDesc.

      If the navigation property to_RecipeProcessParamDesc of a queried RecipeProcessParam 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 RecipeProcessParamText entities.
    • builder

      @Nonnull public static RecipeProcessParam.RecipeProcessParamBuilder builder()
    • getRecipeProcessParamUUID

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

      Original property name from the Odata EDM: RecipeProcessParamUUID

      Returns:
      Process Parameter Master Data Key
    • 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
    • getRecipeProcessParamUnit

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

      Original property name from the Odata EDM: RecipeProcessParamUnit

      Returns:
      Unit of Measure
    • getRecipeProcessParamUnitIsFxd

      @Nullable public Boolean getRecipeProcessParamUnitIsFxd()
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamUnitIsFxd

      Returns:
      Value Must Not Be Changed
    • getRecipeProcessParamTgtVal

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

      Original property name from the Odata EDM: RecipeProcessParamTgtVal

      Returns:
      Target Value
    • getRecipeProcessParamTgtValIsFxd

      @Nullable public Boolean getRecipeProcessParamTgtValIsFxd()
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamTgtValIsFxd

      Returns:
      Value Must Not Be Changed
    • getRecipeProcessParamMinVal

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

      Original property name from the Odata EDM: RecipeProcessParamMinVal

      Returns:
      Minimum Value
    • getRecipeProcessParamMinValIsFxd

      @Nullable public Boolean getRecipeProcessParamMinValIsFxd()
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamMinValIsFxd

      Returns:
      Value Must Not Be Changed
    • getRecipeProcessParamMaxVal

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

      Original property name from the Odata EDM: RecipeProcessParamMaxVal

      Returns:
      Maximum Value
    • getRecipeProcessParamMaxValIsFxd

      @Nullable public Boolean getRecipeProcessParamMaxValIsFxd()
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamMaxValIsFxd

      Returns:
      Value Must Not Be Changed
    • getRecipeProcessParamDecPlaces

      @Nullable public String getRecipeProcessParamDecPlaces()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: RecipeProcessParamDecPlaces

      Returns:
      Decimal Places for Process Parameter Values
    • getRecipeProcessParamGroup

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

      Original property name from the Odata EDM: RecipeProcessParamGroup

      Returns:
      Process Parameter Group ID
    • getRecipeProcessParamClass

      @Nullable public String getRecipeProcessParamClass()
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: RecipeProcessParamClass

      Returns:
      Class ID for Classification
    • getRecipeProcessParamIsObsolete

      @Nullable public Boolean getRecipeProcessParamIsObsolete()
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamIsObsolete

      Returns:
      Obsolete
    • getRecipeProcessParamIsDeleted

      @Nullable public Boolean getRecipeProcessParamIsDeleted()
      Constraints: none

      Original property name from the Odata EDM: RecipeProcessParamIsDeleted

      Returns:
      Process Parameter Deleted
    • toString

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

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

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

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