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
Helper class to allow for fluent creation of RecipeFormulaItem instances.
|
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_ALTERNATIVE_ITEM_POS
Use with available fluent helpers to apply the RcpFmlaItemAlternativeItemPos 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
Use with available fluent helpers to apply the Recipe 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<UUID> |
RECIPE_UUID
Use with available fluent helpers to apply the RecipeUUID 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 RecipeFormulaItemOneToOneLink<Recipe> |
TO_EXPLOSION_RECIPE
Use with available fluent helpers to apply the to_ExplosionRecipe navigation property to query operations.
|
static RecipeFormulaItemOneToOneLink<Recipe> |
TO_RECIPE
Use with available fluent helpers to apply the to_Recipe navigation property to query operations.
|
static RecipeFormulaItemOneToOneLink<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,
UUID recipeUUID,
String specificationType,
String specificationAuthznGroup,
UUID recipeProcessElementUUID,
UUID recipeProcessStageUUID,
UUID recipeProcessOperationUUID,
UUID recipeProcessActionUUID,
String recipeProcessStagePosNmbr,
String recipeProcessOperationPosNmbr,
String recipeProcessActionPosNmbr,
ZonedDateTime recipeLastChangeDateTime,
String recipe,
String rcpFmlaItemAlternativeItemPos,
Recipe toExplosionRecipe,
Recipe toRecipe,
RecipeProcessElement toRecipeProcessElement) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
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.
|
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 |
getDefaultServicePath() |
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection() |
io.vavr.control.Option<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
|
String |
getRcpFmlaItemAlternativeItemPos()
Constraints: Not nullable, Maximum length: 4
|
String |
getRcpFmlaItemComponentType()
Constraints: Not nullable, Maximum length: 10
|
String |
getRcpFmlaItemExceptionCode()
Constraints: Not nullable, Maximum length: 2
|
UUID |
getRcpFmlaItemExplosionRecipeUUID()
Constraints: none
|
String |
getRcpFmlaItemIsBalancingItem()
Constraints: Not nullable, Maximum length: 1
|
String |
getRcpFmlaItemIsSelectedForCalc()
Constraints: Not nullable, Maximum length: 1
|
BigDecimal |
getRcpFmlaItemLowerLimit()
Constraints: Not nullable, Precision: 34, Scale: 6
|
BigDecimal |
getRcpFmlaItemOverrunInPercent()
Constraints: Not nullable, Precision: 34, Scale: 6
|
String |
getRcpFmlaItemPosition()
Constraints: Not nullable, Maximum length: 4
|
BigDecimal |
getRcpFmlaItemQuantity()
Constraints: Not nullable, Precision: 34, Scale: 6
|
BigDecimal |
getRcpFmlaItemQuantityInKilogram()
Constraints: Not nullable, Precision: 34, Scale: 6
|
BigDecimal |
getRcpFmlaItemScrapInPercent()
Constraints: Not nullable, Precision: 34, Scale: 6
|
String |
getRcpFmlaItemType()
Constraints: Not nullable, Maximum length: 5
|
String |
getRcpFmlaItemUnit()
Constraints: Not nullable, Maximum length: 3
|
BigDecimal |
getRcpFmlaItemUpperLimit()
Constraints: Not nullable, Precision: 34, Scale: 6
|
UUID |
getRcpFmlaItemUUID()
(Key Field) Constraints: Not nullable
|
UUID |
getRcpFmlaUUID()
Constraints: none
|
String |
getRecipe()
Constraints: Not nullable, Maximum length: 20
|
String |
getRecipeFmlaItemAltvIsUsed()
Constraints: Not nullable, Maximum length: 1
|
io.vavr.control.Option<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).
|
String |
getRecipeProcessActionPosNmbr()
Constraints: Not nullable, Maximum length: 4
|
UUID |
getRecipeProcessActionUUID()
Constraints: none
|
io.vavr.control.Option<RecipeProcessElement> |
getRecipeProcessElementIfPresent()
Retrieval of associated RecipeProcessElement entity (one to one).
|
RecipeProcessElement |
getRecipeProcessElementOrFetch()
Retrieval of associated RecipeProcessElement entity (one to one).
|
UUID |
getRecipeProcessElementUUID()
Constraints: none
|
String |
getRecipeProcessOperationPosNmbr()
Constraints: Not nullable, Maximum length: 4
|
UUID |
getRecipeProcessOperationUUID()
Constraints: none
|
String |
getRecipeProcessStagePosNmbr()
Constraints: Not nullable, Maximum length: 4
|
UUID |
getRecipeProcessStageUUID()
Constraints: none
|
UUID |
getRecipeUUID()
Constraints: none
|
String |
getSpecification()
Constraints: Not nullable, Maximum length: 12
|
String |
getSpecificationAuthznGroup()
Constraints: Not nullable, Maximum length: 10
|
String |
getSpecificationInternalID()
Constraints: Not nullable, Maximum length: 20
|
String |
getSpecificationType()
Constraints: Not nullable, Maximum length: 10
|
Class<RecipeFormulaItem> |
getType() |
int |
hashCode() |
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
|
void |
setRcpFmlaItemAlternativeItemPos(String rcpFmlaItemAlternativeItemPos)
Constraints: Not nullable, Maximum length: 4
|
void |
setRcpFmlaItemComponentType(String rcpFmlaItemComponentType)
Constraints: Not nullable, Maximum length: 10
|
void |
setRcpFmlaItemExceptionCode(String rcpFmlaItemExceptionCode)
Constraints: Not nullable, Maximum length: 2
|
void |
setRcpFmlaItemExplosionRecipeUUID(UUID rcpFmlaItemExplosionRecipeUUID)
Constraints: none
|
void |
setRcpFmlaItemIsBalancingItem(String rcpFmlaItemIsBalancingItem)
Constraints: Not nullable, Maximum length: 1
|
void |
setRcpFmlaItemIsSelectedForCalc(String rcpFmlaItemIsSelectedForCalc)
Constraints: Not nullable, Maximum length: 1
|
void |
setRcpFmlaItemLowerLimit(BigDecimal rcpFmlaItemLowerLimit)
Constraints: Not nullable, Precision: 34, Scale: 6
|
void |
setRcpFmlaItemOverrunInPercent(BigDecimal rcpFmlaItemOverrunInPercent)
Constraints: Not nullable, Precision: 34, Scale: 6
|
void |
setRcpFmlaItemPosition(String rcpFmlaItemPosition)
Constraints: Not nullable, Maximum length: 4
|
void |
setRcpFmlaItemQuantity(BigDecimal rcpFmlaItemQuantity)
Constraints: Not nullable, Precision: 34, Scale: 6
|
void |
setRcpFmlaItemQuantityInKilogram(BigDecimal rcpFmlaItemQuantityInKilogram)
Constraints: Not nullable, Precision: 34, Scale: 6
|
void |
setRcpFmlaItemScrapInPercent(BigDecimal rcpFmlaItemScrapInPercent)
Constraints: Not nullable, Precision: 34, Scale: 6
|
void |
setRcpFmlaItemType(String rcpFmlaItemType)
Constraints: Not nullable, Maximum length: 5
|
void |
setRcpFmlaItemUnit(String rcpFmlaItemUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setRcpFmlaItemUpperLimit(BigDecimal rcpFmlaItemUpperLimit)
Constraints: Not nullable, Precision: 34, Scale: 6
|
void |
setRcpFmlaItemUUID(UUID rcpFmlaItemUUID)
(Key Field) Constraints: Not nullable
|
void |
setRcpFmlaUUID(UUID rcpFmlaUUID)
Constraints: none
|
void |
setRecipe(Recipe value)
Overwrites the associated Recipe entity for the loaded navigation property to_Recipe.
|
void |
setRecipe(String recipe)
Constraints: Not nullable, Maximum length: 20
|
void |
setRecipeFmlaItemAltvIsUsed(String recipeFmlaItemAltvIsUsed)
Constraints: Not nullable, Maximum length: 1
|
void |
setRecipeLastChangeDateTime(ZonedDateTime recipeLastChangeDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setRecipeProcessActionPosNmbr(String recipeProcessActionPosNmbr)
Constraints: Not nullable, Maximum length: 4
|
void |
setRecipeProcessActionUUID(UUID recipeProcessActionUUID)
Constraints: none
|
void |
setRecipeProcessElement(RecipeProcessElement value)
Overwrites the associated RecipeProcessElement entity for the loaded navigation property
to_RecipeProcessElement.
|
void |
setRecipeProcessElementUUID(UUID recipeProcessElementUUID)
Constraints: none
|
void |
setRecipeProcessOperationPosNmbr(String recipeProcessOperationPosNmbr)
Constraints: Not nullable, Maximum length: 4
|
void |
setRecipeProcessOperationUUID(UUID recipeProcessOperationUUID)
Constraints: none
|
void |
setRecipeProcessStagePosNmbr(String recipeProcessStagePosNmbr)
Constraints: Not nullable, Maximum length: 4
|
void |
setRecipeProcessStageUUID(UUID recipeProcessStageUUID)
Constraints: none
|
void |
setRecipeUUID(UUID recipeUUID)
Constraints: none
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setSpecification(String specification)
Constraints: Not nullable, Maximum length: 12
|
void |
setSpecificationAuthznGroup(String specificationAuthznGroup)
Constraints: Not nullable, Maximum length: 10
|
void |
setSpecificationInternalID(String specificationInternalID)
Constraints: Not nullable, Maximum length: 20
|
void |
setSpecificationType(String specificationType)
Constraints: Not nullable, Maximum length: 10
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, 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<UUID> RECIPE_UUID
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 RecipeFormulaItemField<String> RECIPE
public static final RecipeFormulaItemField<String> RCP_FMLA_ITEM_ALTERNATIVE_ITEM_POS
public static final RecipeFormulaItemOneToOneLink<Recipe> TO_EXPLOSION_RECIPE
public static final RecipeFormulaItemOneToOneLink<Recipe> TO_RECIPE
public static final RecipeFormulaItemOneToOneLink<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 UUID recipeUUID, @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 String recipe, @Nullable String rcpFmlaItemAlternativeItemPos, @Nullable Recipe toExplosionRecipe, @Nullable Recipe toRecipe, @Nullable RecipeProcessElement toRecipeProcessElement)
@Nonnull 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 setRecipeUUID(@Nullable UUID recipeUUID)
Original property name from the Odata EDM: RecipeUUID
recipeUUID
- Common Recipe GUIDpublic 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
- The recipeProcessOperationUUID to set.public void setRecipeProcessActionUUID(@Nullable UUID recipeProcessActionUUID)
Original property name from the Odata EDM: RecipeProcessActionUUID
recipeProcessActionUUID
- The recipeProcessActionUUID to set.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)public void setRecipe(@Nullable String recipe)
Original property name from the Odata EDM: Recipe
recipe
- Recipe IDpublic void setRcpFmlaItemAlternativeItemPos(@Nullable String rcpFmlaItemAlternativeItemPos)
Original property name from the Odata EDM: RcpFmlaItemAlternativeItemPos
rcpFmlaItemAlternativeItemPos
- Number of Formula Itemprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<RecipeFormulaItem>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<RecipeFormulaItem>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<RecipeFormulaItem>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<RecipeFormulaItem>
@Nonnull public static <T> RecipeFormulaItemField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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> RecipeFormulaItemField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<RecipeFormulaItem>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<RecipeFormulaItem>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<RecipeFormulaItem>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<RecipeFormulaItem>
@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<RecipeFormulaItem>
@Nullable public Recipe fetchExplosionRecipe() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not associated.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.@Nullable 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.@Nonnull public io.vavr.control.Option<Recipe> getExplosionRecipeIfPresent()
If the navigation property for an entity RecipeFormulaItem has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state empty
is
returned.public void setExplosionRecipe(Recipe value)
value
- New Recipe entity.@Nullable public Recipe fetchRecipe() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not associated.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.@Nullable 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.@Nonnull public io.vavr.control.Option<Recipe> getRecipeIfPresent()
If the navigation property for an entity RecipeFormulaItem has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state empty
is
returned.public void setRecipe(Recipe value)
value
- New Recipe entity.@Nullable public RecipeProcessElement fetchRecipeProcessElement() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not associated.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.@Nullable 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.@Nonnull public io.vavr.control.Option<RecipeProcessElement> getRecipeProcessElementIfPresent()
If the navigation property for an entity RecipeFormulaItem has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
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 UUID getRecipeUUID()
Original property name from the Odata EDM: RecipeUUID
@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 String getRecipe()
Original property name from the Odata EDM: Recipe
@Nullable public String getRcpFmlaItemAlternativeItemPos()
Original property name from the Odata EDM: RcpFmlaItemAlternativeItemPos
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 © 2019 SAP SE. All rights reserved.