public class ProcessOrderItem extends VdmEntity<ProcessOrderItem>
Original entity name from the Odata EDM: A_ProcessOrderItemType
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<LocalDateTime> |
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<LocalDateTime> |
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.
|
changedOriginalFields
Constructor and Description |
---|
ProcessOrderItem() |
ProcessOrderItem(String manufacturingOrder,
BigDecimal mfgOrderItemPlannedScrapQty,
BigDecimal mfgOrderItemGoodsReceiptQty,
BigDecimal mfgOrderItemActualDeviationQty,
String productionUnit,
String mRPArea,
String storageLocation,
LocalDateTime mfgOrderItemPlndDeliveryDate,
String manufacturingOrderItem,
String manufacturingOrderCategory,
String manufacturingOrderType,
String productionPlant,
String material,
String mRPPlant,
LocalDateTime mfgOrderItemActualDeliveryDate,
BigDecimal mfgOrderItemPlannedTotalQty) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
ErpConfigContext configContext)
Sets the service path and ERP configuration context for the fetch commands of this entity.
|
static ProcessOrderItem.ProcessOrderItemBuilder |
builder() |
protected boolean |
canEqual(Object other) |
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.
|
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() |
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
protected Map<String,Object> |
getKey() |
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
|
LocalDateTime |
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
|
LocalDateTime |
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)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
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(LocalDateTime 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(LocalDateTime 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
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setStorageLocation(String storageLocation)
Constraints: Not nullable, Maximum length: 4
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
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<LocalDateTime> 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<LocalDateTime> MFG_ORDER_ITEM_ACTUAL_DELIVERY_DATE
public static final ProcessOrderItemField<BigDecimal> MFG_ORDER_ITEM_PLANNED_TOTAL_QTY
public ProcessOrderItem()
public ProcessOrderItem(@Nullable String manufacturingOrder, @Nullable BigDecimal mfgOrderItemPlannedScrapQty, @Nullable BigDecimal mfgOrderItemGoodsReceiptQty, @Nullable BigDecimal mfgOrderItemActualDeviationQty, @Nullable String productionUnit, @Nullable String mRPArea, @Nullable String storageLocation, @Nullable LocalDateTime mfgOrderItemPlndDeliveryDate, @Nullable String manufacturingOrderItem, @Nullable String manufacturingOrderCategory, @Nullable String manufacturingOrderType, @Nullable String productionPlant, @Nullable String material, @Nullable String mRPPlant, @Nullable LocalDateTime mfgOrderItemActualDeliveryDate, @Nullable BigDecimal mfgOrderItemPlannedTotalQty)
@Nonnull public Class<ProcessOrderItem> getType()
getType
in class VdmObject<ProcessOrderItem>
public void setManufacturingOrder(@Nullable String manufacturingOrder)
Original property name from the Odata EDM: ManufacturingOrder
manufacturingOrder
- Manufacturing Order IDpublic void setMfgOrderItemPlannedScrapQty(@Nullable BigDecimal mfgOrderItemPlannedScrapQty)
Original property name from the Odata EDM: MfgOrderItemPlannedScrapQty
mfgOrderItemPlannedScrapQty
- Order Item Planned Scrap Quantitypublic void setMfgOrderItemGoodsReceiptQty(@Nullable BigDecimal mfgOrderItemGoodsReceiptQty)
Original property name from the Odata EDM: MfgOrderItemGoodsReceiptQty
mfgOrderItemGoodsReceiptQty
- Quantity of Goods Received for the Order Itempublic void setMfgOrderItemActualDeviationQty(@Nullable BigDecimal mfgOrderItemActualDeviationQty)
Original property name from the Odata EDM: MfgOrderItemActualDeviationQty
mfgOrderItemActualDeviationQty
- Expected Surplus/Deficit For Goods Receiptpublic void setProductionUnit(@Nullable String productionUnit)
Original property name from the Odata EDM: ProductionUnit
productionUnit
- Production Unit of Measurepublic void setMRPArea(@Nullable String mRPArea)
Original property name from the Odata EDM: MRPArea
mRPArea
- MRP Areapublic void setStorageLocation(@Nullable String storageLocation)
Original property name from the Odata EDM: StorageLocation
storageLocation
- Storage Locationpublic void setMfgOrderItemPlndDeliveryDate(@Nullable LocalDateTime mfgOrderItemPlndDeliveryDate)
Original property name from the Odata EDM: MfgOrderItemPlndDeliveryDate
mfgOrderItemPlndDeliveryDate
- Delivery Date From Planned Orderpublic void setManufacturingOrderItem(@Nullable String manufacturingOrderItem)
Original property name from the Odata EDM: ManufacturingOrderItem
manufacturingOrderItem
- Manufacturing Order Item IDpublic void setManufacturingOrderCategory(@Nullable String manufacturingOrderCategory)
Original property name from the Odata EDM: ManufacturingOrderCategory
manufacturingOrderCategory
- Manufacturing Order Categorypublic void setManufacturingOrderType(@Nullable String manufacturingOrderType)
Original property name from the Odata EDM: ManufacturingOrderType
manufacturingOrderType
- Manufacturing Order Typepublic void setProductionPlant(@Nullable String productionPlant)
Original property name from the Odata EDM: ProductionPlant
productionPlant
- Production Plant in Planned Orderpublic void setMaterial(@Nullable String material)
Original property name from the Odata EDM: Material
material
- Material Number for Orderpublic void setMRPPlant(@Nullable String mRPPlant)
Original property name from the Odata EDM: MRPPlant
mRPPlant
- Planning Plant for an Orderpublic void setMfgOrderItemActualDeliveryDate(@Nullable LocalDateTime mfgOrderItemActualDeliveryDate)
Original property name from the Odata EDM: MfgOrderItemActualDeliveryDate
mfgOrderItemActualDeliveryDate
- Actual Delivery/Finish Datepublic void setMfgOrderItemPlannedTotalQty(@Nullable BigDecimal mfgOrderItemPlannedTotalQty)
Original property name from the Odata EDM: MfgOrderItemPlannedTotalQty
mfgOrderItemPlannedTotalQty
- Order Item Planned Total Quantityprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<ProcessOrderItem>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ProcessOrderItem>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProcessOrderItem>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProcessOrderItem>
@Nonnull public static <T> ProcessOrderItemField<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> ProcessOrderItemField<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 ErpConfigContext getErpConfigContext()
VdmEntity
getErpConfigContext
in class VdmEntity<ProcessOrderItem>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<ProcessOrderItem>
erpConfigContext
- New ERP configuration context to apply to this entityprotected 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<ProcessOrderItem>
public void attachToService(@Nullable String servicePath, @Nullable ErpConfigContext configContext)
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<ProcessOrderItem>
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.configContext
- Optional parameter. New ERP configuration context to apply to this entity and any associated entities
that were previously fetched. If a null value is provided and the ERP configuration context has never
been set, then the ERP configuration context will be set to a new instance of
ErpConfigContext
.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<ProcessOrderItem>
public static ProcessOrderItem.ProcessOrderItemBuilder builder()
@Nullable public String getManufacturingOrder()
Original property name from the Odata EDM: ManufacturingOrder
@Nullable public BigDecimal getMfgOrderItemPlannedScrapQty()
Original property name from the Odata EDM: MfgOrderItemPlannedScrapQty
@Nullable public BigDecimal getMfgOrderItemGoodsReceiptQty()
Original property name from the Odata EDM: MfgOrderItemGoodsReceiptQty
@Nullable public BigDecimal getMfgOrderItemActualDeviationQty()
Original property name from the Odata EDM: MfgOrderItemActualDeviationQty
@Nullable public String getProductionUnit()
Original property name from the Odata EDM: ProductionUnit
@Nullable public String getMRPArea()
Original property name from the Odata EDM: MRPArea
@Nullable public String getStorageLocation()
Original property name from the Odata EDM: StorageLocation
@Nullable public LocalDateTime getMfgOrderItemPlndDeliveryDate()
Original property name from the Odata EDM: MfgOrderItemPlndDeliveryDate
@Nullable public String getManufacturingOrderItem()
Original property name from the Odata EDM: ManufacturingOrderItem
@Nullable public String getManufacturingOrderCategory()
Original property name from the Odata EDM: ManufacturingOrderCategory
@Nullable public String getManufacturingOrderType()
Original property name from the Odata EDM: ManufacturingOrderType
@Nullable public String getProductionPlant()
Original property name from the Odata EDM: ProductionPlant
@Nullable public String getMaterial()
Original property name from the Odata EDM: Material
@Nullable public String getMRPPlant()
Original property name from the Odata EDM: MRPPlant
@Nullable public LocalDateTime getMfgOrderItemActualDeliveryDate()
Original property name from the Odata EDM: MfgOrderItemActualDeliveryDate
@Nullable public BigDecimal getMfgOrderItemPlannedTotalQty()
Original property name from the Odata EDM: MfgOrderItemPlannedTotalQty
public String toString()
toString
in class VdmObject<ProcessOrderItem>
public boolean equals(Object o)
equals
in class VdmObject<ProcessOrderItem>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ProcessOrderItem>
public int hashCode()
hashCode
in class VdmObject<ProcessOrderItem>
Copyright © 2019 SAP SE. All rights reserved.