public class ProcessOrderItem extends VdmEntity<ProcessOrderItem>
Modifier and Type | Class and Description |
---|---|
static class |
ProcessOrderItem.ProcessOrderItemBuilder |
Modifier and Type | Field and Description |
---|---|
static ProcessOrderItemSelectable |
ALL_FIELDS
Selector for all available fields of ProcessOrderItem.
|
static ProcessOrderItemField<String> |
MANUFACTURING_ORDER
Use with available fluent helpers to apply the ManufacturingOrder field to query operations.
|
static ProcessOrderItemField<String> |
MANUFACTURING_ORDER_CATEGORY
Use with available fluent helpers to apply the ManufacturingOrderCategory field to query operations.
|
static ProcessOrderItemField<String> |
MANUFACTURING_ORDER_ITEM
Use with available fluent helpers to apply the ManufacturingOrderItem field to query operations.
|
static ProcessOrderItemField<String> |
MANUFACTURING_ORDER_TYPE
Use with available fluent helpers to apply the ManufacturingOrderType field to query operations.
|
static ProcessOrderItemField<String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static ProcessOrderItemField<Calendar> |
MFG_ORDER_ITEM_ACTUAL_DELIVERY_DATE
Use with available fluent helpers to apply the MfgOrderItemActualDeliveryDate field to query operations.
|
static ProcessOrderItemField<BigDecimal> |
MFG_ORDER_ITEM_ACTUAL_DEVIATION_QTY
Use with available fluent helpers to apply the MfgOrderItemActualDeviationQty field to query operations.
|
static ProcessOrderItemField<BigDecimal> |
MFG_ORDER_ITEM_GOODS_RECEIPT_QTY
Use with available fluent helpers to apply the MfgOrderItemGoodsReceiptQty field to query operations.
|
static ProcessOrderItemField<BigDecimal> |
MFG_ORDER_ITEM_PLANNED_SCRAP_QTY
Use with available fluent helpers to apply the MfgOrderItemPlannedScrapQty field to query operations.
|
static ProcessOrderItemField<BigDecimal> |
MFG_ORDER_ITEM_PLANNED_TOTAL_QTY
Use with available fluent helpers to apply the MfgOrderItemPlannedTotalQty field to query operations.
|
static ProcessOrderItemField<Calendar> |
MFG_ORDER_ITEM_PLND_DELIVERY_DATE
Use with available fluent helpers to apply the MfgOrderItemPlndDeliveryDate field to query operations.
|
static ProcessOrderItemField<String> |
MRP_AREA
Use with available fluent helpers to apply the MRPArea field to query operations.
|
static ProcessOrderItemField<String> |
MRP_PLANT
Use with available fluent helpers to apply the MRPPlant field to query operations.
|
static ProcessOrderItemField<String> |
PRODUCTION_PLANT
Use with available fluent helpers to apply the ProductionPlant field to query operations.
|
static ProcessOrderItemField<String> |
PRODUCTION_UNIT
Use with available fluent helpers to apply the ProductionUnit field to query operations.
|
static ProcessOrderItemField<String> |
STORAGE_LOCATION
Use with available fluent helpers to apply the StorageLocation field to query operations.
|
Constructor and Description |
---|
ProcessOrderItem() |
ProcessOrderItem(String manufacturingOrder,
BigDecimal mfgOrderItemPlannedScrapQty,
BigDecimal mfgOrderItemGoodsReceiptQty,
BigDecimal mfgOrderItemActualDeviationQty,
String productionUnit,
String mRPArea,
String storageLocation,
Calendar mfgOrderItemPlndDeliveryDate,
String manufacturingOrderItem,
String manufacturingOrderCategory,
String manufacturingOrderType,
String productionPlant,
String material,
String mRPPlant,
Calendar mfgOrderItemActualDeliveryDate,
BigDecimal mfgOrderItemPlannedTotalQty,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ProcessOrderItem.ProcessOrderItemBuilder |
builder() |
boolean |
equals(Object o) |
static <T> ProcessOrderItemField<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 |
getManufacturingOrder()
(Key Field) Constraints: Not nullable, Maximum length: 12
|
String |
getManufacturingOrderCategory()
Constraints: Not nullable, Maximum length: 2
|
String |
getManufacturingOrderItem()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getManufacturingOrderType()
Constraints: Not nullable, Maximum length: 4
|
String |
getMaterial()
Constraints: Not nullable, Maximum length: 40
|
Calendar |
getMfgOrderItemActualDeliveryDate()
Constraints: Not nullable, Precision: 0
|
BigDecimal |
getMfgOrderItemActualDeviationQty()
Constraints: Not nullable, Precision: 13, Scale: 3
|
BigDecimal |
getMfgOrderItemGoodsReceiptQty()
Constraints: Not nullable, Precision: 13, Scale: 3
|
BigDecimal |
getMfgOrderItemPlannedScrapQty()
Constraints: Not nullable, Precision: 13, Scale: 3
|
BigDecimal |
getMfgOrderItemPlannedTotalQty()
Constraints: Not nullable, Precision: 13, Scale: 3
|
Calendar |
getMfgOrderItemPlndDeliveryDate()
Constraints: Not nullable, Precision: 0
|
String |
getMRPArea()
Constraints: Not nullable, Maximum length: 10
|
String |
getMRPPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getProductionPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getProductionUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getStorageLocation()
Constraints: Not nullable, Maximum length: 4
|
Class<ProcessOrderItem> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setManufacturingOrder(String manufacturingOrder)
(Key Field) Constraints: Not nullable, Maximum length: 12
|
void |
setManufacturingOrderCategory(String manufacturingOrderCategory)
Constraints: Not nullable, Maximum length: 2
|
void |
setManufacturingOrderItem(String manufacturingOrderItem)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setManufacturingOrderType(String manufacturingOrderType)
Constraints: Not nullable, Maximum length: 4
|
void |
setMaterial(String material)
Constraints: Not nullable, Maximum length: 40
|
void |
setMfgOrderItemActualDeliveryDate(Calendar mfgOrderItemActualDeliveryDate)
Constraints: Not nullable, Precision: 0
|
void |
setMfgOrderItemActualDeviationQty(BigDecimal mfgOrderItemActualDeviationQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setMfgOrderItemGoodsReceiptQty(BigDecimal mfgOrderItemGoodsReceiptQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setMfgOrderItemPlannedScrapQty(BigDecimal mfgOrderItemPlannedScrapQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setMfgOrderItemPlannedTotalQty(BigDecimal mfgOrderItemPlannedTotalQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setMfgOrderItemPlndDeliveryDate(Calendar mfgOrderItemPlndDeliveryDate)
Constraints: Not nullable, Precision: 0
|
void |
setMRPArea(String mRPArea)
Constraints: Not nullable, Maximum length: 10
|
void |
setMRPPlant(String mRPPlant)
Constraints: Not nullable, Maximum length: 4
|
void |
setProductionPlant(String productionPlant)
Constraints: Not nullable, Maximum length: 4
|
void |
setProductionUnit(String productionUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setStorageLocation(String storageLocation)
Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final ProcessOrderItemSelectable ALL_FIELDS
public static final ProcessOrderItemField<String> MANUFACTURING_ORDER
public static final ProcessOrderItemField<BigDecimal> MFG_ORDER_ITEM_PLANNED_SCRAP_QTY
public static final ProcessOrderItemField<BigDecimal> MFG_ORDER_ITEM_GOODS_RECEIPT_QTY
public static final ProcessOrderItemField<BigDecimal> MFG_ORDER_ITEM_ACTUAL_DEVIATION_QTY
public static final ProcessOrderItemField<String> PRODUCTION_UNIT
public static final ProcessOrderItemField<String> MRP_AREA
public static final ProcessOrderItemField<String> STORAGE_LOCATION
public static final ProcessOrderItemField<Calendar> MFG_ORDER_ITEM_PLND_DELIVERY_DATE
public static final ProcessOrderItemField<String> MANUFACTURING_ORDER_ITEM
public static final ProcessOrderItemField<String> MANUFACTURING_ORDER_CATEGORY
public static final ProcessOrderItemField<String> MANUFACTURING_ORDER_TYPE
public static final ProcessOrderItemField<String> PRODUCTION_PLANT
public static final ProcessOrderItemField<String> MATERIAL
public static final ProcessOrderItemField<String> MRP_PLANT
public static final ProcessOrderItemField<Calendar> MFG_ORDER_ITEM_ACTUAL_DELIVERY_DATE
public static final ProcessOrderItemField<BigDecimal> MFG_ORDER_ITEM_PLANNED_TOTAL_QTY
@Generated(value="lombok") public ProcessOrderItem()
@ConstructorProperties(value={"manufacturingOrder","mfgOrderItemPlannedScrapQty","mfgOrderItemGoodsReceiptQty","mfgOrderItemActualDeviationQty","productionUnit","mRPArea","storageLocation","mfgOrderItemPlndDeliveryDate","manufacturingOrderItem","manufacturingOrderCategory","manufacturingOrderType","productionPlant","material","mRPPlant","mfgOrderItemActualDeliveryDate","mfgOrderItemPlannedTotalQty","erpConfigContext"}) @Generated(value="lombok") public ProcessOrderItem(@Nullable String manufacturingOrder, @Nullable BigDecimal mfgOrderItemPlannedScrapQty, @Nullable BigDecimal mfgOrderItemGoodsReceiptQty, @Nullable BigDecimal mfgOrderItemActualDeviationQty, @Nullable String productionUnit, @Nullable String mRPArea, @Nullable String storageLocation, @Nullable Calendar mfgOrderItemPlndDeliveryDate, @Nullable String manufacturingOrderItem, @Nullable String manufacturingOrderCategory, @Nullable String manufacturingOrderType, @Nullable String productionPlant, @Nullable String material, @Nullable String mRPPlant, @Nullable Calendar mfgOrderItemActualDeliveryDate, @Nullable BigDecimal mfgOrderItemPlannedTotalQty, @Nullable ErpConfigContext erpConfigContext)
public Class<ProcessOrderItem> getType()
getType
in class VdmObject<ProcessOrderItem>
public static <T> ProcessOrderItemField<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 ProcessOrderItem.ProcessOrderItemBuilder builder()
@Nullable @Generated(value="lombok") public String getManufacturingOrder()
@Nullable @Generated(value="lombok") public BigDecimal getMfgOrderItemPlannedScrapQty()
@Nullable @Generated(value="lombok") public BigDecimal getMfgOrderItemGoodsReceiptQty()
@Nullable @Generated(value="lombok") public BigDecimal getMfgOrderItemActualDeviationQty()
@Nullable @Generated(value="lombok") public String getProductionUnit()
@Nullable @Generated(value="lombok") public String getMRPArea()
@Nullable @Generated(value="lombok") public String getStorageLocation()
@Nullable @Generated(value="lombok") public Calendar getMfgOrderItemPlndDeliveryDate()
@Nullable @Generated(value="lombok") public String getManufacturingOrderItem()
@Nullable @Generated(value="lombok") public String getManufacturingOrderCategory()
@Nullable @Generated(value="lombok") public String getManufacturingOrderType()
@Nullable @Generated(value="lombok") public String getProductionPlant()
@Nullable @Generated(value="lombok") public String getMaterial()
@Nullable @Generated(value="lombok") public String getMRPPlant()
@Nullable @Generated(value="lombok") public Calendar getMfgOrderItemActualDeliveryDate()
@Nullable @Generated(value="lombok") public BigDecimal getMfgOrderItemPlannedTotalQty()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setManufacturingOrder(@Nullable String manufacturingOrder)
manufacturingOrder
- @Generated(value="lombok") public void setMfgOrderItemPlannedScrapQty(@Nullable BigDecimal mfgOrderItemPlannedScrapQty)
mfgOrderItemPlannedScrapQty
- @Generated(value="lombok") public void setMfgOrderItemGoodsReceiptQty(@Nullable BigDecimal mfgOrderItemGoodsReceiptQty)
mfgOrderItemGoodsReceiptQty
- @Generated(value="lombok") public void setMfgOrderItemActualDeviationQty(@Nullable BigDecimal mfgOrderItemActualDeviationQty)
mfgOrderItemActualDeviationQty
- @Generated(value="lombok") public void setProductionUnit(@Nullable String productionUnit)
productionUnit
- @Generated(value="lombok") public void setMRPArea(@Nullable String mRPArea)
mRPArea
- @Generated(value="lombok") public void setStorageLocation(@Nullable String storageLocation)
storageLocation
- @Generated(value="lombok") public void setMfgOrderItemPlndDeliveryDate(@Nullable Calendar mfgOrderItemPlndDeliveryDate)
mfgOrderItemPlndDeliveryDate
- @Generated(value="lombok") public void setManufacturingOrderItem(@Nullable String manufacturingOrderItem)
manufacturingOrderItem
- @Generated(value="lombok") public void setManufacturingOrderCategory(@Nullable String manufacturingOrderCategory)
manufacturingOrderCategory
- @Generated(value="lombok") public void setManufacturingOrderType(@Nullable String manufacturingOrderType)
manufacturingOrderType
- @Generated(value="lombok") public void setProductionPlant(@Nullable String productionPlant)
productionPlant
- @Generated(value="lombok") public void setMaterial(@Nullable String material)
material
- @Generated(value="lombok") public void setMRPPlant(@Nullable String mRPPlant)
mRPPlant
- @Generated(value="lombok") public void setMfgOrderItemActualDeliveryDate(@Nullable Calendar mfgOrderItemActualDeliveryDate)
mfgOrderItemActualDeliveryDate
- @Generated(value="lombok") public void setMfgOrderItemPlannedTotalQty(@Nullable BigDecimal mfgOrderItemPlannedTotalQty)
mfgOrderItemPlannedTotalQty
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<ProcessOrderItem>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<ProcessOrderItem>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<ProcessOrderItem>
Copyright © 2018 SAP SE. All rights reserved.