public class ProductionOrderConf extends VdmEntity<ProductionOrderConf>
Modifier and Type | Class and Description |
---|---|
static class |
ProductionOrderConf.ProductionOrderConfBuilder |
Modifier and Type | Field and Description |
---|---|
static ProductionOrderConfSelectable |
ALL_FIELDS
Selector for all available fields of ProductionOrderConf.
|
static ProductionOrderConfField<Short> |
CAPACITY_REQUIREMENT_SPLIT
Use with available fluent helpers to apply the CapacityRequirementSplit field to query operations.
|
static ProductionOrderConfField<BigDecimal> |
CONFIRMATION_REWORK_QUANTITY
Use with available fluent helpers to apply the ConfirmationReworkQuantity field to query operations.
|
static ProductionOrderConfField<BigDecimal> |
CONFIRMATION_SCRAP_QUANTITY
Use with available fluent helpers to apply the ConfirmationScrapQuantity field to query operations.
|
static ProductionOrderConfField<String> |
CONFIRMATION_TEXT
Use with available fluent helpers to apply the ConfirmationText field to query operations.
|
static ProductionOrderConfField<BigDecimal> |
CONFIRMATION_TOTAL_QUANTITY
Use with available fluent helpers to apply the ConfirmationTotalQuantity field to query operations.
|
static ProductionOrderConfField<String> |
CONFIRMATION_UNIT
Use with available fluent helpers to apply the ConfirmationUnit field to query operations.
|
static ProductionOrderConfField<BigDecimal> |
CONFIRMATION_YIELD_QUANTITY
Use with available fluent helpers to apply the ConfirmationYieldQuantity field to query operations.
|
static ProductionOrderConfField<String> |
ENTERED_BY_EXTERNAL_USER
Use with available fluent helpers to apply the EnteredByExternalUser field to query operations.
|
static ProductionOrderConfField<String> |
ENTERED_BY_USER
Use with available fluent helpers to apply the EnteredByUser field to query operations.
|
static ProductionOrderConfField<Boolean> |
IS_FINAL_CONFIRMATION
Use with available fluent helpers to apply the IsFinalConfirmation field to query operations.
|
static ProductionOrderConfField<Boolean> |
IS_REVERSED
Use with available fluent helpers to apply the IsReversed field to query operations.
|
static ProductionOrderConfField<String> |
LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the LastChangedByUser field to query operations.
|
static ProductionOrderConfField<String> |
MANUFACTURING_ORDER_OPERATION
Use with available fluent helpers to apply the ManufacturingOrderOperation field to query operations.
|
static ProductionOrderConfField<String> |
MANUFACTURING_ORDER_SEQUENCE
Use with available fluent helpers to apply the ManufacturingOrderSequence field to query operations.
|
static ProductionOrderConfField<String> |
MANUFACTURING_ORDER_TYPE
Use with available fluent helpers to apply the ManufacturingOrderType field to query operations.
|
static ProductionOrderConfField<String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static ProductionOrderConfField<String> |
MATERIAL_NAME
Use with available fluent helpers to apply the MaterialName field to query operations.
|
static ProductionOrderConfField<Calendar> |
MFG_ORDER_CONFIRMATION_ENTRY_DATE
Use with available fluent helpers to apply the MfgOrderConfirmationEntryDate field to query operations.
|
static ProductionOrderConfField<Calendar> |
MFG_ORDER_CONFIRMATION_ENTRY_TIME
Use with available fluent helpers to apply the MfgOrderConfirmationEntryTime field to query operations.
|
static ProductionOrderConfField<BigDecimal> |
MFG_ORDER_PLANNED_TOTAL_QTY
Use with available fluent helpers to apply the MfgOrderPlannedTotalQty field to query operations.
|
static ProductionOrderConfField<BigDecimal> |
OP_TOTAL_CONFIRMED_SCRAP_QTY
Use with available fluent helpers to apply the OpTotalConfirmedScrapQty field to query operations.
|
static ProductionOrderConfField<BigDecimal> |
OP_TOTAL_CONFIRMED_YIELD_QTY
Use with available fluent helpers to apply the OpTotalConfirmedYieldQty field to query operations.
|
static ProductionOrderConfField<String> |
OPERATION_CONFIRMATION_COUNT
Use with available fluent helpers to apply the OperationConfirmationCount field to query operations.
|
static ProductionOrderConfField<Calendar> |
POSTING_DATE
Use with available fluent helpers to apply the PostingDate field to query operations.
|
static ProductionOrderConfField<String> |
PRODUCTION_ORDER
Use with available fluent helpers to apply the ProductionOrder field to query operations.
|
static ProductionOrderConfField<String> |
PRODUCTION_ORDER_CONFIRMATION
Use with available fluent helpers to apply the ProductionOrderConfirmation field to query operations.
|
static ProductionOrderConfField<String> |
PRODUCTION_PLANT
Use with available fluent helpers to apply the ProductionPlant field to query operations.
|
static ProductionOrderConfField<String> |
PRODUCTION_UNIT
Use with available fluent helpers to apply the ProductionUnit field to query operations.
|
static ProductionOrderConfField<String> |
WORK_CENTER
Use with available fluent helpers to apply the WorkCenter field to query operations.
|
static ProductionOrderConfField<String> |
WORK_CENTER_INTERNAL_ID
Use with available fluent helpers to apply the WorkCenterInternalID field to query operations.
|
static ProductionOrderConfField<String> |
WORK_CENTER_TYPE_CODE
Use with available fluent helpers to apply the WorkCenterTypeCode field to query operations.
|
Constructor and Description |
---|
ProductionOrderConf() |
ProductionOrderConf(String productionOrderConfirmation,
String manufacturingOrderSequence,
Short capacityRequirementSplit,
String workCenter,
String workCenterInternalID,
String workCenterTypeCode,
String productionPlant,
Boolean isFinalConfirmation,
Calendar mfgOrderConfirmationEntryDate,
Calendar mfgOrderConfirmationEntryTime,
Calendar postingDate,
String operationConfirmationCount,
Boolean isReversed,
String enteredByExternalUser,
String lastChangedByUser,
String enteredByUser,
BigDecimal confirmationYieldQuantity,
BigDecimal opTotalConfirmedYieldQty,
BigDecimal confirmationScrapQuantity,
BigDecimal opTotalConfirmedScrapQty,
BigDecimal confirmationReworkQuantity,
BigDecimal confirmationTotalQuantity,
String productionOrder,
String confirmationUnit,
String confirmationText,
String manufacturingOrderType,
String material,
String materialName,
BigDecimal mfgOrderPlannedTotalQty,
String productionUnit,
String manufacturingOrderOperation,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ProductionOrderConf.ProductionOrderConfBuilder |
builder() |
boolean |
equals(Object o) |
static <T> ProductionOrderConfField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Short |
getCapacityRequirementSplit()
Constraints: none
|
BigDecimal |
getConfirmationReworkQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
BigDecimal |
getConfirmationScrapQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getConfirmationText()
Constraints: Not nullable, Maximum length: 40
|
BigDecimal |
getConfirmationTotalQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getConfirmationUnit()
Constraints: Not nullable, Maximum length: 3
|
BigDecimal |
getConfirmationYieldQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getEnteredByExternalUser()
Constraints: Not nullable, Maximum length: 12
|
String |
getEnteredByUser()
Constraints: Not nullable, Maximum length: 12
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
Boolean |
getIsFinalConfirmation()
Constraints: none
|
Boolean |
getIsReversed()
Constraints: none
|
String |
getLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
String |
getManufacturingOrderOperation()
Constraints: Not nullable, Maximum length: 4
|
String |
getManufacturingOrderSequence()
Constraints: Not nullable, Maximum length: 6
|
String |
getManufacturingOrderType()
Constraints: Not nullable, Maximum length: 4
|
String |
getMaterial()
Constraints: Not nullable, Maximum length: 40
|
String |
getMaterialName()
Constraints: Not nullable, Maximum length: 40
|
Calendar |
getMfgOrderConfirmationEntryDate()
Constraints: Not nullable, Precision: 0
|
Calendar |
getMfgOrderConfirmationEntryTime()
Constraints: Not nullable, Precision: 0
|
BigDecimal |
getMfgOrderPlannedTotalQty()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getOperationConfirmationCount()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
BigDecimal |
getOpTotalConfirmedScrapQty()
Constraints: Not nullable, Precision: 13, Scale: 3
|
BigDecimal |
getOpTotalConfirmedYieldQty()
Constraints: Not nullable, Precision: 13, Scale: 3
|
Calendar |
getPostingDate()
Constraints: Not nullable, Precision: 0
|
String |
getProductionOrder()
Constraints: Not nullable, Maximum length: 12
|
String |
getProductionOrderConfirmation()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getProductionPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getProductionUnit()
Constraints: Not nullable, Maximum length: 3
|
Class<ProductionOrderConf> |
getType() |
String |
getWorkCenter()
Constraints: Not nullable, Maximum length: 8
|
String |
getWorkCenterInternalID()
Constraints: Not nullable, Maximum length: 8
|
String |
getWorkCenterTypeCode()
Constraints: Not nullable, Maximum length: 2
|
int |
hashCode() |
void |
setCapacityRequirementSplit(Short capacityRequirementSplit)
Constraints: none
|
void |
setConfirmationReworkQuantity(BigDecimal confirmationReworkQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setConfirmationScrapQuantity(BigDecimal confirmationScrapQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setConfirmationText(String confirmationText)
Constraints: Not nullable, Maximum length: 40
|
void |
setConfirmationTotalQuantity(BigDecimal confirmationTotalQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setConfirmationUnit(String confirmationUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setConfirmationYieldQuantity(BigDecimal confirmationYieldQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setEnteredByExternalUser(String enteredByExternalUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setEnteredByUser(String enteredByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setIsFinalConfirmation(Boolean isFinalConfirmation)
Constraints: none
|
void |
setIsReversed(Boolean isReversed)
Constraints: none
|
void |
setLastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setManufacturingOrderOperation(String manufacturingOrderOperation)
Constraints: Not nullable, Maximum length: 4
|
void |
setManufacturingOrderSequence(String manufacturingOrderSequence)
Constraints: Not nullable, Maximum length: 6
|
void |
setManufacturingOrderType(String manufacturingOrderType)
Constraints: Not nullable, Maximum length: 4
|
void |
setMaterial(String material)
Constraints: Not nullable, Maximum length: 40
|
void |
setMaterialName(String materialName)
Constraints: Not nullable, Maximum length: 40
|
void |
setMfgOrderConfirmationEntryDate(Calendar mfgOrderConfirmationEntryDate)
Constraints: Not nullable, Precision: 0
|
void |
setMfgOrderConfirmationEntryTime(Calendar mfgOrderConfirmationEntryTime)
Constraints: Not nullable, Precision: 0
|
void |
setMfgOrderPlannedTotalQty(BigDecimal mfgOrderPlannedTotalQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setOperationConfirmationCount(String operationConfirmationCount)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
void |
setOpTotalConfirmedScrapQty(BigDecimal opTotalConfirmedScrapQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setOpTotalConfirmedYieldQty(BigDecimal opTotalConfirmedYieldQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setPostingDate(Calendar postingDate)
Constraints: Not nullable, Precision: 0
|
void |
setProductionOrder(String productionOrder)
Constraints: Not nullable, Maximum length: 12
|
void |
setProductionOrderConfirmation(String productionOrderConfirmation)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setProductionPlant(String productionPlant)
Constraints: Not nullable, Maximum length: 4
|
void |
setProductionUnit(String productionUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setWorkCenter(String workCenter)
Constraints: Not nullable, Maximum length: 8
|
void |
setWorkCenterInternalID(String workCenterInternalID)
Constraints: Not nullable, Maximum length: 8
|
void |
setWorkCenterTypeCode(String workCenterTypeCode)
Constraints: Not nullable, Maximum length: 2
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final ProductionOrderConfSelectable ALL_FIELDS
public static final ProductionOrderConfField<String> PRODUCTION_ORDER_CONFIRMATION
public static final ProductionOrderConfField<String> MANUFACTURING_ORDER_SEQUENCE
public static final ProductionOrderConfField<Short> CAPACITY_REQUIREMENT_SPLIT
public static final ProductionOrderConfField<String> WORK_CENTER
public static final ProductionOrderConfField<String> WORK_CENTER_INTERNAL_ID
public static final ProductionOrderConfField<String> WORK_CENTER_TYPE_CODE
public static final ProductionOrderConfField<String> PRODUCTION_PLANT
public static final ProductionOrderConfField<Boolean> IS_FINAL_CONFIRMATION
public static final ProductionOrderConfField<Calendar> MFG_ORDER_CONFIRMATION_ENTRY_DATE
public static final ProductionOrderConfField<Calendar> MFG_ORDER_CONFIRMATION_ENTRY_TIME
public static final ProductionOrderConfField<Calendar> POSTING_DATE
public static final ProductionOrderConfField<String> OPERATION_CONFIRMATION_COUNT
public static final ProductionOrderConfField<Boolean> IS_REVERSED
public static final ProductionOrderConfField<String> ENTERED_BY_EXTERNAL_USER
public static final ProductionOrderConfField<String> LAST_CHANGED_BY_USER
public static final ProductionOrderConfField<String> ENTERED_BY_USER
public static final ProductionOrderConfField<BigDecimal> CONFIRMATION_YIELD_QUANTITY
public static final ProductionOrderConfField<BigDecimal> OP_TOTAL_CONFIRMED_YIELD_QTY
public static final ProductionOrderConfField<BigDecimal> CONFIRMATION_SCRAP_QUANTITY
public static final ProductionOrderConfField<BigDecimal> OP_TOTAL_CONFIRMED_SCRAP_QTY
public static final ProductionOrderConfField<BigDecimal> CONFIRMATION_REWORK_QUANTITY
public static final ProductionOrderConfField<BigDecimal> CONFIRMATION_TOTAL_QUANTITY
public static final ProductionOrderConfField<String> PRODUCTION_ORDER
public static final ProductionOrderConfField<String> CONFIRMATION_UNIT
public static final ProductionOrderConfField<String> CONFIRMATION_TEXT
public static final ProductionOrderConfField<String> MANUFACTURING_ORDER_TYPE
public static final ProductionOrderConfField<String> MATERIAL
public static final ProductionOrderConfField<String> MATERIAL_NAME
public static final ProductionOrderConfField<BigDecimal> MFG_ORDER_PLANNED_TOTAL_QTY
public static final ProductionOrderConfField<String> PRODUCTION_UNIT
public static final ProductionOrderConfField<String> MANUFACTURING_ORDER_OPERATION
@Generated(value="lombok") public ProductionOrderConf()
@ConstructorProperties(value={"productionOrderConfirmation","manufacturingOrderSequence","capacityRequirementSplit","workCenter","workCenterInternalID","workCenterTypeCode","productionPlant","isFinalConfirmation","mfgOrderConfirmationEntryDate","mfgOrderConfirmationEntryTime","postingDate","operationConfirmationCount","isReversed","enteredByExternalUser","lastChangedByUser","enteredByUser","confirmationYieldQuantity","opTotalConfirmedYieldQty","confirmationScrapQuantity","opTotalConfirmedScrapQty","confirmationReworkQuantity","confirmationTotalQuantity","productionOrder","confirmationUnit","confirmationText","manufacturingOrderType","material","materialName","mfgOrderPlannedTotalQty","productionUnit","manufacturingOrderOperation","erpConfigContext"}) @Generated(value="lombok") public ProductionOrderConf(@Nullable String productionOrderConfirmation, @Nullable String manufacturingOrderSequence, @Nullable Short capacityRequirementSplit, @Nullable String workCenter, @Nullable String workCenterInternalID, @Nullable String workCenterTypeCode, @Nullable String productionPlant, @Nullable Boolean isFinalConfirmation, @Nullable Calendar mfgOrderConfirmationEntryDate, @Nullable Calendar mfgOrderConfirmationEntryTime, @Nullable Calendar postingDate, @Nullable String operationConfirmationCount, @Nullable Boolean isReversed, @Nullable String enteredByExternalUser, @Nullable String lastChangedByUser, @Nullable String enteredByUser, @Nullable BigDecimal confirmationYieldQuantity, @Nullable BigDecimal opTotalConfirmedYieldQty, @Nullable BigDecimal confirmationScrapQuantity, @Nullable BigDecimal opTotalConfirmedScrapQty, @Nullable BigDecimal confirmationReworkQuantity, @Nullable BigDecimal confirmationTotalQuantity, @Nullable String productionOrder, @Nullable String confirmationUnit, @Nullable String confirmationText, @Nullable String manufacturingOrderType, @Nullable String material, @Nullable String materialName, @Nullable BigDecimal mfgOrderPlannedTotalQty, @Nullable String productionUnit, @Nullable String manufacturingOrderOperation, @Nullable ErpConfigContext erpConfigContext)
public Class<ProductionOrderConf> getType()
getType
in class VdmObject<ProductionOrderConf>
public static <T> ProductionOrderConfField<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 ProductionOrderConf.ProductionOrderConfBuilder builder()
@Nullable @Generated(value="lombok") public String getProductionOrderConfirmation()
@Nullable @Generated(value="lombok") public String getManufacturingOrderSequence()
@Nullable @Generated(value="lombok") public Short getCapacityRequirementSplit()
@Nullable @Generated(value="lombok") public String getWorkCenter()
@Nullable @Generated(value="lombok") public String getWorkCenterInternalID()
@Nullable @Generated(value="lombok") public String getWorkCenterTypeCode()
@Nullable @Generated(value="lombok") public String getProductionPlant()
@Nullable @Generated(value="lombok") public Boolean getIsFinalConfirmation()
@Nullable @Generated(value="lombok") public Calendar getMfgOrderConfirmationEntryDate()
@Nullable @Generated(value="lombok") public Calendar getMfgOrderConfirmationEntryTime()
@Nullable @Generated(value="lombok") public Calendar getPostingDate()
@Nullable @Generated(value="lombok") public String getOperationConfirmationCount()
@Nullable @Generated(value="lombok") public Boolean getIsReversed()
@Nullable @Generated(value="lombok") public String getEnteredByExternalUser()
@Nullable @Generated(value="lombok") public String getLastChangedByUser()
@Nullable @Generated(value="lombok") public String getEnteredByUser()
@Nullable @Generated(value="lombok") public BigDecimal getConfirmationYieldQuantity()
@Nullable @Generated(value="lombok") public BigDecimal getOpTotalConfirmedYieldQty()
@Nullable @Generated(value="lombok") public BigDecimal getConfirmationScrapQuantity()
@Nullable @Generated(value="lombok") public BigDecimal getOpTotalConfirmedScrapQty()
@Nullable @Generated(value="lombok") public BigDecimal getConfirmationReworkQuantity()
@Nullable @Generated(value="lombok") public BigDecimal getConfirmationTotalQuantity()
@Nullable @Generated(value="lombok") public String getProductionOrder()
@Nullable @Generated(value="lombok") public String getConfirmationUnit()
@Nullable @Generated(value="lombok") public String getConfirmationText()
@Nullable @Generated(value="lombok") public String getManufacturingOrderType()
@Nullable @Generated(value="lombok") public String getMaterial()
@Nullable @Generated(value="lombok") public String getMaterialName()
@Nullable @Generated(value="lombok") public BigDecimal getMfgOrderPlannedTotalQty()
@Nullable @Generated(value="lombok") public String getProductionUnit()
@Nullable @Generated(value="lombok") public String getManufacturingOrderOperation()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setProductionOrderConfirmation(@Nullable String productionOrderConfirmation)
productionOrderConfirmation
- @Generated(value="lombok") public void setManufacturingOrderSequence(@Nullable String manufacturingOrderSequence)
manufacturingOrderSequence
- @Generated(value="lombok") public void setCapacityRequirementSplit(@Nullable Short capacityRequirementSplit)
capacityRequirementSplit
- @Generated(value="lombok") public void setWorkCenter(@Nullable String workCenter)
workCenter
- @Generated(value="lombok") public void setWorkCenterInternalID(@Nullable String workCenterInternalID)
workCenterInternalID
- @Generated(value="lombok") public void setWorkCenterTypeCode(@Nullable String workCenterTypeCode)
workCenterTypeCode
- @Generated(value="lombok") public void setProductionPlant(@Nullable String productionPlant)
productionPlant
- @Generated(value="lombok") public void setIsFinalConfirmation(@Nullable Boolean isFinalConfirmation)
isFinalConfirmation
- @Generated(value="lombok") public void setMfgOrderConfirmationEntryDate(@Nullable Calendar mfgOrderConfirmationEntryDate)
mfgOrderConfirmationEntryDate
- @Generated(value="lombok") public void setMfgOrderConfirmationEntryTime(@Nullable Calendar mfgOrderConfirmationEntryTime)
mfgOrderConfirmationEntryTime
- @Generated(value="lombok") public void setPostingDate(@Nullable Calendar postingDate)
postingDate
- @Generated(value="lombok") public void setOperationConfirmationCount(@Nullable String operationConfirmationCount)
operationConfirmationCount
- @Generated(value="lombok") public void setIsReversed(@Nullable Boolean isReversed)
isReversed
- @Generated(value="lombok") public void setEnteredByExternalUser(@Nullable String enteredByExternalUser)
enteredByExternalUser
- @Generated(value="lombok") public void setLastChangedByUser(@Nullable String lastChangedByUser)
lastChangedByUser
- @Generated(value="lombok") public void setEnteredByUser(@Nullable String enteredByUser)
enteredByUser
- @Generated(value="lombok") public void setConfirmationYieldQuantity(@Nullable BigDecimal confirmationYieldQuantity)
confirmationYieldQuantity
- @Generated(value="lombok") public void setOpTotalConfirmedYieldQty(@Nullable BigDecimal opTotalConfirmedYieldQty)
opTotalConfirmedYieldQty
- @Generated(value="lombok") public void setConfirmationScrapQuantity(@Nullable BigDecimal confirmationScrapQuantity)
confirmationScrapQuantity
- @Generated(value="lombok") public void setOpTotalConfirmedScrapQty(@Nullable BigDecimal opTotalConfirmedScrapQty)
opTotalConfirmedScrapQty
- @Generated(value="lombok") public void setConfirmationReworkQuantity(@Nullable BigDecimal confirmationReworkQuantity)
confirmationReworkQuantity
- @Generated(value="lombok") public void setConfirmationTotalQuantity(@Nullable BigDecimal confirmationTotalQuantity)
confirmationTotalQuantity
- @Generated(value="lombok") public void setProductionOrder(@Nullable String productionOrder)
productionOrder
- @Generated(value="lombok") public void setConfirmationUnit(@Nullable String confirmationUnit)
confirmationUnit
- @Generated(value="lombok") public void setConfirmationText(@Nullable String confirmationText)
confirmationText
- @Generated(value="lombok") public void setManufacturingOrderType(@Nullable String manufacturingOrderType)
manufacturingOrderType
- @Generated(value="lombok") public void setMaterial(@Nullable String material)
material
- @Generated(value="lombok") public void setMaterialName(@Nullable String materialName)
materialName
- @Generated(value="lombok") public void setMfgOrderPlannedTotalQty(@Nullable BigDecimal mfgOrderPlannedTotalQty)
mfgOrderPlannedTotalQty
- @Generated(value="lombok") public void setProductionUnit(@Nullable String productionUnit)
productionUnit
- @Generated(value="lombok") public void setManufacturingOrderOperation(@Nullable String manufacturingOrderOperation)
manufacturingOrderOperation
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<ProductionOrderConf>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<ProductionOrderConf>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<ProductionOrderConf>
Copyright © 2017 SAP SE. All rights reserved.