public class RecipeFormulaItem extends VdmEntity<RecipeFormulaItem>
Modifier and Type | Class and Description |
---|---|
static class |
RecipeFormulaItem.RecipeFormulaItemBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<RecipeFormulaItem> |
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<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.
|
Constructor and Description |
---|
RecipeFormulaItem() |
RecipeFormulaItem(UUID rcpFmlaItemUUID,
BigDecimal rcpFmlaItemUpperLimit,
BigDecimal rcpFmlaItemQuantity,
String rcpFmlaItemUnit,
String rcpFmlaItemExceptionCode,
BigDecimal rcpFmlaItemScrapInPercent,
BigDecimal rcpFmlaItemOverrunInPercent,
BigDecimal rcpFmlaItemQuantityInKilogram,
String rcpFmlaItemIsSelectedForCalc,
UUID rcpFmlaItemExplosionRecipeUUID,
String rcpFmlaItemIsBalancingItem,
UUID rcpFmlaUUID,
String recipeFmlaItemAltvIsUsed,
String specificationType,
String specificationAuthznGroup,
UUID recipeProcessElementUUID,
UUID recipeProcessStageUUID,
UUID recipeProcessOperationUUID,
UUID recipeProcessActionUUID,
String recipeProcessStagePosNmbr,
String recipeProcessOperationPosNmbr,
String recipeProcessActionPosNmbr,
String rcpFmlaItemPosition,
String rcpFmlaItemType,
String specificationInternalID,
String specification,
String material,
String rcpFmlaItemComponentType,
BigDecimal rcpFmlaItemLowerLimit,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static RecipeFormulaItem.RecipeFormulaItemBuilder |
builder() |
boolean |
equals(Object o) |
static <T> RecipeFormulaItemField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getMaterial()
Constraints: Not nullable, Maximum length: 40
|
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 |
getRecipeFmlaItemAltvIsUsed()
Constraints: Not nullable, Maximum length: 1
|
String |
getRecipeProcessActionPosNmbr()
Constraints: Not nullable, Maximum length: 4
|
UUID |
getRecipeProcessActionUUID()
Constraints: none
|
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
|
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 |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setMaterial(String material)
Constraints: Not nullable, Maximum length: 40
|
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 |
setRecipeFmlaItemAltvIsUsed(String recipeFmlaItemAltvIsUsed)
Constraints: Not nullable, Maximum length: 1
|
void |
setRecipeProcessActionPosNmbr(String recipeProcessActionPosNmbr)
Constraints: Not nullable, Maximum length: 4
|
void |
setRecipeProcessActionUUID(UUID recipeProcessActionUUID)
Constraints: none
|
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 |
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
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final EntityFieldAll<RecipeFormulaItem> ALL_FIELDS
public static final RecipeFormulaItemField<UUID> RCP_FMLA_ITEM_UUID
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<UUID> RCP_FMLA_UUID
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<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
@Generated(value="lombok") public RecipeFormulaItem()
@ConstructorProperties(value={"rcpFmlaItemUUID","rcpFmlaItemUpperLimit","rcpFmlaItemQuantity","rcpFmlaItemUnit","rcpFmlaItemExceptionCode","rcpFmlaItemScrapInPercent","rcpFmlaItemOverrunInPercent","rcpFmlaItemQuantityInKilogram","rcpFmlaItemIsSelectedForCalc","rcpFmlaItemExplosionRecipeUUID","rcpFmlaItemIsBalancingItem","rcpFmlaUUID","recipeFmlaItemAltvIsUsed","specificationType","specificationAuthznGroup","recipeProcessElementUUID","recipeProcessStageUUID","recipeProcessOperationUUID","recipeProcessActionUUID","recipeProcessStagePosNmbr","recipeProcessOperationPosNmbr","recipeProcessActionPosNmbr","rcpFmlaItemPosition","rcpFmlaItemType","specificationInternalID","specification","material","rcpFmlaItemComponentType","rcpFmlaItemLowerLimit","erpConfigContext"}) @Generated(value="lombok") public RecipeFormulaItem(@Nullable UUID rcpFmlaItemUUID, @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 UUID rcpFmlaUUID, @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 String rcpFmlaItemPosition, @Nullable String rcpFmlaItemType, @Nullable String specificationInternalID, @Nullable String specification, @Nullable String material, @Nullable String rcpFmlaItemComponentType, @Nullable BigDecimal rcpFmlaItemLowerLimit, @Nullable ErpConfigContext erpConfigContext)
public Class<RecipeFormulaItem> getType()
getType
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.@Generated(value="lombok") public static RecipeFormulaItem.RecipeFormulaItemBuilder builder()
@Nullable @Generated(value="lombok") public UUID getRcpFmlaItemUUID()
@Nullable @Generated(value="lombok") public BigDecimal getRcpFmlaItemUpperLimit()
@Nullable @Generated(value="lombok") public BigDecimal getRcpFmlaItemQuantity()
@Nullable @Generated(value="lombok") public String getRcpFmlaItemUnit()
@Nullable @Generated(value="lombok") public String getRcpFmlaItemExceptionCode()
@Nullable @Generated(value="lombok") public BigDecimal getRcpFmlaItemScrapInPercent()
@Nullable @Generated(value="lombok") public BigDecimal getRcpFmlaItemOverrunInPercent()
@Nullable @Generated(value="lombok") public BigDecimal getRcpFmlaItemQuantityInKilogram()
@Nullable @Generated(value="lombok") public String getRcpFmlaItemIsSelectedForCalc()
@Nullable @Generated(value="lombok") public UUID getRcpFmlaItemExplosionRecipeUUID()
@Nullable @Generated(value="lombok") public String getRcpFmlaItemIsBalancingItem()
@Nullable @Generated(value="lombok") public UUID getRcpFmlaUUID()
@Nullable @Generated(value="lombok") public String getRecipeFmlaItemAltvIsUsed()
@Nullable @Generated(value="lombok") public String getSpecificationType()
@Nullable @Generated(value="lombok") public String getSpecificationAuthznGroup()
@Nullable @Generated(value="lombok") public UUID getRecipeProcessElementUUID()
@Nullable @Generated(value="lombok") public UUID getRecipeProcessStageUUID()
@Nullable @Generated(value="lombok") public UUID getRecipeProcessOperationUUID()
@Nullable @Generated(value="lombok") public UUID getRecipeProcessActionUUID()
@Nullable @Generated(value="lombok") public String getRecipeProcessStagePosNmbr()
@Nullable @Generated(value="lombok") public String getRecipeProcessOperationPosNmbr()
@Nullable @Generated(value="lombok") public String getRecipeProcessActionPosNmbr()
@Nullable @Generated(value="lombok") public String getRcpFmlaItemPosition()
@Nullable @Generated(value="lombok") public String getRcpFmlaItemType()
@Nullable @Generated(value="lombok") public String getSpecificationInternalID()
@Nullable @Generated(value="lombok") public String getSpecification()
@Nullable @Generated(value="lombok") public String getMaterial()
@Nullable @Generated(value="lombok") public String getRcpFmlaItemComponentType()
@Nullable @Generated(value="lombok") public BigDecimal getRcpFmlaItemLowerLimit()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setRcpFmlaItemUUID(@Nullable UUID rcpFmlaItemUUID)
rcpFmlaItemUUID
- @Generated(value="lombok") public void setRcpFmlaItemUpperLimit(@Nullable BigDecimal rcpFmlaItemUpperLimit)
rcpFmlaItemUpperLimit
- @Generated(value="lombok") public void setRcpFmlaItemQuantity(@Nullable BigDecimal rcpFmlaItemQuantity)
rcpFmlaItemQuantity
- @Generated(value="lombok") public void setRcpFmlaItemUnit(@Nullable String rcpFmlaItemUnit)
rcpFmlaItemUnit
- @Generated(value="lombok") public void setRcpFmlaItemExceptionCode(@Nullable String rcpFmlaItemExceptionCode)
rcpFmlaItemExceptionCode
- @Generated(value="lombok") public void setRcpFmlaItemScrapInPercent(@Nullable BigDecimal rcpFmlaItemScrapInPercent)
rcpFmlaItemScrapInPercent
- @Generated(value="lombok") public void setRcpFmlaItemOverrunInPercent(@Nullable BigDecimal rcpFmlaItemOverrunInPercent)
rcpFmlaItemOverrunInPercent
- @Generated(value="lombok") public void setRcpFmlaItemQuantityInKilogram(@Nullable BigDecimal rcpFmlaItemQuantityInKilogram)
rcpFmlaItemQuantityInKilogram
- @Generated(value="lombok") public void setRcpFmlaItemIsSelectedForCalc(@Nullable String rcpFmlaItemIsSelectedForCalc)
rcpFmlaItemIsSelectedForCalc
- @Generated(value="lombok") public void setRcpFmlaItemExplosionRecipeUUID(@Nullable UUID rcpFmlaItemExplosionRecipeUUID)
rcpFmlaItemExplosionRecipeUUID
- @Generated(value="lombok") public void setRcpFmlaItemIsBalancingItem(@Nullable String rcpFmlaItemIsBalancingItem)
rcpFmlaItemIsBalancingItem
- @Generated(value="lombok") public void setRcpFmlaUUID(@Nullable UUID rcpFmlaUUID)
rcpFmlaUUID
- @Generated(value="lombok") public void setRecipeFmlaItemAltvIsUsed(@Nullable String recipeFmlaItemAltvIsUsed)
recipeFmlaItemAltvIsUsed
- @Generated(value="lombok") public void setSpecificationType(@Nullable String specificationType)
specificationType
- @Generated(value="lombok") public void setSpecificationAuthznGroup(@Nullable String specificationAuthznGroup)
specificationAuthznGroup
- @Generated(value="lombok") public void setRecipeProcessElementUUID(@Nullable UUID recipeProcessElementUUID)
recipeProcessElementUUID
- @Generated(value="lombok") public void setRecipeProcessStageUUID(@Nullable UUID recipeProcessStageUUID)
recipeProcessStageUUID
- @Generated(value="lombok") public void setRecipeProcessOperationUUID(@Nullable UUID recipeProcessOperationUUID)
recipeProcessOperationUUID
- @Generated(value="lombok") public void setRecipeProcessActionUUID(@Nullable UUID recipeProcessActionUUID)
recipeProcessActionUUID
- @Generated(value="lombok") public void setRecipeProcessStagePosNmbr(@Nullable String recipeProcessStagePosNmbr)
recipeProcessStagePosNmbr
- @Generated(value="lombok") public void setRecipeProcessOperationPosNmbr(@Nullable String recipeProcessOperationPosNmbr)
recipeProcessOperationPosNmbr
- @Generated(value="lombok") public void setRecipeProcessActionPosNmbr(@Nullable String recipeProcessActionPosNmbr)
recipeProcessActionPosNmbr
- @Generated(value="lombok") public void setRcpFmlaItemPosition(@Nullable String rcpFmlaItemPosition)
rcpFmlaItemPosition
- @Generated(value="lombok") public void setRcpFmlaItemType(@Nullable String rcpFmlaItemType)
rcpFmlaItemType
- @Generated(value="lombok") public void setSpecificationInternalID(@Nullable String specificationInternalID)
specificationInternalID
- @Generated(value="lombok") public void setSpecification(@Nullable String specification)
specification
- @Generated(value="lombok") public void setMaterial(@Nullable String material)
material
- @Generated(value="lombok") public void setRcpFmlaItemComponentType(@Nullable String rcpFmlaItemComponentType)
rcpFmlaItemComponentType
- @Generated(value="lombok") public void setRcpFmlaItemLowerLimit(@Nullable BigDecimal rcpFmlaItemLowerLimit)
rcpFmlaItemLowerLimit
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<RecipeFormulaItem>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<RecipeFormulaItem>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<RecipeFormulaItem>
Copyright © 2017 SAP SE. All rights reserved.