Class Recipe
Original entity name from the Odata EDM: A_RecipeType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of Recipe instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RecipeSelectableSelector for all available fields of Recipe.static final RecipeField<Boolean>Use with available fluent helpers to apply the Delete_mc field to query operations.static final RecipeField<String>Use with available fluent helpers to apply the Plant field to query operations.static final RecipeField<UUID>Use with available fluent helpers to apply the RcpFmlaUUID field to query operations.static final RecipeField<String>Use with available fluent helpers to apply the Recipe field to query operations.static final RecipeField<String>Use with available fluent helpers to apply the RecipeAlternativeNumber field to query operations.static final RecipeField<String>Use with available fluent helpers to apply the RecipeAuthorizationGroup field to query operations.static final RecipeField<String>Use with available fluent helpers to apply the RecipeCreatedByUser field to query operations.static final RecipeField<ZonedDateTime>Use with available fluent helpers to apply the RecipeCreationDateTime field to query operations.static final RecipeField<Boolean>Use with available fluent helpers to apply the RecipeIsArchived field to query operations.static final RecipeField<Boolean>Use with available fluent helpers to apply the RecipeIsDeleted field to query operations.static final RecipeField<ZonedDateTime>Use with available fluent helpers to apply the RecipeLastChangeDateTime field to query operations.static final RecipeField<String>Use with available fluent helpers to apply the RecipeLastChangedByUser field to query operations.static final RecipeField<String>Use with available fluent helpers to apply the RecipePrimOutpAuthznGrp field to query operations.static final RecipeField<String>Use with available fluent helpers to apply the RecipePrimOutpSpecType field to query operations.static final RecipeField<String>Use with available fluent helpers to apply the RecipePrimaryOutput field to query operations.static final RecipeField<String>Use with available fluent helpers to apply the RecipePrimaryOutputInternalID field to query operations.static final RecipeField<UUID>Use with available fluent helpers to apply the RecipeProcessUUID field to query operations.static final RecipeField<String>Use with available fluent helpers to apply the RecipePurpose field to query operations.static final RecipeField<String>Use with available fluent helpers to apply the RecipeStatus field to query operations.static final RecipeField<String>Use with available fluent helpers to apply the RecipeStatusSchema field to query operations.static final RecipeField<String>Use with available fluent helpers to apply the RecipeType field to query operations.static final RecipeField<String>Use with available fluent helpers to apply the RecipeUniqueID field to query operations.static final RecipeField<UUID>Use with available fluent helpers to apply the RecipeUUID field to query operations.static final RecipeField<String>Use with available fluent helpers to apply the RecipeUUID_Text field to query operations.static final RecipeField<LocalDateTime>Use with available fluent helpers to apply the RecipeValidityEndDate field to query operations.static final RecipeField<BigDecimal>Use with available fluent helpers to apply the RecipeValidityMaxQuantity field to query operations.static final RecipeField<BigDecimal>Use with available fluent helpers to apply the RecipeValidityMinQuantity field to query operations.static final RecipeField<LocalDateTime>Use with available fluent helpers to apply the RecipeValidityStartDate field to query operations.static final RecipeField<String>Use with available fluent helpers to apply the RecipeValidityUnit field to query operations.static final RecipeField<String>Use with available fluent helpers to apply the RecipeVersionNumber field to query operations.static final RecipeLink<RecipeCharc>Use with available fluent helpers to apply the to_Characteristics navigation property to query operations.static final RecipeLink<RecipeClass>Use with available fluent helpers to apply the to_Classification navigation property to query operations.static final RecipeLink<RecipeFormulaItem>Use with available fluent helpers to apply the to_FormulaItem navigation property to query operations.static final RecipeLink<RecipeProcessElement>Use with available fluent helpers to apply the to_RecipeProcessElement navigation property to query operations.static final RecipeLink<RecipeProcessEquipRqmt>Use with available fluent helpers to apply the to_RecipeProcessEquipRqmt navigation property to query operations.static final RecipeLink<RecipeProcessParamValue>Use with available fluent helpers to apply the to_RecipeProcessParamValue navigation property to query operations.static final RecipeLink<RecipeText>Use with available fluent helpers to apply the to_RecipeText navigation property to query operations.static final RecipeField<Boolean>Use with available fluent helpers to apply the Update_mc field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionRecipe()Recipe(Boolean delete_mc, Boolean update_mc, UUID recipeUUID, String recipeUUID_Text, String recipeUniqueID, String recipe, String recipePrimaryOutputInternalID, String recipePrimaryOutput, String recipeAlternativeNumber, String recipeVersionNumber, String recipeType, String recipePurpose, String recipeStatus, String recipeStatusSchema, String recipeAuthorizationGroup, UUID rcpFmlaUUID, UUID recipeProcessUUID, LocalDateTime recipeValidityStartDate, LocalDateTime recipeValidityEndDate, BigDecimal recipeValidityMinQuantity, BigDecimal recipeValidityMaxQuantity, String recipeValidityUnit, String plant, String recipeCreatedByUser, String recipeLastChangedByUser, ZonedDateTime recipeCreationDateTime, ZonedDateTime recipeLastChangeDateTime, Boolean recipeIsDeleted, Boolean recipeIsArchived, String recipePrimOutpAuthznGrp, String recipePrimOutpSpecType, List<RecipeCharc> toCharacteristics, List<RecipeClass> toClassification, List<RecipeFormulaItem> toFormulaItem, List<RecipeProcessElement> toRecipeProcessElement, List<RecipeProcessEquipRqmt> toRecipeProcessEquipRqmt, List<RecipeProcessParamValue> toRecipeProcessParamValue, List<RecipeText> toRecipeText) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCharacteristics(RecipeCharc... entity) Adds elements to the list of associated RecipeCharc entities.voidaddClassification(RecipeClass... entity) Adds elements to the list of associated RecipeClass entities.voidaddFormulaItem(RecipeFormulaItem... entity) Adds elements to the list of associated RecipeFormulaItem entities.voidaddRecipeProcessElement(RecipeProcessElement... entity) Adds elements to the list of associated RecipeProcessElement entities.voidaddRecipeProcessEquipRqmt(RecipeProcessEquipRqmt... entity) Adds elements to the list of associated RecipeProcessEquipRqmt entities.voidAdds elements to the list of associated RecipeProcessParamValue entities.voidaddRecipeText(RecipeText... entity) Adds elements to the list of associated RecipeText entities.voidattachToService(String servicePath, HttpDestinationProperties destination) static Recipe.RecipeBuilderbuilder()protected booleanbooleanFetches the RecipeCharc entities (one to many) associated with this entity.Fetches the RecipeClass entities (one to many) associated with this entity.Fetches the RecipeFormulaItem entities (one to many) associated with this entity.Fetches the RecipeProcessElement entities (one to many) associated with this entity.Fetches the RecipeProcessEquipRqmt entities (one to many) associated with this entity.Fetches the RecipeProcessParamValue entities (one to many) associated with this entity.Fetches the RecipeText entities (one to many) associated with this entity.static <T,DomainT>
RecipeField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> RecipeField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidio.vavr.control.Option<List<RecipeCharc>>Retrieval of associated RecipeCharc entities (one to many).Retrieval of associated RecipeCharc entities (one to many).io.vavr.control.Option<List<RecipeClass>>Retrieval of associated RecipeClass entities (one to many).Retrieval of associated RecipeClass entities (one to many).protected StringConstraints: noneprotected Stringio.vavr.control.Option<List<RecipeFormulaItem>>Retrieval of associated RecipeFormulaItem entities (one to many).Retrieval of associated RecipeFormulaItem entities (one to many).getKey()getPlant()Constraints: Not nullable, Maximum length: 4Constraints: noneConstraints: Not nullable, Maximum length: 20Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Precision: 0Constraints: noneConstraints: noneConstraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Maximum length: 20Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 10io.vavr.control.Option<List<RecipeProcessElement>>Retrieval of associated RecipeProcessElement entities (one to many).Retrieval of associated RecipeProcessElement entities (one to many).io.vavr.control.Option<List<RecipeProcessEquipRqmt>>Retrieval of associated RecipeProcessEquipRqmt entities (one to many).Retrieval of associated RecipeProcessEquipRqmt entities (one to many).io.vavr.control.Option<List<RecipeProcessParamValue>>Retrieval of associated RecipeProcessParamValue entities (one to many).Retrieval of associated RecipeProcessParamValue entities (one to many).Constraints: noneConstraints: Not nullable, Maximum length: 5Constraints: Not nullable, Maximum length: 20Constraints: Not nullable, Maximum length: 20io.vavr.control.Option<List<RecipeText>>Retrieval of associated RecipeText entities (one to many).Retrieval of associated RecipeText entities (one to many).Constraints: Not nullable, Maximum length: 20Constraints: Not nullable, Maximum length: 70(Key Field) Constraints: Not nullableConstraints: Not nullable, Maximum length: 132Constraints: Not nullable, Precision: 0Constraints: Not nullable, Precision: 34, Scale: 6Constraints: Not nullable, Precision: 34, Scale: 6Constraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 3getType()Constraints: noneinthashCode()voidsetCharacteristics(List<RecipeCharc> value) Overwrites the list of associated RecipeCharc entities for the loaded navigation property to_Characteristics.voidsetClassification(List<RecipeClass> value) Overwrites the list of associated RecipeClass entities for the loaded navigation property to_Classification.voidsetDelete_mc(Boolean delete_mc) Constraints: nonevoidsetFormulaItem(List<RecipeFormulaItem> value) Overwrites the list of associated RecipeFormulaItem entities for the loaded navigation property to_FormulaItem.voidConstraints: Not nullable, Maximum length: 4voidsetRcpFmlaUUID(UUID rcpFmlaUUID) Constraints: nonevoidConstraints: Not nullable, Maximum length: 20voidsetRecipeAlternativeNumber(String recipeAlternativeNumber) Constraints: Not nullable, Maximum length: 3voidsetRecipeAuthorizationGroup(String recipeAuthorizationGroup) Constraints: Not nullable, Maximum length: 10voidsetRecipeCreatedByUser(String recipeCreatedByUser) Constraints: Not nullable, Maximum length: 12voidsetRecipeCreationDateTime(ZonedDateTime recipeCreationDateTime) Constraints: Not nullable, Precision: 0voidsetRecipeIsArchived(Boolean recipeIsArchived) Constraints: nonevoidsetRecipeIsDeleted(Boolean recipeIsDeleted) Constraints: nonevoidsetRecipeLastChangeDateTime(ZonedDateTime recipeLastChangeDateTime) Constraints: Not nullable, Precision: 0voidsetRecipeLastChangedByUser(String recipeLastChangedByUser) Constraints: Not nullable, Maximum length: 12voidsetRecipePrimaryOutput(String recipePrimaryOutput) Constraints: Not nullable, Maximum length: 12voidsetRecipePrimaryOutputInternalID(String recipePrimaryOutputInternalID) Constraints: Not nullable, Maximum length: 20voidsetRecipePrimOutpAuthznGrp(String recipePrimOutpAuthznGrp) Constraints: Not nullable, Maximum length: 10voidsetRecipePrimOutpSpecType(String recipePrimOutpSpecType) Constraints: Not nullable, Maximum length: 10voidOverwrites the list of associated RecipeProcessElement entities for the loaded navigation property to_RecipeProcessElement.voidOverwrites the list of associated RecipeProcessEquipRqmt entities for the loaded navigation property to_RecipeProcessEquipRqmt.voidOverwrites the list of associated RecipeProcessParamValue entities for the loaded navigation property to_RecipeProcessParamValue.voidsetRecipeProcessUUID(UUID recipeProcessUUID) Constraints: nonevoidsetRecipePurpose(String recipePurpose) Constraints: Not nullable, Maximum length: 5voidsetRecipeStatus(String recipeStatus) Constraints: Not nullable, Maximum length: 20voidsetRecipeStatusSchema(String recipeStatusSchema) Constraints: Not nullable, Maximum length: 20voidsetRecipeText(List<RecipeText> value) Overwrites the list of associated RecipeText entities for the loaded navigation property to_RecipeText.voidsetRecipeType(String recipeType) Constraints: Not nullable, Maximum length: 20voidsetRecipeUniqueID(String recipeUniqueID) Constraints: Not nullable, Maximum length: 70voidsetRecipeUUID(UUID recipeUUID) (Key Field) Constraints: Not nullablevoidsetRecipeUUID_Text(String recipeUUID_Text) Constraints: Not nullable, Maximum length: 132voidsetRecipeValidityEndDate(LocalDateTime recipeValidityEndDate) Constraints: Not nullable, Precision: 0voidsetRecipeValidityMaxQuantity(BigDecimal recipeValidityMaxQuantity) Constraints: Not nullable, Precision: 34, Scale: 6voidsetRecipeValidityMinQuantity(BigDecimal recipeValidityMinQuantity) Constraints: Not nullable, Precision: 34, Scale: 6voidsetRecipeValidityStartDate(LocalDateTime recipeValidityStartDate) Constraints: Not nullable, Precision: 0voidsetRecipeValidityUnit(String recipeValidityUnit) Constraints: Not nullable, Maximum length: 3voidsetRecipeVersionNumber(String recipeVersionNumber) Constraints: Not nullable, Maximum length: 3protected voidsetServicePathForFetch(String servicePathForFetch) voidsetUpdate_mc(Boolean update_mc) Constraints: nonetoString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of Recipe. -
DELETE_MC
Use with available fluent helpers to apply the Delete_mc field to query operations. -
UPDATE_MC
Use with available fluent helpers to apply the Update_mc field to query operations. -
RECIPE_UUID
Use with available fluent helpers to apply the RecipeUUID field to query operations. -
RECIPE_UUID_TEXT
Use with available fluent helpers to apply the RecipeUUID_Text field to query operations. -
RECIPE_UNIQUE_ID
Use with available fluent helpers to apply the RecipeUniqueID field to query operations. -
RECIPE
Use with available fluent helpers to apply the Recipe field to query operations. -
RECIPE_PRIMARY_OUTPUT_INTERNAL_ID
Use with available fluent helpers to apply the RecipePrimaryOutputInternalID field to query operations. -
RECIPE_PRIMARY_OUTPUT
Use with available fluent helpers to apply the RecipePrimaryOutput field to query operations. -
RECIPE_ALTERNATIVE_NUMBER
Use with available fluent helpers to apply the RecipeAlternativeNumber field to query operations. -
RECIPE_VERSION_NUMBER
Use with available fluent helpers to apply the RecipeVersionNumber field to query operations. -
RECIPE_TYPE
Use with available fluent helpers to apply the RecipeType field to query operations. -
RECIPE_PURPOSE
Use with available fluent helpers to apply the RecipePurpose field to query operations. -
RECIPE_STATUS
Use with available fluent helpers to apply the RecipeStatus field to query operations. -
RECIPE_STATUS_SCHEMA
Use with available fluent helpers to apply the RecipeStatusSchema field to query operations. -
RECIPE_AUTHORIZATION_GROUP
Use with available fluent helpers to apply the RecipeAuthorizationGroup field to query operations. -
RCP_FMLA_UUID
Use with available fluent helpers to apply the RcpFmlaUUID field to query operations. -
RECIPE_PROCESS_UUID
Use with available fluent helpers to apply the RecipeProcessUUID field to query operations. -
RECIPE_VALIDITY_START_DATE
Use with available fluent helpers to apply the RecipeValidityStartDate field to query operations. -
RECIPE_VALIDITY_END_DATE
Use with available fluent helpers to apply the RecipeValidityEndDate field to query operations. -
RECIPE_VALIDITY_MIN_QUANTITY
Use with available fluent helpers to apply the RecipeValidityMinQuantity field to query operations. -
RECIPE_VALIDITY_MAX_QUANTITY
Use with available fluent helpers to apply the RecipeValidityMaxQuantity field to query operations. -
RECIPE_VALIDITY_UNIT
Use with available fluent helpers to apply the RecipeValidityUnit field to query operations. -
PLANT
Use with available fluent helpers to apply the Plant field to query operations. -
RECIPE_CREATED_BY_USER
Use with available fluent helpers to apply the RecipeCreatedByUser field to query operations. -
RECIPE_LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the RecipeLastChangedByUser field to query operations. -
RECIPE_CREATION_DATE_TIME
Use with available fluent helpers to apply the RecipeCreationDateTime field to query operations. -
RECIPE_LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the RecipeLastChangeDateTime field to query operations. -
RECIPE_IS_DELETED
Use with available fluent helpers to apply the RecipeIsDeleted field to query operations. -
RECIPE_IS_ARCHIVED
Use with available fluent helpers to apply the RecipeIsArchived field to query operations. -
RECIPE_PRIM_OUTP_AUTHZN_GRP
Use with available fluent helpers to apply the RecipePrimOutpAuthznGrp field to query operations. -
RECIPE_PRIM_OUTP_SPEC_TYPE
Use with available fluent helpers to apply the RecipePrimOutpSpecType field to query operations. -
TO_CHARACTERISTICS
Use with available fluent helpers to apply the to_Characteristics navigation property to query operations. -
TO_CLASSIFICATION
Use with available fluent helpers to apply the to_Classification navigation property to query operations. -
TO_FORMULA_ITEM
Use with available fluent helpers to apply the to_FormulaItem navigation property to query operations. -
TO_RECIPE_PROCESS_ELEMENT
Use with available fluent helpers to apply the to_RecipeProcessElement navigation property to query operations. -
TO_RECIPE_PROCESS_EQUIP_RQMT
Use with available fluent helpers to apply the to_RecipeProcessEquipRqmt navigation property to query operations. -
TO_RECIPE_PROCESS_PARAM_VALUE
Use with available fluent helpers to apply the to_RecipeProcessParamValue navigation property to query operations. -
TO_RECIPE_TEXT
Use with available fluent helpers to apply the to_RecipeText navigation property to query operations.
-
-
Constructor Details
-
Recipe
public Recipe() -
Recipe
public Recipe(@Nullable Boolean delete_mc, @Nullable Boolean update_mc, @Nullable UUID recipeUUID, @Nullable String recipeUUID_Text, @Nullable String recipeUniqueID, @Nullable String recipe, @Nullable String recipePrimaryOutputInternalID, @Nullable String recipePrimaryOutput, @Nullable String recipeAlternativeNumber, @Nullable String recipeVersionNumber, @Nullable String recipeType, @Nullable String recipePurpose, @Nullable String recipeStatus, @Nullable String recipeStatusSchema, @Nullable String recipeAuthorizationGroup, @Nullable UUID rcpFmlaUUID, @Nullable UUID recipeProcessUUID, @Nullable LocalDateTime recipeValidityStartDate, @Nullable LocalDateTime recipeValidityEndDate, @Nullable BigDecimal recipeValidityMinQuantity, @Nullable BigDecimal recipeValidityMaxQuantity, @Nullable String recipeValidityUnit, @Nullable String plant, @Nullable String recipeCreatedByUser, @Nullable String recipeLastChangedByUser, @Nullable ZonedDateTime recipeCreationDateTime, @Nullable ZonedDateTime recipeLastChangeDateTime, @Nullable Boolean recipeIsDeleted, @Nullable Boolean recipeIsArchived, @Nullable String recipePrimOutpAuthznGrp, @Nullable String recipePrimOutpSpecType, List<RecipeCharc> toCharacteristics, List<RecipeClass> toClassification, List<RecipeFormulaItem> toFormulaItem, List<RecipeProcessElement> toRecipeProcessElement, List<RecipeProcessEquipRqmt> toRecipeProcessEquipRqmt, List<RecipeProcessParamValue> toRecipeProcessParamValue, List<RecipeText> toRecipeText)
-
-
Method Details
-
getType
-
setDelete_mc
Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Parameters:
delete_mc- Dyn. Method Control
-
setUpdate_mc
Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Parameters:
update_mc- Dyn. Method Control
-
setRecipeUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: RecipeUUID
- Parameters:
recipeUUID- Common Recipe GUID
-
setRecipeUUID_Text
Constraints: Not nullable, Maximum length: 132Original property name from the Odata EDM: RecipeUUID_Text
- Parameters:
recipeUUID_Text- Recipe Description
-
setRecipeUniqueID
Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: RecipeUniqueID
- Parameters:
recipeUniqueID- Recipe GUID in character format used in FRW linkage
-
setRecipe
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: Recipe
- Parameters:
recipe- Recipe ID
-
setRecipePrimaryOutputInternalID
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: RecipePrimaryOutputInternalID
- Parameters:
recipePrimaryOutputInternalID- Specification Key
-
setRecipePrimaryOutput
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: RecipePrimaryOutput
- Parameters:
recipePrimaryOutput- Primary Output ID
-
setRecipeAlternativeNumber
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: RecipeAlternativeNumber
- Parameters:
recipeAlternativeNumber- Alternative Recipe Identifier
-
setRecipeVersionNumber
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: RecipeVersionNumber
- Parameters:
recipeVersionNumber- Recipe Version
-
setRecipeType
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: RecipeType
- Parameters:
recipeType- Recipe Type
-
setRecipePurpose
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: RecipePurpose
- Parameters:
recipePurpose- Recipe Purpose
-
setRecipeStatus
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: RecipeStatus
- Parameters:
recipeStatus- Recipe Status
-
setRecipeStatusSchema
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: RecipeStatusSchema
- Parameters:
recipeStatusSchema- Status Scheme
-
setRecipeAuthorizationGroup
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RecipeAuthorizationGroup
- Parameters:
recipeAuthorizationGroup- Recipe Authorization Group
-
setRcpFmlaUUID
Constraints: noneOriginal property name from the Odata EDM: RcpFmlaUUID
- Parameters:
rcpFmlaUUID- Formula GUID
-
setRecipeProcessUUID
Constraints: noneOriginal property name from the Odata EDM: RecipeProcessUUID
- Parameters:
recipeProcessUUID- Process GUID
-
setRecipeValidityStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RecipeValidityStartDate
- Parameters:
recipeValidityStartDate- Valid-From Date of a Recipe
-
setRecipeValidityEndDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RecipeValidityEndDate
- Parameters:
recipeValidityEndDate- Valid-To Date of a Recipe
-
setRecipeValidityMinQuantity
Constraints: Not nullable, Precision: 34, Scale: 6Original property name from the Odata EDM: RecipeValidityMinQuantity
- Parameters:
recipeValidityMinQuantity- Quantity From
-
setRecipeValidityMaxQuantity
Constraints: Not nullable, Precision: 34, Scale: 6Original property name from the Odata EDM: RecipeValidityMaxQuantity
- Parameters:
recipeValidityMaxQuantity- Quantity To
-
setRecipeValidityUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: RecipeValidityUnit
- Parameters:
recipeValidityUnit- Unit of Measure
-
setPlant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Parameters:
plant- Plant
-
setRecipeCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: RecipeCreatedByUser
- Parameters:
recipeCreatedByUser- User Who Created Object (Item)
-
setRecipeLastChangedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: RecipeLastChangedByUser
- Parameters:
recipeLastChangedByUser- User Who Last Changed Object
-
setRecipeCreationDateTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RecipeCreationDateTime
- Parameters:
recipeCreationDateTime- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
-
setRecipeLastChangeDateTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RecipeLastChangeDateTime
- Parameters:
recipeLastChangeDateTime- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
-
setRecipeIsDeleted
Constraints: noneOriginal property name from the Odata EDM: RecipeIsDeleted
- Parameters:
recipeIsDeleted- Marked for Deletion
-
setRecipeIsArchived
Constraints: noneOriginal property name from the Odata EDM: RecipeIsArchived
- Parameters:
recipeIsArchived- Marked for Archiving
-
setRecipePrimOutpAuthznGrp
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RecipePrimOutpAuthznGrp
- Parameters:
recipePrimOutpAuthznGrp- Recipe Authorization Group
-
setRecipePrimOutpSpecType
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RecipePrimOutpSpecType
- Parameters:
recipePrimOutpSpecType- Specification Type
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Recipe>
-
getKey
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Recipe>
-
fromMap
-
field
@Nonnull public static <T> RecipeField<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> RecipeField<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 fieldfieldName- 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
- Overrides:
getDestinationForFetchin classVdmEntity<Recipe>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<Recipe>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<Recipe>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Recipe>
-
fetchCharacteristics
Fetches the RecipeCharc entities (one to many) associated with this entity. This corresponds to the OData navigation property to_Characteristics.Please note: This method will not cache or persist the query results.
- Returns:
- List containing one or more associated RecipeCharc 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.
-
getCharacteristicsOrFetch
Retrieval of associated RecipeCharc entities (one to many). This corresponds to the OData navigation property to_Characteristics.If the navigation property to_Characteristics of a queried Recipe 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 RecipeCharc 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.
-
getCharacteristicsIfPresent
Retrieval of associated RecipeCharc entities (one to many). This corresponds to the OData navigation property to_Characteristics.If the navigation property for an entity Recipe has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property to_Characteristics is already loaded, the result will
contain the RecipeCharc entities. If not, an
Optionwith result stateemptyis returned.
-
setCharacteristics
Overwrites the list of associated RecipeCharc entities for the loaded navigation property to_Characteristics.If the navigation property to_Characteristics of a queried Recipe 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 RecipeCharc entities.
-
addCharacteristics
Adds elements to the list of associated RecipeCharc entities. This corresponds to the OData navigation property to_Characteristics.If the navigation property to_Characteristics of a queried Recipe 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 RecipeCharc entities.
-
fetchClassification
Fetches the RecipeClass entities (one to many) associated with this entity. This corresponds to the OData navigation property to_Classification.Please note: This method will not cache or persist the query results.
- Returns:
- List containing one or more associated RecipeClass 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.
-
getClassificationOrFetch
Retrieval of associated RecipeClass entities (one to many). This corresponds to the OData navigation property to_Classification.If the navigation property to_Classification of a queried Recipe 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 RecipeClass 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.
-
getClassificationIfPresent
Retrieval of associated RecipeClass entities (one to many). This corresponds to the OData navigation property to_Classification.If the navigation property for an entity Recipe has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property to_Classification is already loaded, the result will
contain the RecipeClass entities. If not, an
Optionwith result stateemptyis returned.
-
setClassification
Overwrites the list of associated RecipeClass entities for the loaded navigation property to_Classification.If the navigation property to_Classification of a queried Recipe 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 RecipeClass entities.
-
addClassification
Adds elements to the list of associated RecipeClass entities. This corresponds to the OData navigation property to_Classification.If the navigation property to_Classification of a queried Recipe 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 RecipeClass entities.
-
fetchFormulaItem
Fetches the RecipeFormulaItem entities (one to many) associated with this entity. This corresponds to the OData navigation property to_FormulaItem.Please note: This method will not cache or persist the query results.
- Returns:
- List containing one or more associated RecipeFormulaItem 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.
-
getFormulaItemOrFetch
Retrieval of associated RecipeFormulaItem entities (one to many). This corresponds to the OData navigation property to_FormulaItem.If the navigation property to_FormulaItem of a queried Recipe 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 RecipeFormulaItem 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.
-
getFormulaItemIfPresent
Retrieval of associated RecipeFormulaItem entities (one to many). This corresponds to the OData navigation property to_FormulaItem.If the navigation property for an entity Recipe has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property to_FormulaItem is already loaded, the result will
contain the RecipeFormulaItem entities. If not, an
Optionwith result stateemptyis returned.
-
setFormulaItem
Overwrites the list of associated RecipeFormulaItem entities for the loaded navigation property to_FormulaItem.If the navigation property to_FormulaItem of a queried Recipe 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 RecipeFormulaItem entities.
-
addFormulaItem
Adds elements to the list of associated RecipeFormulaItem entities. This corresponds to the OData navigation property to_FormulaItem.If the navigation property to_FormulaItem of a queried Recipe 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 RecipeFormulaItem entities.
-
fetchRecipeProcessElement
Fetches the RecipeProcessElement entities (one to many) 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:
- List containing one or more associated RecipeProcessElement 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.
-
getRecipeProcessElementOrFetch
Retrieval of associated RecipeProcessElement entities (one to many). This corresponds to the OData navigation property to_RecipeProcessElement.If the navigation property to_RecipeProcessElement of a queried Recipe 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 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.
-
getRecipeProcessElementIfPresent
@Nonnull public io.vavr.control.Option<List<RecipeProcessElement>> getRecipeProcessElementIfPresent()Retrieval of associated RecipeProcessElement entities (one to many). This corresponds to the OData navigation property to_RecipeProcessElement.If the navigation property for an entity Recipe has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property to_RecipeProcessElement is already loaded, the result
will contain the RecipeProcessElement entities. If not, an
Optionwith result stateemptyis returned.
-
setRecipeProcessElement
Overwrites the list of associated RecipeProcessElement entities for the loaded navigation property to_RecipeProcessElement.If the navigation property to_RecipeProcessElement of a queried Recipe 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 RecipeProcessElement entities.
-
addRecipeProcessElement
Adds elements to the list of associated RecipeProcessElement entities. This corresponds to the OData navigation property to_RecipeProcessElement.If the navigation property to_RecipeProcessElement of a queried Recipe 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 RecipeProcessElement entities.
-
fetchRecipeProcessEquipRqmt
Fetches the RecipeProcessEquipRqmt entities (one to many) 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:
- List containing one or more associated RecipeProcessEquipRqmt 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.
-
getRecipeProcessEquipRqmtOrFetch
Retrieval of associated RecipeProcessEquipRqmt entities (one to many). This corresponds to the OData navigation property to_RecipeProcessEquipRqmt.If the navigation property to_RecipeProcessEquipRqmt of a queried Recipe 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 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.
-
getRecipeProcessEquipRqmtIfPresent
@Nonnull public io.vavr.control.Option<List<RecipeProcessEquipRqmt>> getRecipeProcessEquipRqmtIfPresent()Retrieval of associated RecipeProcessEquipRqmt entities (one to many). This corresponds to the OData navigation property to_RecipeProcessEquipRqmt.If the navigation property for an entity Recipe has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property to_RecipeProcessEquipRqmt is already loaded, the result
will contain the RecipeProcessEquipRqmt entities. If not, an
Optionwith result stateemptyis returned.
-
setRecipeProcessEquipRqmt
Overwrites the list of associated RecipeProcessEquipRqmt entities for the loaded navigation property to_RecipeProcessEquipRqmt.If the navigation property to_RecipeProcessEquipRqmt of a queried Recipe 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 RecipeProcessEquipRqmt entities.
-
addRecipeProcessEquipRqmt
Adds elements to the list of associated RecipeProcessEquipRqmt entities. This corresponds to the OData navigation property to_RecipeProcessEquipRqmt.If the navigation property to_RecipeProcessEquipRqmt of a queried Recipe 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 RecipeProcessEquipRqmt entities.
-
fetchRecipeProcessParamValue
Fetches the RecipeProcessParamValue entities (one to many) associated with this entity. This corresponds to the OData navigation property to_RecipeProcessParamValue.Please note: This method will not cache or persist the query results.
- Returns:
- List containing one or more associated RecipeProcessParamValue 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.
-
getRecipeProcessParamValueOrFetch
Retrieval of associated RecipeProcessParamValue entities (one to many). This corresponds to the OData navigation property to_RecipeProcessParamValue.If the navigation property to_RecipeProcessParamValue of a queried Recipe 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 RecipeProcessParamValue 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.
-
getRecipeProcessParamValueIfPresent
@Nonnull public io.vavr.control.Option<List<RecipeProcessParamValue>> getRecipeProcessParamValueIfPresent()Retrieval of associated RecipeProcessParamValue entities (one to many). This corresponds to the OData navigation property to_RecipeProcessParamValue.If the navigation property for an entity Recipe has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property to_RecipeProcessParamValue is already loaded, the
result will contain the RecipeProcessParamValue entities. If not, an
Optionwith result stateemptyis returned.
-
setRecipeProcessParamValue
Overwrites the list of associated RecipeProcessParamValue entities for the loaded navigation property to_RecipeProcessParamValue.If the navigation property to_RecipeProcessParamValue of a queried Recipe 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 RecipeProcessParamValue entities.
-
addRecipeProcessParamValue
Adds elements to the list of associated RecipeProcessParamValue entities. This corresponds to the OData navigation property to_RecipeProcessParamValue.If the navigation property to_RecipeProcessParamValue of a queried Recipe 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 RecipeProcessParamValue entities.
-
fetchRecipeText
Fetches the RecipeText entities (one to many) associated with this entity. This corresponds to the OData navigation property to_RecipeText.Please note: This method will not cache or persist the query results.
- Returns:
- List containing one or more associated RecipeText 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.
-
getRecipeTextOrFetch
Retrieval of associated RecipeText entities (one to many). This corresponds to the OData navigation property to_RecipeText.If the navigation property to_RecipeText of a queried Recipe 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 RecipeText 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.
-
getRecipeTextIfPresent
Retrieval of associated RecipeText entities (one to many). This corresponds to the OData navigation property to_RecipeText.If the navigation property for an entity Recipe has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property to_RecipeText is already loaded, the result will
contain the RecipeText entities. If not, an
Optionwith result stateemptyis returned.
-
setRecipeText
Overwrites the list of associated RecipeText entities for the loaded navigation property to_RecipeText.If the navigation property to_RecipeText of a queried Recipe 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 RecipeText entities.
-
addRecipeText
Adds elements to the list of associated RecipeText entities. This corresponds to the OData navigation property to_RecipeText.If the navigation property to_RecipeText of a queried Recipe 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 RecipeText entities.
-
builder
-
getDelete_mc
Constraints: noneOriginal property name from the Odata EDM: Delete_mc
- Returns:
- Dyn. Method Control
-
getUpdate_mc
Constraints: noneOriginal property name from the Odata EDM: Update_mc
- Returns:
- Dyn. Method Control
-
getRecipeUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: RecipeUUID
- Returns:
- Common Recipe GUID
-
getRecipeUUID_Text
Constraints: Not nullable, Maximum length: 132Original property name from the Odata EDM: RecipeUUID_Text
- Returns:
- Recipe Description
-
getRecipeUniqueID
Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: RecipeUniqueID
- Returns:
- Recipe GUID in character format used in FRW linkage
-
getRecipe
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: Recipe
- Returns:
- Recipe ID
-
getRecipePrimaryOutputInternalID
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: RecipePrimaryOutputInternalID
- Returns:
- Specification Key
-
getRecipePrimaryOutput
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: RecipePrimaryOutput
- Returns:
- Primary Output ID
-
getRecipeAlternativeNumber
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: RecipeAlternativeNumber
- Returns:
- Alternative Recipe Identifier
-
getRecipeVersionNumber
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: RecipeVersionNumber
- Returns:
- Recipe Version
-
getRecipeType
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: RecipeType
- Returns:
- Recipe Type
-
getRecipePurpose
Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: RecipePurpose
- Returns:
- Recipe Purpose
-
getRecipeStatus
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: RecipeStatus
- Returns:
- Recipe Status
-
getRecipeStatusSchema
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: RecipeStatusSchema
- Returns:
- Status Scheme
-
getRecipeAuthorizationGroup
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RecipeAuthorizationGroup
- Returns:
- Recipe Authorization Group
-
getRcpFmlaUUID
Constraints: noneOriginal property name from the Odata EDM: RcpFmlaUUID
- Returns:
- Formula GUID
-
getRecipeProcessUUID
Constraints: noneOriginal property name from the Odata EDM: RecipeProcessUUID
- Returns:
- Process GUID
-
getRecipeValidityStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RecipeValidityStartDate
- Returns:
- Valid-From Date of a Recipe
-
getRecipeValidityEndDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RecipeValidityEndDate
- Returns:
- Valid-To Date of a Recipe
-
getRecipeValidityMinQuantity
Constraints: Not nullable, Precision: 34, Scale: 6Original property name from the Odata EDM: RecipeValidityMinQuantity
- Returns:
- Quantity From
-
getRecipeValidityMaxQuantity
Constraints: Not nullable, Precision: 34, Scale: 6Original property name from the Odata EDM: RecipeValidityMaxQuantity
- Returns:
- Quantity To
-
getRecipeValidityUnit
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: RecipeValidityUnit
- Returns:
- Unit of Measure
-
getPlant
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
- Plant
-
getRecipeCreatedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: RecipeCreatedByUser
- Returns:
- User Who Created Object (Item)
-
getRecipeLastChangedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: RecipeLastChangedByUser
- Returns:
- User Who Last Changed Object
-
getRecipeCreationDateTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RecipeCreationDateTime
- Returns:
- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
-
getRecipeLastChangeDateTime
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: RecipeLastChangeDateTime
- Returns:
- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
-
getRecipeIsDeleted
Constraints: noneOriginal property name from the Odata EDM: RecipeIsDeleted
- Returns:
- Marked for Deletion
-
getRecipeIsArchived
Constraints: noneOriginal property name from the Odata EDM: RecipeIsArchived
- Returns:
- Marked for Archiving
-
getRecipePrimOutpAuthznGrp
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RecipePrimOutpAuthznGrp
- Returns:
- Recipe Authorization Group
-
getRecipePrimOutpSpecType
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RecipePrimOutpSpecType
- Returns:
- Specification Type
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-