public class RecipeFormulaItem extends VdmEntity<RecipeFormulaItem>
Original entity name from the Odata EDM: A_RecipeFormulaItemType
Modifier and Type | Class and Description |
---|---|
static class |
RecipeFormulaItem.RecipeFormulaItemBuilder |
Modifier and Type | Field and Description |
---|---|
static RecipeFormulaItemSelectable |
ALL_FIELDS
Selector for all available fields of RecipeFormulaItem.
|
static RecipeFormulaItemField<String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static RecipeFormulaItemField<String> |
RCP_FMLA_ITEM_COMPONENT_TYPE
Use with available fluent helpers to apply the RcpFmlaItemComponentType field to query operations.
|
static RecipeFormulaItemField<String> |
RCP_FMLA_ITEM_EXCEPTION_CODE
Use with available fluent helpers to apply the RcpFmlaItemExceptionCode field to query operations.
|
static RecipeFormulaItemField<UUID> |
RCP_FMLA_ITEM_EXPLOSION_RECIPE_UUID
Use with available fluent helpers to apply the RcpFmlaItemExplosionRecipeUUID field to query operations.
|
static RecipeFormulaItemField<String> |
RCP_FMLA_ITEM_IS_BALANCING_ITEM
Use with available fluent helpers to apply the RcpFmlaItemIsBalancingItem field to query operations.
|
static RecipeFormulaItemField<String> |
RCP_FMLA_ITEM_IS_SELECTED_FOR_CALC
Use with available fluent helpers to apply the RcpFmlaItemIsSelectedForCalc field to query operations.
|
static RecipeFormulaItemField<BigDecimal> |
RCP_FMLA_ITEM_LOWER_LIMIT
Use with available fluent helpers to apply the RcpFmlaItemLowerLimit field to query operations.
|
static RecipeFormulaItemField<BigDecimal> |
RCP_FMLA_ITEM_OVERRUN_IN_PERCENT
Use with available fluent helpers to apply the RcpFmlaItemOverrunInPercent field to query operations.
|
static RecipeFormulaItemField<String> |
RCP_FMLA_ITEM_POSITION
Use with available fluent helpers to apply the RcpFmlaItemPosition field to query operations.
|
static RecipeFormulaItemField<BigDecimal> |
RCP_FMLA_ITEM_QUANTITY
Use with available fluent helpers to apply the RcpFmlaItemQuantity field to query operations.
|
static RecipeFormulaItemField<BigDecimal> |
RCP_FMLA_ITEM_QUANTITY_IN_KILOGRAM
Use with available fluent helpers to apply the RcpFmlaItemQuantityInKilogram field to query operations.
|
static RecipeFormulaItemField<BigDecimal> |
RCP_FMLA_ITEM_SCRAP_IN_PERCENT
Use with available fluent helpers to apply the RcpFmlaItemScrapInPercent field to query operations.
|
static RecipeFormulaItemField<String> |
RCP_FMLA_ITEM_TYPE
Use with available fluent helpers to apply the RcpFmlaItemType field to query operations.
|
static RecipeFormulaItemField<String> |
RCP_FMLA_ITEM_UNIT
Use with available fluent helpers to apply the RcpFmlaItemUnit field to query operations.
|
static RecipeFormulaItemField<BigDecimal> |
RCP_FMLA_ITEM_UPPER_LIMIT
Use with available fluent helpers to apply the RcpFmlaItemUpperLimit field to query operations.
|
static RecipeFormulaItemField<UUID> |
RCP_FMLA_ITEM_UUID
Use with available fluent helpers to apply the RcpFmlaItemUUID field to query operations.
|
static RecipeFormulaItemField<UUID> |
RCP_FMLA_UUID
Use with available fluent helpers to apply the RcpFmlaUUID field to query operations.
|
static RecipeFormulaItemField<String> |
RECIPE_FMLA_ITEM_ALTV_IS_USED
Use with available fluent helpers to apply the RecipeFmlaItemAltvIsUsed field to query operations.
|
static RecipeFormulaItemField<ZonedDateTime> |
RECIPE_LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the RecipeLastChangeDateTime field to query operations.
|
static RecipeFormulaItemField<String> |
RECIPE_PROCESS_ACTION_POS_NMBR
Use with available fluent helpers to apply the RecipeProcessActionPosNmbr field to query operations.
|
static RecipeFormulaItemField<UUID> |
RECIPE_PROCESS_ACTION_UUID
Use with available fluent helpers to apply the RecipeProcessActionUUID field to query operations.
|
static RecipeFormulaItemField<UUID> |
RECIPE_PROCESS_ELEMENT_UUID
Use with available fluent helpers to apply the RecipeProcessElementUUID field to query operations.
|
static RecipeFormulaItemField<String> |
RECIPE_PROCESS_OPERATION_POS_NMBR
Use with available fluent helpers to apply the RecipeProcessOperationPosNmbr field to query operations.
|
static RecipeFormulaItemField<UUID> |
RECIPE_PROCESS_OPERATION_UUID
Use with available fluent helpers to apply the RecipeProcessOperationUUID field to query operations.
|
static RecipeFormulaItemField<String> |
RECIPE_PROCESS_STAGE_POS_NMBR
Use with available fluent helpers to apply the RecipeProcessStagePosNmbr field to query operations.
|
static RecipeFormulaItemField<UUID> |
RECIPE_PROCESS_STAGE_UUID
Use with available fluent helpers to apply the RecipeProcessStageUUID field to query operations.
|
static RecipeFormulaItemField<String> |
SPECIFICATION
Use with available fluent helpers to apply the Specification field to query operations.
|
static RecipeFormulaItemField<String> |
SPECIFICATION_AUTHZN_GROUP
Use with available fluent helpers to apply the SpecificationAuthznGroup field to query operations.
|
static RecipeFormulaItemField<String> |
SPECIFICATION_INTERNAL_ID
Use with available fluent helpers to apply the SpecificationInternalID field to query operations.
|
static RecipeFormulaItemField<String> |
SPECIFICATION_TYPE
Use with available fluent helpers to apply the SpecificationType field to query operations.
|
static RecipeFormulaItemLink<Recipe> |
TO_EXPLOSION_RECIPE
Use with available fluent helpers to apply the to_ExplosionRecipe navigation property to query operations.
|
static RecipeFormulaItemLink<Recipe> |
TO_RECIPE
Use with available fluent helpers to apply the to_Recipe navigation property to query operations.
|
static RecipeFormulaItemLink<RecipeProcessElement> |
TO_RECIPE_PROCESS_ELEMENT
Use with available fluent helpers to apply the to_RecipeProcessElement navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
RecipeFormulaItem() |
RecipeFormulaItem(UUID rcpFmlaItemUUID,
UUID rcpFmlaUUID,
String rcpFmlaItemPosition,
String rcpFmlaItemType,
String specificationInternalID,
String specification,
String material,
String rcpFmlaItemComponentType,
BigDecimal rcpFmlaItemLowerLimit,
BigDecimal rcpFmlaItemUpperLimit,
BigDecimal rcpFmlaItemQuantity,
String rcpFmlaItemUnit,
String rcpFmlaItemExceptionCode,
BigDecimal rcpFmlaItemScrapInPercent,
BigDecimal rcpFmlaItemOverrunInPercent,
BigDecimal rcpFmlaItemQuantityInKilogram,
String rcpFmlaItemIsSelectedForCalc,
UUID rcpFmlaItemExplosionRecipeUUID,
String rcpFmlaItemIsBalancingItem,
String recipeFmlaItemAltvIsUsed,
String specificationType,
String specificationAuthznGroup,
UUID recipeProcessElementUUID,
UUID recipeProcessStageUUID,
UUID recipeProcessOperationUUID,
UUID recipeProcessActionUUID,
String recipeProcessStagePosNmbr,
String recipeProcessOperationPosNmbr,
String recipeProcessActionPosNmbr,
ZonedDateTime recipeLastChangeDateTime,
ErpConfigContext erpConfigContext,
Recipe toRecipe,
Recipe toExplosionRecipe,
RecipeProcessElement toRecipeProcessElement) |
Modifier and Type | Method and Description |
---|---|
static RecipeFormulaItem.RecipeFormulaItemBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Recipe |
fetchExplosionRecipe()
Fetches the Recipe entity (one to one) associated with this entity.
|
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.
|
static <T> RecipeFormulaItemField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getEndpointUrl() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
Optional<Recipe> |
getExplosionRecipeIfPresent()
Retrieval of associated Recipe entity (one to one).
|
Recipe |
getExplosionRecipeOrFetch()
Retrieval of associated Recipe entity (one to one).
|
protected Map<String,Object> |
getKey() |
String |
getMaterial()
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: Material
|
String |
getRcpFmlaItemComponentType()
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: RcpFmlaItemComponentType
|
String |
getRcpFmlaItemExceptionCode()
Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: RcpFmlaItemExceptionCode
|
UUID |
getRcpFmlaItemExplosionRecipeUUID()
Constraints: noneOriginal property name from the Odata EDM: RcpFmlaItemExplosionRecipeUUID
|
String |
getRcpFmlaItemIsBalancingItem()
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: RcpFmlaItemIsBalancingItemA balancing item is relevant for evaporation (negative value) or absorption (positive value).For more information, see the Business Add-Ins under Logistics - General -> Product Lifecycle Management (PLM) -> PLM Web User Interface -> Recipe Development -> Recipe -> Calculations -> Business Add-Ins (BAdIs).
|
String |
getRcpFmlaItemIsSelectedForCalc()
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: RcpFmlaItemIsSelectedForCalc
|
BigDecimal |
getRcpFmlaItemLowerLimit()
Constraints: Not nullable, Precision: 34, Scale: 6 Original property name from the Odata EDM: RcpFmlaItemLowerLimit
|
BigDecimal |
getRcpFmlaItemOverrunInPercent()
Constraints: Not nullable, Precision: 34, Scale: 6 Original property name from the Odata EDM: RcpFmlaItemOverrunInPercent
|
String |
getRcpFmlaItemPosition()
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: RcpFmlaItemPosition
|
BigDecimal |
getRcpFmlaItemQuantity()
Constraints: Not nullable, Precision: 34, Scale: 6 Original property name from the Odata EDM: RcpFmlaItemQuantity
|
BigDecimal |
getRcpFmlaItemQuantityInKilogram()
Constraints: Not nullable, Precision: 34, Scale: 6 Original property name from the Odata EDM: RcpFmlaItemQuantityInKilogram
|
BigDecimal |
getRcpFmlaItemScrapInPercent()
Constraints: Not nullable, Precision: 34, Scale: 6 Original property name from the Odata EDM: RcpFmlaItemScrapInPercent
|
String |
getRcpFmlaItemType()
Constraints: Not nullable, Maximum length: 5 Original property name from the Odata EDM: RcpFmlaItemType
|
String |
getRcpFmlaItemUnit()
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: RcpFmlaItemUnit
|
BigDecimal |
getRcpFmlaItemUpperLimit()
Constraints: Not nullable, Precision: 34, Scale: 6 Original property name from the Odata EDM: RcpFmlaItemUpperLimit
|
UUID |
getRcpFmlaItemUUID()
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: RcpFmlaItemUUID
|
UUID |
getRcpFmlaUUID()
Constraints: noneOriginal property name from the Odata EDM: RcpFmlaUUID
|
String |
getRecipeFmlaItemAltvIsUsed()
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: RecipeFmlaItemAltvIsUsed
|
Optional<Recipe> |
getRecipeIfPresent()
Retrieval of associated Recipe entity (one to one).
|
ZonedDateTime |
getRecipeLastChangeDateTime()
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: RecipeLastChangeDateTime
|
Recipe |
getRecipeOrFetch()
Retrieval of associated Recipe entity (one to one).
|
String |
getRecipeProcessActionPosNmbr()
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: RecipeProcessActionPosNmbr
|
UUID |
getRecipeProcessActionUUID()
Constraints: noneOriginal property name from the Odata EDM: RecipeProcessActionUUID
|
Optional<RecipeProcessElement> |
getRecipeProcessElementIfPresent()
Retrieval of associated RecipeProcessElement entity (one to one).
|
RecipeProcessElement |
getRecipeProcessElementOrFetch()
Retrieval of associated RecipeProcessElement entity (one to one).
|
UUID |
getRecipeProcessElementUUID()
Constraints: noneOriginal property name from the Odata EDM: RecipeProcessElementUUID
|
String |
getRecipeProcessOperationPosNmbr()
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: RecipeProcessOperationPosNmbr
|
UUID |
getRecipeProcessOperationUUID()
Constraints: noneOriginal property name from the Odata EDM: RecipeProcessOperationUUID
|
String |
getRecipeProcessStagePosNmbr()
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: RecipeProcessStagePosNmbr
|
UUID |
getRecipeProcessStageUUID()
Constraints: noneOriginal property name from the Odata EDM: RecipeProcessStageUUID
|
String |
getSpecification()
Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: SpecificationFirst check if the specification field has an input help.Fields without input help:Enter a generic specification key.Choose Confirm.The SAP system checks whether your entry is permitted.
|
String |
getSpecificationAuthznGroup()
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: SpecificationAuthznGroup
|
String |
getSpecificationInternalID()
Constraints: Not nullable, Maximum length: 20 Original property name from the Odata EDM: SpecificationInternalID
|
String |
getSpecificationType()
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: SpecificationType
|
Class<RecipeFormulaItem> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setExplosionRecipe(Recipe value)
Overwrites the associated Recipe entity for the loaded navigation property to_ExplosionRecipe.
|
void |
setMaterial(String material)
Constraints: Not nullable, Maximum length: 40 Original property name from the Odata EDM: Material
|
void |
setRcpFmlaItemComponentType(String rcpFmlaItemComponentType)
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: RcpFmlaItemComponentType
|
void |
setRcpFmlaItemExceptionCode(String rcpFmlaItemExceptionCode)
Constraints: Not nullable, Maximum length: 2 Original property name from the Odata EDM: RcpFmlaItemExceptionCode
|
void |
setRcpFmlaItemExplosionRecipeUUID(UUID rcpFmlaItemExplosionRecipeUUID)
Constraints: noneOriginal property name from the Odata EDM: RcpFmlaItemExplosionRecipeUUID
|
void |
setRcpFmlaItemIsBalancingItem(String rcpFmlaItemIsBalancingItem)
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: RcpFmlaItemIsBalancingItemA balancing item is relevant for evaporation (negative value) or absorption (positive value).For more information, see the Business Add-Ins under Logistics - General -> Product Lifecycle Management (PLM) -> PLM Web User Interface -> Recipe Development -> Recipe -> Calculations -> Business Add-Ins (BAdIs).
|
void |
setRcpFmlaItemIsSelectedForCalc(String rcpFmlaItemIsSelectedForCalc)
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: RcpFmlaItemIsSelectedForCalc
|
void |
setRcpFmlaItemLowerLimit(BigDecimal rcpFmlaItemLowerLimit)
Constraints: Not nullable, Precision: 34, Scale: 6 Original property name from the Odata EDM: RcpFmlaItemLowerLimit
|
void |
setRcpFmlaItemOverrunInPercent(BigDecimal rcpFmlaItemOverrunInPercent)
Constraints: Not nullable, Precision: 34, Scale: 6 Original property name from the Odata EDM: RcpFmlaItemOverrunInPercent
|
void |
setRcpFmlaItemPosition(String rcpFmlaItemPosition)
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: RcpFmlaItemPosition
|
void |
setRcpFmlaItemQuantity(BigDecimal rcpFmlaItemQuantity)
Constraints: Not nullable, Precision: 34, Scale: 6 Original property name from the Odata EDM: RcpFmlaItemQuantity
|
void |
setRcpFmlaItemQuantityInKilogram(BigDecimal rcpFmlaItemQuantityInKilogram)
Constraints: Not nullable, Precision: 34, Scale: 6 Original property name from the Odata EDM: RcpFmlaItemQuantityInKilogram
|
void |
setRcpFmlaItemScrapInPercent(BigDecimal rcpFmlaItemScrapInPercent)
Constraints: Not nullable, Precision: 34, Scale: 6 Original property name from the Odata EDM: RcpFmlaItemScrapInPercent
|
void |
setRcpFmlaItemType(String rcpFmlaItemType)
Constraints: Not nullable, Maximum length: 5 Original property name from the Odata EDM: RcpFmlaItemType
|
void |
setRcpFmlaItemUnit(String rcpFmlaItemUnit)
Constraints: Not nullable, Maximum length: 3 Original property name from the Odata EDM: RcpFmlaItemUnit
|
void |
setRcpFmlaItemUpperLimit(BigDecimal rcpFmlaItemUpperLimit)
Constraints: Not nullable, Precision: 34, Scale: 6 Original property name from the Odata EDM: RcpFmlaItemUpperLimit
|
void |
setRcpFmlaItemUUID(UUID rcpFmlaItemUUID)
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: RcpFmlaItemUUID
|
void |
setRcpFmlaUUID(UUID rcpFmlaUUID)
Constraints: noneOriginal property name from the Odata EDM: RcpFmlaUUID
|
void |
setRecipe(Recipe value)
Overwrites the associated Recipe entity for the loaded navigation property to_Recipe.
|
void |
setRecipeFmlaItemAltvIsUsed(String recipeFmlaItemAltvIsUsed)
Constraints: Not nullable, Maximum length: 1 Original property name from the Odata EDM: RecipeFmlaItemAltvIsUsed
|
void |
setRecipeLastChangeDateTime(ZonedDateTime recipeLastChangeDateTime)
Constraints: Not nullable, Precision: 0 Original property name from the Odata EDM: RecipeLastChangeDateTime
|
void |
setRecipeProcessActionPosNmbr(String recipeProcessActionPosNmbr)
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: RecipeProcessActionPosNmbr
|
void |
setRecipeProcessActionUUID(UUID recipeProcessActionUUID)
Constraints: noneOriginal property name from the Odata EDM: RecipeProcessActionUUID
|
void |
setRecipeProcessElement(RecipeProcessElement value)
Overwrites the associated RecipeProcessElement entity for the loaded navigation property to_RecipeProcessElement.
|
void |
setRecipeProcessElementUUID(UUID recipeProcessElementUUID)
Constraints: noneOriginal property name from the Odata EDM: RecipeProcessElementUUID
|
void |
setRecipeProcessOperationPosNmbr(String recipeProcessOperationPosNmbr)
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: RecipeProcessOperationPosNmbr
|
void |
setRecipeProcessOperationUUID(UUID recipeProcessOperationUUID)
Constraints: noneOriginal property name from the Odata EDM: RecipeProcessOperationUUID
|
void |
setRecipeProcessStagePosNmbr(String recipeProcessStagePosNmbr)
Constraints: Not nullable, Maximum length: 4 Original property name from the Odata EDM: RecipeProcessStagePosNmbr
|
void |
setRecipeProcessStageUUID(UUID recipeProcessStageUUID)
Constraints: noneOriginal property name from the Odata EDM: RecipeProcessStageUUID
|
void |
setSpecification(String specification)
Constraints: Not nullable, Maximum length: 12 Original property name from the Odata EDM: SpecificationFirst check if the specification field has an input help.Fields without input help:Enter a generic specification key.Choose Confirm.The SAP system checks whether your entry is permitted.
|
void |
setSpecificationAuthznGroup(String specificationAuthznGroup)
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: SpecificationAuthznGroup
|
void |
setSpecificationInternalID(String specificationInternalID)
Constraints: Not nullable, Maximum length: 20 Original property name from the Odata EDM: SpecificationInternalID
|
void |
setSpecificationType(String specificationType)
Constraints: Not nullable, Maximum length: 10 Original property name from the Odata EDM: SpecificationType
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final RecipeFormulaItemSelectable ALL_FIELDS
public static final RecipeFormulaItemField<UUID> RCP_FMLA_ITEM_UUID
public static final RecipeFormulaItemField<UUID> RCP_FMLA_UUID
public static final RecipeFormulaItemField<String> RCP_FMLA_ITEM_POSITION
public static final RecipeFormulaItemField<String> RCP_FMLA_ITEM_TYPE
public static final RecipeFormulaItemField<String> SPECIFICATION_INTERNAL_ID
public static final RecipeFormulaItemField<String> SPECIFICATION
public static final RecipeFormulaItemField<String> MATERIAL
public static final RecipeFormulaItemField<String> RCP_FMLA_ITEM_COMPONENT_TYPE
public static final RecipeFormulaItemField<BigDecimal> RCP_FMLA_ITEM_LOWER_LIMIT
public static final RecipeFormulaItemField<BigDecimal> RCP_FMLA_ITEM_UPPER_LIMIT
public static final RecipeFormulaItemField<BigDecimal> RCP_FMLA_ITEM_QUANTITY
public static final RecipeFormulaItemField<String> RCP_FMLA_ITEM_UNIT
public static final RecipeFormulaItemField<String> RCP_FMLA_ITEM_EXCEPTION_CODE
public static final RecipeFormulaItemField<BigDecimal> RCP_FMLA_ITEM_SCRAP_IN_PERCENT
public static final RecipeFormulaItemField<BigDecimal> RCP_FMLA_ITEM_OVERRUN_IN_PERCENT
public static final RecipeFormulaItemField<BigDecimal> RCP_FMLA_ITEM_QUANTITY_IN_KILOGRAM
public static final RecipeFormulaItemField<String> RCP_FMLA_ITEM_IS_SELECTED_FOR_CALC
public static final RecipeFormulaItemField<UUID> RCP_FMLA_ITEM_EXPLOSION_RECIPE_UUID
public static final RecipeFormulaItemField<String> RCP_FMLA_ITEM_IS_BALANCING_ITEM
public static final RecipeFormulaItemField<String> RECIPE_FMLA_ITEM_ALTV_IS_USED
public static final RecipeFormulaItemField<String> SPECIFICATION_TYPE
public static final RecipeFormulaItemField<String> SPECIFICATION_AUTHZN_GROUP
public static final RecipeFormulaItemField<UUID> RECIPE_PROCESS_ELEMENT_UUID
public static final RecipeFormulaItemField<UUID> RECIPE_PROCESS_STAGE_UUID
public static final RecipeFormulaItemField<UUID> RECIPE_PROCESS_OPERATION_UUID
public static final RecipeFormulaItemField<UUID> RECIPE_PROCESS_ACTION_UUID
public static final RecipeFormulaItemField<String> RECIPE_PROCESS_STAGE_POS_NMBR
public static final RecipeFormulaItemField<String> RECIPE_PROCESS_OPERATION_POS_NMBR
public static final RecipeFormulaItemField<String> RECIPE_PROCESS_ACTION_POS_NMBR
public static final RecipeFormulaItemField<ZonedDateTime> RECIPE_LAST_CHANGE_DATE_TIME
public static final RecipeFormulaItemLink<Recipe> TO_RECIPE
public static final RecipeFormulaItemLink<Recipe> TO_EXPLOSION_RECIPE
public static final RecipeFormulaItemLink<RecipeProcessElement> TO_RECIPE_PROCESS_ELEMENT
public RecipeFormulaItem()
public RecipeFormulaItem(@Nullable UUID rcpFmlaItemUUID, @Nullable UUID rcpFmlaUUID, @Nullable String rcpFmlaItemPosition, @Nullable String rcpFmlaItemType, @Nullable String specificationInternalID, @Nullable String specification, @Nullable String material, @Nullable String rcpFmlaItemComponentType, @Nullable BigDecimal rcpFmlaItemLowerLimit, @Nullable BigDecimal rcpFmlaItemUpperLimit, @Nullable BigDecimal rcpFmlaItemQuantity, @Nullable String rcpFmlaItemUnit, @Nullable String rcpFmlaItemExceptionCode, @Nullable BigDecimal rcpFmlaItemScrapInPercent, @Nullable BigDecimal rcpFmlaItemOverrunInPercent, @Nullable BigDecimal rcpFmlaItemQuantityInKilogram, @Nullable String rcpFmlaItemIsSelectedForCalc, @Nullable UUID rcpFmlaItemExplosionRecipeUUID, @Nullable String rcpFmlaItemIsBalancingItem, @Nullable String recipeFmlaItemAltvIsUsed, @Nullable String specificationType, @Nullable String specificationAuthznGroup, @Nullable UUID recipeProcessElementUUID, @Nullable UUID recipeProcessStageUUID, @Nullable UUID recipeProcessOperationUUID, @Nullable UUID recipeProcessActionUUID, @Nullable String recipeProcessStagePosNmbr, @Nullable String recipeProcessOperationPosNmbr, @Nullable String recipeProcessActionPosNmbr, @Nullable ZonedDateTime recipeLastChangeDateTime, @Nullable ErpConfigContext erpConfigContext, @Nullable Recipe toRecipe, @Nullable Recipe toExplosionRecipe, @Nullable RecipeProcessElement toRecipeProcessElement)
public Class<RecipeFormulaItem> getType()
getType
in class VdmObject<RecipeFormulaItem>
public void setRcpFmlaItemUUID(@Nullable UUID rcpFmlaItemUUID)
Original property name from the Odata EDM: RcpFmlaItemUUID
rcpFmlaItemUUID
- Formula Item GUIDpublic void setRcpFmlaUUID(@Nullable UUID rcpFmlaUUID)
Original property name from the Odata EDM: RcpFmlaUUID
rcpFmlaUUID
- Formula GUIDpublic void setRcpFmlaItemPosition(@Nullable String rcpFmlaItemPosition)
Original property name from the Odata EDM: RcpFmlaItemPosition
rcpFmlaItemPosition
- Number of a Formula Itempublic void setRcpFmlaItemType(@Nullable String rcpFmlaItemType)
Original property name from the Odata EDM: RcpFmlaItemType
rcpFmlaItemType
- Formula Item Typepublic void setSpecificationInternalID(@Nullable String specificationInternalID)
Original property name from the Odata EDM: SpecificationInternalID
specificationInternalID
- Specification Keypublic void setSpecification(@Nullable String specification)
Original property name from the Odata EDM: Specification
First check if the specification field has an input help.Fields without input help:Enter a generic specification key.Choose Confirm.The SAP system checks whether your entry is permitted. For example, you cannot enter certain special characters, umlauts, or blank characters in the key. The SAP system lists all the suitable specification keys.Fields with input help:Enter a generic key.Choose Confirm.The SAP system searches for specifications as follows:First, it searches the identifiers of the category Number.If it does not find any corresponding identifier numbers, it searches the identifiers of the category Name.If it does not find any corresponding identifier names, it searches the specification keys.Example:Entry: 211*The system searches for specifications that have an identifier with the number 211*. Since hits are found, the system does not search for any other identifier names or specification keys.Examples of hits found:Specification key IU674828, CAS number 211-617-1, synonym diketeneSpecification key IU645625, CAS number 211-448-3, synonym 2-ethylhexanalEntry: AS*The system does not find any specifications that have an identifier with the number AS*, so it searches the identifier names. Since hits are found, the system does not search for any other specification keys.Examples of hits found:Specification key IU7647145, CAS number 7647-14-5, synonym saltSpecification key IU7697372, CAS number 7697-37-2, synonym nitric acid
specification
- Specifies the specification.public void setMaterial(@Nullable String material)
Original property name from the Odata EDM: Material
material
- Material Numberpublic void setRcpFmlaItemComponentType(@Nullable String rcpFmlaItemComponentType)
Original property name from the Odata EDM: RcpFmlaItemComponentType
rcpFmlaItemComponentType
- Component Type of Formula Itempublic void setRcpFmlaItemLowerLimit(@Nullable BigDecimal rcpFmlaItemLowerLimit)
Original property name from the Odata EDM: RcpFmlaItemLowerLimit
rcpFmlaItemLowerLimit
- Quantitypublic void setRcpFmlaItemUpperLimit(@Nullable BigDecimal rcpFmlaItemUpperLimit)
Original property name from the Odata EDM: RcpFmlaItemUpperLimit
rcpFmlaItemUpperLimit
- Quantitypublic void setRcpFmlaItemQuantity(@Nullable BigDecimal rcpFmlaItemQuantity)
Original property name from the Odata EDM: RcpFmlaItemQuantity
rcpFmlaItemQuantity
- Quantitypublic void setRcpFmlaItemUnit(@Nullable String rcpFmlaItemUnit)
Original property name from the Odata EDM: RcpFmlaItemUnit
rcpFmlaItemUnit
- Unit of Measurepublic void setRcpFmlaItemExceptionCode(@Nullable String rcpFmlaItemExceptionCode)
Original property name from the Odata EDM: RcpFmlaItemExceptionCode
rcpFmlaItemExceptionCode
- Exception Valuepublic void setRcpFmlaItemScrapInPercent(@Nullable BigDecimal rcpFmlaItemScrapInPercent)
Original property name from the Odata EDM: RcpFmlaItemScrapInPercent
rcpFmlaItemScrapInPercent
- Scrap Factor for Formula Itempublic void setRcpFmlaItemOverrunInPercent(@Nullable BigDecimal rcpFmlaItemOverrunInPercent)
Original property name from the Odata EDM: RcpFmlaItemOverrunInPercent
rcpFmlaItemOverrunInPercent
- Scrap Factor for Formula Itempublic void setRcpFmlaItemQuantityInKilogram(@Nullable BigDecimal rcpFmlaItemQuantityInKilogram)
Original property name from the Odata EDM: RcpFmlaItemQuantityInKilogram
rcpFmlaItemQuantityInKilogram
- Absolute Mass (As Float)public void setRcpFmlaItemIsSelectedForCalc(@Nullable String rcpFmlaItemIsSelectedForCalc)
Original property name from the Odata EDM: RcpFmlaItemIsSelectedForCalc
rcpFmlaItemIsSelectedForCalc
- Calculate Quantitypublic void setRcpFmlaItemExplosionRecipeUUID(@Nullable UUID rcpFmlaItemExplosionRecipeUUID)
Original property name from the Odata EDM: RcpFmlaItemExplosionRecipeUUID
rcpFmlaItemExplosionRecipeUUID
- Common Recipe GUIDpublic void setRcpFmlaItemIsBalancingItem(@Nullable String rcpFmlaItemIsBalancingItem)
Original property name from the Odata EDM: RcpFmlaItemIsBalancingItem
A balancing item is relevant for evaporation (negative value) or absorption (positive value).For more information, see the Business Add-Ins under Logistics - General -> Product Lifecycle Management (PLM) -> PLM Web User Interface -> Recipe Development -> Recipe -> Calculations -> Business Add-Ins (BAdIs).
rcpFmlaItemIsBalancingItem
- This data element indicates whether a formula item is a balancing item.public void setRecipeFmlaItemAltvIsUsed(@Nullable String recipeFmlaItemAltvIsUsed)
Original property name from the Odata EDM: RecipeFmlaItemAltvIsUsed
recipeFmlaItemAltvIsUsed
- Alternative Item Used for Calculationpublic void setSpecificationType(@Nullable String specificationType)
Original property name from the Odata EDM: SpecificationType
specificationType
- Specification Typepublic void setSpecificationAuthznGroup(@Nullable String specificationAuthznGroup)
Original property name from the Odata EDM: SpecificationAuthznGroup
specificationAuthznGroup
- Recipe Authorization Grouppublic void setRecipeProcessElementUUID(@Nullable UUID recipeProcessElementUUID)
Original property name from the Odata EDM: RecipeProcessElementUUID
recipeProcessElementUUID
- Process Element GUIDpublic void setRecipeProcessStageUUID(@Nullable UUID recipeProcessStageUUID)
Original property name from the Odata EDM: RecipeProcessStageUUID
recipeProcessStageUUID
- Process Element GUIDpublic void setRecipeProcessOperationUUID(@Nullable UUID recipeProcessOperationUUID)
Original property name from the Odata EDM: RecipeProcessOperationUUID
recipeProcessOperationUUID
- public void setRecipeProcessActionUUID(@Nullable UUID recipeProcessActionUUID)
Original property name from the Odata EDM: RecipeProcessActionUUID
recipeProcessActionUUID
- public void setRecipeProcessStagePosNmbr(@Nullable String recipeProcessStagePosNmbr)
Original property name from the Odata EDM: RecipeProcessStagePosNmbr
recipeProcessStagePosNmbr
- ID of a Process Elementpublic void setRecipeProcessOperationPosNmbr(@Nullable String recipeProcessOperationPosNmbr)
Original property name from the Odata EDM: RecipeProcessOperationPosNmbr
recipeProcessOperationPosNmbr
- ID of a Process Elementpublic void setRecipeProcessActionPosNmbr(@Nullable String recipeProcessActionPosNmbr)
Original property name from the Odata EDM: RecipeProcessActionPosNmbr
recipeProcessActionPosNmbr
- ID of a Process Elementpublic void setRecipeLastChangeDateTime(@Nullable ZonedDateTime recipeLastChangeDateTime)
Original property name from the Odata EDM: RecipeLastChangeDateTime
recipeLastChangeDateTime
- UTC Time Stamp in Short Form (YYYYMMDDhhmmss)protected String getEndpointUrl()
getEndpointUrl
in class VdmEntity<RecipeFormulaItem>
protected String getEntityCollection()
getEntityCollection
in class VdmEntity<RecipeFormulaItem>
protected Map<String,Object> getKey()
getKey
in class VdmObject<RecipeFormulaItem>
protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<RecipeFormulaItem>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<RecipeFormulaItem>
public static <T> RecipeFormulaItemField<T> field(String fieldName, 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.protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<RecipeFormulaItem>
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 RecipeFormulaItem 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 RecipeFormulaItem 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 Recipe fetchExplosionRecipe() 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 getExplosionRecipeOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ExplosionRecipe of a queried RecipeFormulaItem 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> getExplosionRecipeIfPresent()
If the navigation property for an entity RecipeFormulaItem 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 setExplosionRecipe(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 RecipeFormulaItem 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 RecipeFormulaItem 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 static RecipeFormulaItem.RecipeFormulaItemBuilder builder()
@Nullable public UUID getRcpFmlaItemUUID()
Original property name from the Odata EDM: RcpFmlaItemUUID
@Nullable public UUID getRcpFmlaUUID()
Original property name from the Odata EDM: RcpFmlaUUID
@Nullable public String getRcpFmlaItemPosition()
Original property name from the Odata EDM: RcpFmlaItemPosition
@Nullable public String getRcpFmlaItemType()
Original property name from the Odata EDM: RcpFmlaItemType
@Nullable public String getSpecificationInternalID()
Original property name from the Odata EDM: SpecificationInternalID
@Nullable public String getSpecification()
Original property name from the Odata EDM: Specification
First check if the specification field has an input help.Fields without input help:Enter a generic specification key.Choose Confirm.The SAP system checks whether your entry is permitted. For example, you cannot enter certain special characters, umlauts, or blank characters in the key. The SAP system lists all the suitable specification keys.Fields with input help:Enter a generic key.Choose Confirm.The SAP system searches for specifications as follows:First, it searches the identifiers of the category Number.If it does not find any corresponding identifier numbers, it searches the identifiers of the category Name.If it does not find any corresponding identifier names, it searches the specification keys.Example:Entry: 211*The system searches for specifications that have an identifier with the number 211*. Since hits are found, the system does not search for any other identifier names or specification keys.Examples of hits found:Specification key IU674828, CAS number 211-617-1, synonym diketeneSpecification key IU645625, CAS number 211-448-3, synonym 2-ethylhexanalEntry: AS*The system does not find any specifications that have an identifier with the number AS*, so it searches the identifier names. Since hits are found, the system does not search for any other specification keys.Examples of hits found:Specification key IU7647145, CAS number 7647-14-5, synonym saltSpecification key IU7697372, CAS number 7697-37-2, synonym nitric acid
@Nullable public String getMaterial()
Original property name from the Odata EDM: Material
@Nullable public String getRcpFmlaItemComponentType()
Original property name from the Odata EDM: RcpFmlaItemComponentType
@Nullable public BigDecimal getRcpFmlaItemLowerLimit()
Original property name from the Odata EDM: RcpFmlaItemLowerLimit
@Nullable public BigDecimal getRcpFmlaItemUpperLimit()
Original property name from the Odata EDM: RcpFmlaItemUpperLimit
@Nullable public BigDecimal getRcpFmlaItemQuantity()
Original property name from the Odata EDM: RcpFmlaItemQuantity
@Nullable public String getRcpFmlaItemUnit()
Original property name from the Odata EDM: RcpFmlaItemUnit
@Nullable public String getRcpFmlaItemExceptionCode()
Original property name from the Odata EDM: RcpFmlaItemExceptionCode
@Nullable public BigDecimal getRcpFmlaItemScrapInPercent()
Original property name from the Odata EDM: RcpFmlaItemScrapInPercent
@Nullable public BigDecimal getRcpFmlaItemOverrunInPercent()
Original property name from the Odata EDM: RcpFmlaItemOverrunInPercent
@Nullable public BigDecimal getRcpFmlaItemQuantityInKilogram()
Original property name from the Odata EDM: RcpFmlaItemQuantityInKilogram
@Nullable public String getRcpFmlaItemIsSelectedForCalc()
Original property name from the Odata EDM: RcpFmlaItemIsSelectedForCalc
@Nullable public UUID getRcpFmlaItemExplosionRecipeUUID()
Original property name from the Odata EDM: RcpFmlaItemExplosionRecipeUUID
@Nullable public String getRcpFmlaItemIsBalancingItem()
Original property name from the Odata EDM: RcpFmlaItemIsBalancingItem
A balancing item is relevant for evaporation (negative value) or absorption (positive value).For more information, see the Business Add-Ins under Logistics - General -> Product Lifecycle Management (PLM) -> PLM Web User Interface -> Recipe Development -> Recipe -> Calculations -> Business Add-Ins (BAdIs).
@Nullable public String getRecipeFmlaItemAltvIsUsed()
Original property name from the Odata EDM: RecipeFmlaItemAltvIsUsed
@Nullable public String getSpecificationType()
Original property name from the Odata EDM: SpecificationType
@Nullable public String getSpecificationAuthznGroup()
Original property name from the Odata EDM: SpecificationAuthznGroup
@Nullable public UUID getRecipeProcessElementUUID()
Original property name from the Odata EDM: RecipeProcessElementUUID
@Nullable public UUID getRecipeProcessStageUUID()
Original property name from the Odata EDM: RecipeProcessStageUUID
@Nullable public UUID getRecipeProcessOperationUUID()
Original property name from the Odata EDM: RecipeProcessOperationUUID
@Nullable public UUID getRecipeProcessActionUUID()
Original property name from the Odata EDM: RecipeProcessActionUUID
@Nullable public String getRecipeProcessStagePosNmbr()
Original property name from the Odata EDM: RecipeProcessStagePosNmbr
@Nullable public String getRecipeProcessOperationPosNmbr()
Original property name from the Odata EDM: RecipeProcessOperationPosNmbr
@Nullable public String getRecipeProcessActionPosNmbr()
Original property name from the Odata EDM: RecipeProcessActionPosNmbr
@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<RecipeFormulaItem>
erpConfigContext
- public String toString()
toString
in class VdmObject<RecipeFormulaItem>
public boolean equals(Object o)
equals
in class VdmObject<RecipeFormulaItem>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<RecipeFormulaItem>
public int hashCode()
hashCode
in class VdmObject<RecipeFormulaItem>
Copyright © 2018 SAP SE. All rights reserved.