public class RecipeProcessParamValue extends VdmEntity<RecipeProcessParamValue>
Original entity name from the Odata EDM: A_RecipeProcessParamValueType
Modifier and Type | Class and Description |
---|---|
static class |
RecipeProcessParamValue.RecipeProcessParamValueBuilder |
Modifier and Type | Field and Description |
---|---|
static RecipeProcessParamValueSelectable |
ALL_FIELDS
Selector for all available fields of RecipeProcessParamValue.
|
static RecipeProcessParamValueField<ZonedDateTime> |
RECIPE_LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the RecipeLastChangeDateTime field to query operations.
|
static RecipeProcessParamValueField<UUID> |
RECIPE_PROCESS_ELEMENT_UUID
Use with available fluent helpers to apply the RecipeProcessElementUUID field to query operations.
|
static RecipeProcessParamValueField<UUID> |
RECIPE_PROCESS_EQUIP_RQMT_UUID
Use with available fluent helpers to apply the RecipeProcessEquipRqmtUUID field to query operations.
|
static RecipeProcessParamValueField<String> |
RECIPE_PROCESS_PARAM_MAX_VAL
Use with available fluent helpers to apply the RecipeProcessParamMaxVal field to query operations.
|
static RecipeProcessParamValueField<String> |
RECIPE_PROCESS_PARAM_MIN_VAL
Use with available fluent helpers to apply the RecipeProcessParamMinVal field to query operations.
|
static RecipeProcessParamValueField<String> |
RECIPE_PROCESS_PARAM_SQNC_NMBR
Use with available fluent helpers to apply the RecipeProcessParamSqncNmbr field to query operations.
|
static RecipeProcessParamValueField<String> |
RECIPE_PROCESS_PARAM_TGT_VAL
Use with available fluent helpers to apply the RecipeProcessParamTgtVal field to query operations.
|
static RecipeProcessParamValueField<String> |
RECIPE_PROCESS_PARAM_UNIT
Use with available fluent helpers to apply the RecipeProcessParamUnit field to query operations.
|
static RecipeProcessParamValueField<UUID> |
RECIPE_PROCESS_PARAM_UUID
Use with available fluent helpers to apply the RecipeProcessParamUUID field to query operations.
|
static RecipeProcessParamValueField<UUID> |
RECIPE_PROCESS_PARAM_VAL_UUID
Use with available fluent helpers to apply the RecipeProcessParamValUUID field to query operations.
|
static RecipeProcessParamValueField<UUID> |
RECIPE_PROCESS_UUID
Use with available fluent helpers to apply the RecipeProcessUUID field to query operations.
|
static RecipeProcessParamValueLink<RecProcParamValCharc> |
TO_REC_PROC_PARAM_VAL_CHARC
Use with available fluent helpers to apply the to_RecProcParamValCharc navigation property to query operations.
|
static RecipeProcessParamValueLink<RecProcParamValClass> |
TO_REC_PROC_PARAM_VAL_CLASS
Use with available fluent helpers to apply the to_RecProcParamValClass navigation property to query operations.
|
static RecipeProcessParamValueLink<Recipe> |
TO_RECIPE
Use with available fluent helpers to apply the to_Recipe navigation property to query operations.
|
static RecipeProcessParamValueLink<RecipeProcessElement> |
TO_RECIPE_PROCESS_ELEMENT
Use with available fluent helpers to apply the to_RecipeProcessElement navigation property to query operations.
|
static RecipeProcessParamValueLink<RecipeProcessEquipRqmt> |
TO_RECIPE_PROCESS_EQUIP_RQMT
Use with available fluent helpers to apply the to_RecipeProcessEquipRqmt navigation property to query operations.
|
static RecipeProcessParamValueLink<RecipeProcessParam> |
TO_RECIPE_PROCESS_PARAM
Use with available fluent helpers to apply the to_RecipeProcessParam navigation property to query operations.
|
static RecipeProcessParamValueLink<RecipeProcessParamValueTxt> |
TO_RECIPE_PROCESS_PARAM_VALUE_TXT
Use with available fluent helpers to apply the to_RecipeProcessParamValueTxt navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
RecipeProcessParamValue() |
RecipeProcessParamValue(UUID recipeProcessParamValUUID,
UUID recipeProcessUUID,
UUID recipeProcessElementUUID,
UUID recipeProcessParamUUID,
UUID recipeProcessEquipRqmtUUID,
String recipeProcessParamUnit,
String recipeProcessParamTgtVal,
String recipeProcessParamMinVal,
String recipeProcessParamMaxVal,
String recipeProcessParamSqncNmbr,
ZonedDateTime recipeLastChangeDateTime,
ErpConfigContext erpConfigContext,
Recipe toRecipe,
RecipeProcessElement toRecipeProcessElement,
RecipeProcessEquipRqmt toRecipeProcessEquipRqmt,
RecipeProcessParam toRecipeProcessParam,
List<RecipeProcessParamValueTxt> toRecipeProcessParamValueTxt,
List<RecProcParamValCharc> toRecProcParamValCharc,
List<RecProcParamValClass> toRecProcParamValClass) |
Modifier and Type | Method and Description |
---|---|
void |
addRecipeProcessParamValueTxt(RecipeProcessParamValueTxt... entity)
Adds elements to the list of associated RecipeProcessParamValueTxt entities.
|
void |
addRecProcParamValCharc(RecProcParamValCharc... entity)
Adds elements to the list of associated RecProcParamValCharc entities.
|
void |
addRecProcParamValClass(RecProcParamValClass... entity)
Adds elements to the list of associated RecProcParamValClass entities.
|
static RecipeProcessParamValue.RecipeProcessParamValueBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Recipe |
fetchRecipe()
Fetches the Recipe entity (one to one) associated with this entity.
|
RecipeProcessElement |
fetchRecipeProcessElement()
Fetches the RecipeProcessElement entity (one to one) associated with this entity.
|
RecipeProcessEquipRqmt |
fetchRecipeProcessEquipRqmt()
Fetches the RecipeProcessEquipRqmt entity (one to one) associated with this entity.
|
RecipeProcessParam |
fetchRecipeProcessParam()
Fetches the RecipeProcessParam entity (one to one) associated with this entity.
|
List<RecipeProcessParamValueTxt> |
fetchRecipeProcessParamValueTxt()
Fetches the RecipeProcessParamValueTxt entities (one to many) associated with this entity.
|
List<RecProcParamValCharc> |
fetchRecProcParamValCharc()
Fetches the RecProcParamValCharc entities (one to many) associated with this entity.
|
List<RecProcParamValClass> |
fetchRecProcParamValClass()
Fetches the RecProcParamValClass entities (one to many) associated with this entity.
|
static <T> RecipeProcessParamValueField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
protected Map<String,Object> |
getKey() |
Optional<Recipe> |
getRecipeIfPresent()
Retrieval of associated Recipe entity (one to one).
|
ZonedDateTime |
getRecipeLastChangeDateTime()
Constraints: Not nullable, Precision: 0
|
Recipe |
getRecipeOrFetch()
Retrieval of associated Recipe entity (one to one).
|
Optional<RecipeProcessElement> |
getRecipeProcessElementIfPresent()
Retrieval of associated RecipeProcessElement entity (one to one).
|
RecipeProcessElement |
getRecipeProcessElementOrFetch()
Retrieval of associated RecipeProcessElement entity (one to one).
|
UUID |
getRecipeProcessElementUUID()
Constraints: none
|
Optional<RecipeProcessEquipRqmt> |
getRecipeProcessEquipRqmtIfPresent()
Retrieval of associated RecipeProcessEquipRqmt entity (one to one).
|
RecipeProcessEquipRqmt |
getRecipeProcessEquipRqmtOrFetch()
Retrieval of associated RecipeProcessEquipRqmt entity (one to one).
|
UUID |
getRecipeProcessEquipRqmtUUID()
Constraints: none
|
Optional<RecipeProcessParam> |
getRecipeProcessParamIfPresent()
Retrieval of associated RecipeProcessParam entity (one to one).
|
String |
getRecipeProcessParamMaxVal()
Constraints: Not nullable, Maximum length: 30
|
String |
getRecipeProcessParamMinVal()
Constraints: Not nullable, Maximum length: 30
|
RecipeProcessParam |
getRecipeProcessParamOrFetch()
Retrieval of associated RecipeProcessParam entity (one to one).
|
String |
getRecipeProcessParamSqncNmbr()
Constraints: Not nullable, Maximum length: 4
|
String |
getRecipeProcessParamTgtVal()
Constraints: Not nullable, Maximum length: 30
|
String |
getRecipeProcessParamUnit()
Constraints: Not nullable, Maximum length: 3
|
UUID |
getRecipeProcessParamUUID()
Constraints: none
|
Optional<List<RecipeProcessParamValueTxt>> |
getRecipeProcessParamValueTxtIfPresent()
Retrieval of associated RecipeProcessParamValueTxt entities (one to many).
|
List<RecipeProcessParamValueTxt> |
getRecipeProcessParamValueTxtOrFetch()
Retrieval of associated RecipeProcessParamValueTxt entities (one to many).
|
UUID |
getRecipeProcessParamValUUID()
(Key Field) Constraints: Not nullable
|
UUID |
getRecipeProcessUUID()
Constraints: none
|
Optional<List<RecProcParamValCharc>> |
getRecProcParamValCharcIfPresent()
Retrieval of associated RecProcParamValCharc entities (one to many).
|
List<RecProcParamValCharc> |
getRecProcParamValCharcOrFetch()
Retrieval of associated RecProcParamValCharc entities (one to many).
|
Optional<List<RecProcParamValClass>> |
getRecProcParamValClassIfPresent()
Retrieval of associated RecProcParamValClass entities (one to many).
|
List<RecProcParamValClass> |
getRecProcParamValClassOrFetch()
Retrieval of associated RecProcParamValClass entities (one to many).
|
Class<RecipeProcessParamValue> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setRecipe(Recipe value)
Overwrites the associated Recipe entity for the loaded navigation property to_Recipe.
|
void |
setRecipeLastChangeDateTime(ZonedDateTime recipeLastChangeDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setRecipeProcessElement(RecipeProcessElement value)
Overwrites the associated RecipeProcessElement entity for the loaded navigation property to_RecipeProcessElement.
|
void |
setRecipeProcessElementUUID(UUID recipeProcessElementUUID)
Constraints: none
|
void |
setRecipeProcessEquipRqmt(RecipeProcessEquipRqmt value)
Overwrites the associated RecipeProcessEquipRqmt entity for the loaded navigation property to_RecipeProcessEquipRqmt.
|
void |
setRecipeProcessEquipRqmtUUID(UUID recipeProcessEquipRqmtUUID)
Constraints: none
|
void |
setRecipeProcessParam(RecipeProcessParam value)
Overwrites the associated RecipeProcessParam entity for the loaded navigation property to_RecipeProcessParam.
|
void |
setRecipeProcessParamMaxVal(String recipeProcessParamMaxVal)
Constraints: Not nullable, Maximum length: 30
|
void |
setRecipeProcessParamMinVal(String recipeProcessParamMinVal)
Constraints: Not nullable, Maximum length: 30
|
void |
setRecipeProcessParamSqncNmbr(String recipeProcessParamSqncNmbr)
Constraints: Not nullable, Maximum length: 4
|
void |
setRecipeProcessParamTgtVal(String recipeProcessParamTgtVal)
Constraints: Not nullable, Maximum length: 30
|
void |
setRecipeProcessParamUnit(String recipeProcessParamUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setRecipeProcessParamUUID(UUID recipeProcessParamUUID)
Constraints: none
|
void |
setRecipeProcessParamValueTxt(List<RecipeProcessParamValueTxt> value)
Overwrites the list of associated RecipeProcessParamValueTxt entities for the loaded navigation property to_RecipeProcessParamValueTxt.
|
void |
setRecipeProcessParamValUUID(UUID recipeProcessParamValUUID)
(Key Field) Constraints: Not nullable
|
void |
setRecipeProcessUUID(UUID recipeProcessUUID)
Constraints: none
|
void |
setRecProcParamValCharc(List<RecProcParamValCharc> value)
Overwrites the list of associated RecProcParamValCharc entities for the loaded navigation property to_RecProcParamValCharc.
|
void |
setRecProcParamValClass(List<RecProcParamValClass> value)
Overwrites the list of associated RecProcParamValClass entities for the loaded navigation property to_RecProcParamValClass.
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setServicePathForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final RecipeProcessParamValueSelectable ALL_FIELDS
public static final RecipeProcessParamValueField<UUID> RECIPE_PROCESS_PARAM_VAL_UUID
public static final RecipeProcessParamValueField<UUID> RECIPE_PROCESS_UUID
public static final RecipeProcessParamValueField<UUID> RECIPE_PROCESS_ELEMENT_UUID
public static final RecipeProcessParamValueField<UUID> RECIPE_PROCESS_PARAM_UUID
public static final RecipeProcessParamValueField<UUID> RECIPE_PROCESS_EQUIP_RQMT_UUID
public static final RecipeProcessParamValueField<String> RECIPE_PROCESS_PARAM_UNIT
public static final RecipeProcessParamValueField<String> RECIPE_PROCESS_PARAM_TGT_VAL
public static final RecipeProcessParamValueField<String> RECIPE_PROCESS_PARAM_MIN_VAL
public static final RecipeProcessParamValueField<String> RECIPE_PROCESS_PARAM_MAX_VAL
public static final RecipeProcessParamValueField<String> RECIPE_PROCESS_PARAM_SQNC_NMBR
public static final RecipeProcessParamValueField<ZonedDateTime> RECIPE_LAST_CHANGE_DATE_TIME
public static final RecipeProcessParamValueLink<Recipe> TO_RECIPE
public static final RecipeProcessParamValueLink<RecipeProcessElement> TO_RECIPE_PROCESS_ELEMENT
public static final RecipeProcessParamValueLink<RecipeProcessEquipRqmt> TO_RECIPE_PROCESS_EQUIP_RQMT
public static final RecipeProcessParamValueLink<RecipeProcessParam> TO_RECIPE_PROCESS_PARAM
public static final RecipeProcessParamValueLink<RecipeProcessParamValueTxt> TO_RECIPE_PROCESS_PARAM_VALUE_TXT
public static final RecipeProcessParamValueLink<RecProcParamValCharc> TO_REC_PROC_PARAM_VAL_CHARC
public static final RecipeProcessParamValueLink<RecProcParamValClass> TO_REC_PROC_PARAM_VAL_CLASS
public RecipeProcessParamValue()
public RecipeProcessParamValue(@Nullable UUID recipeProcessParamValUUID, @Nullable UUID recipeProcessUUID, @Nullable UUID recipeProcessElementUUID, @Nullable UUID recipeProcessParamUUID, @Nullable UUID recipeProcessEquipRqmtUUID, @Nullable String recipeProcessParamUnit, @Nullable String recipeProcessParamTgtVal, @Nullable String recipeProcessParamMinVal, @Nullable String recipeProcessParamMaxVal, @Nullable String recipeProcessParamSqncNmbr, @Nullable ZonedDateTime recipeLastChangeDateTime, @Nullable ErpConfigContext erpConfigContext, @Nullable Recipe toRecipe, @Nullable RecipeProcessElement toRecipeProcessElement, @Nullable RecipeProcessEquipRqmt toRecipeProcessEquipRqmt, @Nullable RecipeProcessParam toRecipeProcessParam, List<RecipeProcessParamValueTxt> toRecipeProcessParamValueTxt, List<RecProcParamValCharc> toRecProcParamValCharc, List<RecProcParamValClass> toRecProcParamValClass)
public Class<RecipeProcessParamValue> getType()
getType
in class VdmObject<RecipeProcessParamValue>
public void setRecipeProcessParamValUUID(@Nullable UUID recipeProcessParamValUUID)
Original property name from the Odata EDM: RecipeProcessParamValUUID
recipeProcessParamValUUID
- Process Parameter Value Keypublic void setRecipeProcessUUID(@Nullable UUID recipeProcessUUID)
Original property name from the Odata EDM: RecipeProcessUUID
recipeProcessUUID
- Process GUIDpublic void setRecipeProcessElementUUID(@Nullable UUID recipeProcessElementUUID)
Original property name from the Odata EDM: RecipeProcessElementUUID
recipeProcessElementUUID
- Process Element GUIDpublic void setRecipeProcessParamUUID(@Nullable UUID recipeProcessParamUUID)
Original property name from the Odata EDM: RecipeProcessParamUUID
recipeProcessParamUUID
- Process Parameter Master Data Keypublic void setRecipeProcessEquipRqmtUUID(@Nullable UUID recipeProcessEquipRqmtUUID)
Original property name from the Odata EDM: RecipeProcessEquipRqmtUUID
recipeProcessEquipRqmtUUID
- Equipment Requirement GUIDpublic void setRecipeProcessParamUnit(@Nullable String recipeProcessParamUnit)
Original property name from the Odata EDM: RecipeProcessParamUnit
recipeProcessParamUnit
- Unit of Measurepublic void setRecipeProcessParamTgtVal(@Nullable String recipeProcessParamTgtVal)
Original property name from the Odata EDM: RecipeProcessParamTgtVal
recipeProcessParamTgtVal
- Target Valuepublic void setRecipeProcessParamMinVal(@Nullable String recipeProcessParamMinVal)
Original property name from the Odata EDM: RecipeProcessParamMinVal
recipeProcessParamMinVal
- Minimum Valuepublic void setRecipeProcessParamMaxVal(@Nullable String recipeProcessParamMaxVal)
Original property name from the Odata EDM: RecipeProcessParamMaxVal
recipeProcessParamMaxVal
- Maximum Valuepublic void setRecipeProcessParamSqncNmbr(@Nullable String recipeProcessParamSqncNmbr)
Original property name from the Odata EDM: RecipeProcessParamSqncNmbr
recipeProcessParamSqncNmbr
- Sequence Number (Format NNNN)public void setRecipeLastChangeDateTime(@Nullable ZonedDateTime recipeLastChangeDateTime)
Original property name from the Odata EDM: RecipeLastChangeDateTime
recipeLastChangeDateTime
- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)protected String getEntityCollection()
getEntityCollection
in class VdmEntity<RecipeProcessParamValue>
protected Map<String,Object> getKey()
getKey
in class VdmObject<RecipeProcessParamValue>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<RecipeProcessParamValue>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<RecipeProcessParamValue>
@Nonnull public static <T> RecipeProcessParamValueField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> RecipeProcessParamValueField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<RecipeProcessParamValue>
public Recipe fetchRecipe() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public Recipe getRecipeOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Recipe of a queried 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.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public Optional<Recipe> getRecipeIfPresent()
If the navigation property for an entity RecipeProcessParamValue has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.public void setRecipe(Recipe value)
value
- New Recipe entity.public RecipeProcessElement fetchRecipeProcessElement() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public RecipeProcessElement getRecipeProcessElementOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_RecipeProcessElement of a queried 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.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public Optional<RecipeProcessElement> getRecipeProcessElementIfPresent()
If the navigation property for an entity RecipeProcessParamValue has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.public void setRecipeProcessElement(RecipeProcessElement value)
value
- New RecipeProcessElement entity.public RecipeProcessEquipRqmt fetchRecipeProcessEquipRqmt() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public RecipeProcessEquipRqmt getRecipeProcessEquipRqmtOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
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.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public Optional<RecipeProcessEquipRqmt> getRecipeProcessEquipRqmtIfPresent()
If the navigation property for an entity RecipeProcessParamValue has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.public void setRecipeProcessEquipRqmt(RecipeProcessEquipRqmt value)
value
- New RecipeProcessEquipRqmt entity.public RecipeProcessParam fetchRecipeProcessParam() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public RecipeProcessParam getRecipeProcessParamOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
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.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public Optional<RecipeProcessParam> getRecipeProcessParamIfPresent()
If the navigation property for an entity RecipeProcessParamValue has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.public void setRecipeProcessParam(RecipeProcessParam value)
value
- New RecipeProcessParam entity.public List<RecipeProcessParamValueTxt> fetchRecipeProcessParamValueTxt() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public List<RecipeProcessParamValueTxt> getRecipeProcessParamValueTxtOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
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.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public Optional<List<RecipeProcessParamValueTxt>> getRecipeProcessParamValueTxtIfPresent()
If the navigation property for an entity RecipeProcessParamValue has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.public void setRecipeProcessParamValueTxt(@Nonnull List<RecipeProcessParamValueTxt> value)
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.
value
- List of RecipeProcessParamValueTxt entities.public void addRecipeProcessParamValueTxt(RecipeProcessParamValueTxt... entity)
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.
entity
- Array of RecipeProcessParamValueTxt entities.public List<RecProcParamValCharc> fetchRecProcParamValCharc() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public List<RecProcParamValCharc> getRecProcParamValCharcOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
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.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public Optional<List<RecProcParamValCharc>> getRecProcParamValCharcIfPresent()
If the navigation property for an entity RecipeProcessParamValue has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.public void setRecProcParamValCharc(@Nonnull List<RecProcParamValCharc> value)
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.
value
- List of RecProcParamValCharc entities.public void addRecProcParamValCharc(RecProcParamValCharc... entity)
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.
entity
- Array of RecProcParamValCharc entities.public List<RecProcParamValClass> fetchRecProcParamValClass() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public List<RecProcParamValClass> getRecProcParamValClassOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
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.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.public Optional<List<RecProcParamValClass>> getRecProcParamValClassIfPresent()
If the navigation property for an entity RecipeProcessParamValue has not been resolved yet, this method will not query further information. Instead its Optional
result state will be empty
.
Optional
with result state empty
is returned.public void setRecProcParamValClass(@Nonnull List<RecProcParamValClass> value)
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.
value
- List of RecProcParamValClass entities.public void addRecProcParamValClass(RecProcParamValClass... entity)
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.
entity
- Array of RecProcParamValClass entities.public static RecipeProcessParamValue.RecipeProcessParamValueBuilder builder()
@Nullable public UUID getRecipeProcessParamValUUID()
Original property name from the Odata EDM: RecipeProcessParamValUUID
@Nullable public UUID getRecipeProcessUUID()
Original property name from the Odata EDM: RecipeProcessUUID
@Nullable public UUID getRecipeProcessElementUUID()
Original property name from the Odata EDM: RecipeProcessElementUUID
@Nullable public UUID getRecipeProcessParamUUID()
Original property name from the Odata EDM: RecipeProcessParamUUID
@Nullable public UUID getRecipeProcessEquipRqmtUUID()
Original property name from the Odata EDM: RecipeProcessEquipRqmtUUID
@Nullable public String getRecipeProcessParamUnit()
Original property name from the Odata EDM: RecipeProcessParamUnit
@Nullable public String getRecipeProcessParamTgtVal()
Original property name from the Odata EDM: RecipeProcessParamTgtVal
@Nullable public String getRecipeProcessParamMinVal()
Original property name from the Odata EDM: RecipeProcessParamMinVal
@Nullable public String getRecipeProcessParamMaxVal()
Original property name from the Odata EDM: RecipeProcessParamMaxVal
@Nullable public String getRecipeProcessParamSqncNmbr()
Original property name from the Odata EDM: RecipeProcessParamSqncNmbr
@Nullable public ZonedDateTime getRecipeLastChangeDateTime()
Original property name from the Odata EDM: RecipeLastChangeDateTime
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<RecipeProcessParamValue>
erpConfigContext
- public String toString()
toString
in class VdmObject<RecipeProcessParamValue>
public boolean equals(Object o)
equals
in class VdmObject<RecipeProcessParamValue>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<RecipeProcessParamValue>
public int hashCode()
hashCode
in class VdmObject<RecipeProcessParamValue>
Copyright © 2018 SAP SE. All rights reserved.