public class RecipeProcessParam extends VdmEntity<RecipeProcessParam>
Original entity name from the Odata EDM: A_RecipeProcessParamType
Modifier and Type | Class and Description |
---|---|
static class |
RecipeProcessParam.RecipeProcessParamBuilder |
Modifier and Type | Field and Description |
---|---|
static RecipeProcessParamSelectable |
ALL_FIELDS
Selector for all available fields of RecipeProcessParam.
|
static RecipeProcessParamField<String> |
RECIPE_PROCESS_PARAM
Use with available fluent helpers to apply the RecipeProcessParam field to query operations.
|
static RecipeProcessParamField<String> |
RECIPE_PROCESS_PARAM_CLASS
Use with available fluent helpers to apply the RecipeProcessParamClass field to query operations.
|
static RecipeProcessParamField<String> |
RECIPE_PROCESS_PARAM_DEC_PLACES
Use with available fluent helpers to apply the RecipeProcessParamDecPlaces field to query operations.
|
static RecipeProcessParamField<String> |
RECIPE_PROCESS_PARAM_GROUP
Use with available fluent helpers to apply the RecipeProcessParamGroup field to query operations.
|
static RecipeProcessParamField<Boolean> |
RECIPE_PROCESS_PARAM_IS_DELETED
Use with available fluent helpers to apply the RecipeProcessParamIsDeleted field to query operations.
|
static RecipeProcessParamField<Boolean> |
RECIPE_PROCESS_PARAM_IS_OBSOLETE
Use with available fluent helpers to apply the RecipeProcessParamIsObsolete field to query operations.
|
static RecipeProcessParamField<String> |
RECIPE_PROCESS_PARAM_MAX_VAL
Use with available fluent helpers to apply the RecipeProcessParamMaxVal field to query operations.
|
static RecipeProcessParamField<Boolean> |
RECIPE_PROCESS_PARAM_MAX_VAL_IS_FXD
Use with available fluent helpers to apply the RecipeProcessParamMaxValIsFxd field to query operations.
|
static RecipeProcessParamField<String> |
RECIPE_PROCESS_PARAM_MIN_VAL
Use with available fluent helpers to apply the RecipeProcessParamMinVal field to query operations.
|
static RecipeProcessParamField<Boolean> |
RECIPE_PROCESS_PARAM_MIN_VAL_IS_FXD
Use with available fluent helpers to apply the RecipeProcessParamMinValIsFxd field to query operations.
|
static RecipeProcessParamField<String> |
RECIPE_PROCESS_PARAM_TGT_VAL
Use with available fluent helpers to apply the RecipeProcessParamTgtVal field to query operations.
|
static RecipeProcessParamField<Boolean> |
RECIPE_PROCESS_PARAM_TGT_VAL_IS_FXD
Use with available fluent helpers to apply the RecipeProcessParamTgtValIsFxd field to query operations.
|
static RecipeProcessParamField<String> |
RECIPE_PROCESS_PARAM_UNIT
Use with available fluent helpers to apply the RecipeProcessParamUnit field to query operations.
|
static RecipeProcessParamField<Boolean> |
RECIPE_PROCESS_PARAM_UNIT_IS_FXD
Use with available fluent helpers to apply the RecipeProcessParamUnitIsFxd field to query operations.
|
static RecipeProcessParamField<UUID> |
RECIPE_PROCESS_PARAM_UUID
Use with available fluent helpers to apply the RecipeProcessParamUUID field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
RecipeProcessParam() |
RecipeProcessParam(UUID recipeProcessParamUUID,
String recipeProcessParam,
String recipeProcessParamUnit,
Boolean recipeProcessParamUnitIsFxd,
String recipeProcessParamTgtVal,
Boolean recipeProcessParamTgtValIsFxd,
String recipeProcessParamMinVal,
Boolean recipeProcessParamMinValIsFxd,
String recipeProcessParamMaxVal,
Boolean recipeProcessParamMaxValIsFxd,
String recipeProcessParamDecPlaces,
String recipeProcessParamGroup,
String recipeProcessParamClass,
Boolean recipeProcessParamIsObsolete,
Boolean recipeProcessParamIsDeleted,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static RecipeProcessParam.RecipeProcessParamBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> RecipeProcessParamField<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() |
String |
getRecipeProcessParam()
Constraints: Not nullable, Maximum length: 30
|
String |
getRecipeProcessParamClass()
Constraints: Not nullable, Maximum length: 18
|
String |
getRecipeProcessParamDecPlaces()
Constraints: Not nullable, Maximum length: 2
|
String |
getRecipeProcessParamGroup()
Constraints: Not nullable, Maximum length: 20
|
Boolean |
getRecipeProcessParamIsDeleted()
Constraints: none
|
Boolean |
getRecipeProcessParamIsObsolete()
Constraints: none
|
String |
getRecipeProcessParamMaxVal()
Constraints: Not nullable, Maximum length: 30
|
Boolean |
getRecipeProcessParamMaxValIsFxd()
Constraints: none
|
String |
getRecipeProcessParamMinVal()
Constraints: Not nullable, Maximum length: 30
|
Boolean |
getRecipeProcessParamMinValIsFxd()
Constraints: none
|
String |
getRecipeProcessParamTgtVal()
Constraints: Not nullable, Maximum length: 30
|
Boolean |
getRecipeProcessParamTgtValIsFxd()
Constraints: none
|
String |
getRecipeProcessParamUnit()
Constraints: Not nullable, Maximum length: 3
|
Boolean |
getRecipeProcessParamUnitIsFxd()
Constraints: none
|
UUID |
getRecipeProcessParamUUID()
(Key Field) Constraints: Not nullable
|
Class<RecipeProcessParam> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setRecipeProcessParam(String recipeProcessParam)
Constraints: Not nullable, Maximum length: 30
|
void |
setRecipeProcessParamClass(String recipeProcessParamClass)
Constraints: Not nullable, Maximum length: 18
|
void |
setRecipeProcessParamDecPlaces(String recipeProcessParamDecPlaces)
Constraints: Not nullable, Maximum length: 2
|
void |
setRecipeProcessParamGroup(String recipeProcessParamGroup)
Constraints: Not nullable, Maximum length: 20
|
void |
setRecipeProcessParamIsDeleted(Boolean recipeProcessParamIsDeleted)
Constraints: none
|
void |
setRecipeProcessParamIsObsolete(Boolean recipeProcessParamIsObsolete)
Constraints: none
|
void |
setRecipeProcessParamMaxVal(String recipeProcessParamMaxVal)
Constraints: Not nullable, Maximum length: 30
|
void |
setRecipeProcessParamMaxValIsFxd(Boolean recipeProcessParamMaxValIsFxd)
Constraints: none
|
void |
setRecipeProcessParamMinVal(String recipeProcessParamMinVal)
Constraints: Not nullable, Maximum length: 30
|
void |
setRecipeProcessParamMinValIsFxd(Boolean recipeProcessParamMinValIsFxd)
Constraints: none
|
void |
setRecipeProcessParamTgtVal(String recipeProcessParamTgtVal)
Constraints: Not nullable, Maximum length: 30
|
void |
setRecipeProcessParamTgtValIsFxd(Boolean recipeProcessParamTgtValIsFxd)
Constraints: none
|
void |
setRecipeProcessParamUnit(String recipeProcessParamUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setRecipeProcessParamUnitIsFxd(Boolean recipeProcessParamUnitIsFxd)
Constraints: none
|
void |
setRecipeProcessParamUUID(UUID recipeProcessParamUUID)
(Key Field) Constraints: Not nullable
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setServicePathForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final RecipeProcessParamSelectable ALL_FIELDS
public static final RecipeProcessParamField<UUID> RECIPE_PROCESS_PARAM_UUID
public static final RecipeProcessParamField<String> RECIPE_PROCESS_PARAM
public static final RecipeProcessParamField<String> RECIPE_PROCESS_PARAM_UNIT
public static final RecipeProcessParamField<Boolean> RECIPE_PROCESS_PARAM_UNIT_IS_FXD
public static final RecipeProcessParamField<String> RECIPE_PROCESS_PARAM_TGT_VAL
public static final RecipeProcessParamField<Boolean> RECIPE_PROCESS_PARAM_TGT_VAL_IS_FXD
public static final RecipeProcessParamField<String> RECIPE_PROCESS_PARAM_MIN_VAL
public static final RecipeProcessParamField<Boolean> RECIPE_PROCESS_PARAM_MIN_VAL_IS_FXD
public static final RecipeProcessParamField<String> RECIPE_PROCESS_PARAM_MAX_VAL
public static final RecipeProcessParamField<Boolean> RECIPE_PROCESS_PARAM_MAX_VAL_IS_FXD
public static final RecipeProcessParamField<String> RECIPE_PROCESS_PARAM_DEC_PLACES
public static final RecipeProcessParamField<String> RECIPE_PROCESS_PARAM_GROUP
public static final RecipeProcessParamField<String> RECIPE_PROCESS_PARAM_CLASS
public static final RecipeProcessParamField<Boolean> RECIPE_PROCESS_PARAM_IS_OBSOLETE
public static final RecipeProcessParamField<Boolean> RECIPE_PROCESS_PARAM_IS_DELETED
public RecipeProcessParam()
public RecipeProcessParam(@Nullable UUID recipeProcessParamUUID, @Nullable String recipeProcessParam, @Nullable String recipeProcessParamUnit, @Nullable Boolean recipeProcessParamUnitIsFxd, @Nullable String recipeProcessParamTgtVal, @Nullable Boolean recipeProcessParamTgtValIsFxd, @Nullable String recipeProcessParamMinVal, @Nullable Boolean recipeProcessParamMinValIsFxd, @Nullable String recipeProcessParamMaxVal, @Nullable Boolean recipeProcessParamMaxValIsFxd, @Nullable String recipeProcessParamDecPlaces, @Nullable String recipeProcessParamGroup, @Nullable String recipeProcessParamClass, @Nullable Boolean recipeProcessParamIsObsolete, @Nullable Boolean recipeProcessParamIsDeleted, @Nullable ErpConfigContext erpConfigContext)
public Class<RecipeProcessParam> getType()
getType
in class VdmObject<RecipeProcessParam>
public void setRecipeProcessParamUUID(@Nullable UUID recipeProcessParamUUID)
Original property name from the Odata EDM: RecipeProcessParamUUID
recipeProcessParamUUID
- Process Parameter Master Data Keypublic void setRecipeProcessParam(@Nullable String recipeProcessParam)
Original property name from the Odata EDM: RecipeProcessParam
recipeProcessParam
- Process Parameter Master Data - Legible Name / IDpublic void setRecipeProcessParamUnit(@Nullable String recipeProcessParamUnit)
Original property name from the Odata EDM: RecipeProcessParamUnit
recipeProcessParamUnit
- Unit of Measurepublic void setRecipeProcessParamUnitIsFxd(@Nullable Boolean recipeProcessParamUnitIsFxd)
Original property name from the Odata EDM: RecipeProcessParamUnitIsFxd
recipeProcessParamUnitIsFxd
- Value Must Not Be Changedpublic void setRecipeProcessParamTgtVal(@Nullable String recipeProcessParamTgtVal)
Original property name from the Odata EDM: RecipeProcessParamTgtVal
recipeProcessParamTgtVal
- Target Valuepublic void setRecipeProcessParamTgtValIsFxd(@Nullable Boolean recipeProcessParamTgtValIsFxd)
Original property name from the Odata EDM: RecipeProcessParamTgtValIsFxd
recipeProcessParamTgtValIsFxd
- Value Must Not Be Changedpublic void setRecipeProcessParamMinVal(@Nullable String recipeProcessParamMinVal)
Original property name from the Odata EDM: RecipeProcessParamMinVal
recipeProcessParamMinVal
- Minimum Valuepublic void setRecipeProcessParamMinValIsFxd(@Nullable Boolean recipeProcessParamMinValIsFxd)
Original property name from the Odata EDM: RecipeProcessParamMinValIsFxd
recipeProcessParamMinValIsFxd
- Value Must Not Be Changedpublic void setRecipeProcessParamMaxVal(@Nullable String recipeProcessParamMaxVal)
Original property name from the Odata EDM: RecipeProcessParamMaxVal
recipeProcessParamMaxVal
- Maximum Valuepublic void setRecipeProcessParamMaxValIsFxd(@Nullable Boolean recipeProcessParamMaxValIsFxd)
Original property name from the Odata EDM: RecipeProcessParamMaxValIsFxd
recipeProcessParamMaxValIsFxd
- Value Must Not Be Changedpublic void setRecipeProcessParamDecPlaces(@Nullable String recipeProcessParamDecPlaces)
Original property name from the Odata EDM: RecipeProcessParamDecPlaces
recipeProcessParamDecPlaces
- Decimal Places for Process Parameter Valuespublic void setRecipeProcessParamGroup(@Nullable String recipeProcessParamGroup)
Original property name from the Odata EDM: RecipeProcessParamGroup
recipeProcessParamGroup
- Process Parameter Group IDpublic void setRecipeProcessParamClass(@Nullable String recipeProcessParamClass)
Original property name from the Odata EDM: RecipeProcessParamClass
recipeProcessParamClass
- Class ID for Classificationpublic void setRecipeProcessParamIsObsolete(@Nullable Boolean recipeProcessParamIsObsolete)
Original property name from the Odata EDM: RecipeProcessParamIsObsolete
recipeProcessParamIsObsolete
- Obsoletepublic void setRecipeProcessParamIsDeleted(@Nullable Boolean recipeProcessParamIsDeleted)
Original property name from the Odata EDM: RecipeProcessParamIsDeleted
recipeProcessParamIsDeleted
- Process Parameter Deletedprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<RecipeProcessParam>
protected Map<String,Object> getKey()
getKey
in class VdmObject<RecipeProcessParam>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<RecipeProcessParam>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<RecipeProcessParam>
@Nonnull public static <T> RecipeProcessParamField<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> RecipeProcessParamField<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.public static RecipeProcessParam.RecipeProcessParamBuilder builder()
@Nullable public UUID getRecipeProcessParamUUID()
Original property name from the Odata EDM: RecipeProcessParamUUID
@Nullable public String getRecipeProcessParam()
Original property name from the Odata EDM: RecipeProcessParam
@Nullable public String getRecipeProcessParamUnit()
Original property name from the Odata EDM: RecipeProcessParamUnit
@Nullable public Boolean getRecipeProcessParamUnitIsFxd()
Original property name from the Odata EDM: RecipeProcessParamUnitIsFxd
@Nullable public String getRecipeProcessParamTgtVal()
Original property name from the Odata EDM: RecipeProcessParamTgtVal
@Nullable public Boolean getRecipeProcessParamTgtValIsFxd()
Original property name from the Odata EDM: RecipeProcessParamTgtValIsFxd
@Nullable public String getRecipeProcessParamMinVal()
Original property name from the Odata EDM: RecipeProcessParamMinVal
@Nullable public Boolean getRecipeProcessParamMinValIsFxd()
Original property name from the Odata EDM: RecipeProcessParamMinValIsFxd
@Nullable public String getRecipeProcessParamMaxVal()
Original property name from the Odata EDM: RecipeProcessParamMaxVal
@Nullable public Boolean getRecipeProcessParamMaxValIsFxd()
Original property name from the Odata EDM: RecipeProcessParamMaxValIsFxd
@Nullable public String getRecipeProcessParamDecPlaces()
Original property name from the Odata EDM: RecipeProcessParamDecPlaces
@Nullable public String getRecipeProcessParamGroup()
Original property name from the Odata EDM: RecipeProcessParamGroup
@Nullable public String getRecipeProcessParamClass()
Original property name from the Odata EDM: RecipeProcessParamClass
@Nullable public Boolean getRecipeProcessParamIsObsolete()
Original property name from the Odata EDM: RecipeProcessParamIsObsolete
@Nullable public Boolean getRecipeProcessParamIsDeleted()
Original property name from the Odata EDM: RecipeProcessParamIsDeleted
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<RecipeProcessParam>
erpConfigContext
- public String toString()
toString
in class VdmObject<RecipeProcessParam>
public boolean equals(Object o)
equals
in class VdmObject<RecipeProcessParam>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<RecipeProcessParam>
public int hashCode()
hashCode
in class VdmObject<RecipeProcessParam>
Copyright © 2018 SAP SE. All rights reserved.