public class ProcessOrderComponent extends VdmEntity<ProcessOrderComponent>
Modifier and Type | Class and Description |
---|---|
static class |
ProcessOrderComponent.ProcessOrderComponentBuilder |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<ProcessOrderComponent> |
ALL_FIELDS
Selector for all available fields of ProcessOrderComponent.
|
static ProcessOrderComponentField<String> |
BASE_UNIT
Use with available fluent helpers to apply the BaseUnit field to query operations.
|
static ProcessOrderComponentField<String> |
BILL_OF_MATERIAL_ITEM_NUMBER
Use with available fluent helpers to apply the BillOfMaterialItemNumber field to query operations.
|
static ProcessOrderComponentField<String> |
BOM_ITEM
Use with available fluent helpers to apply the BOMItem field to query operations.
|
static ProcessOrderComponentField<String> |
BOM_ITEM_DESCRIPTION
Use with available fluent helpers to apply the BOMItemDescription field to query operations.
|
static ProcessOrderComponentField<String> |
MANUFACTURING_ORDER
Use with available fluent helpers to apply the ManufacturingOrder field to query operations.
|
static ProcessOrderComponentField<String> |
MANUFACTURING_ORDER_CATEGORY
Use with available fluent helpers to apply the ManufacturingOrderCategory field to query operations.
|
static ProcessOrderComponentField<String> |
MANUFACTURING_ORDER_OPERATION
Use with available fluent helpers to apply the ManufacturingOrderOperation field to query operations.
|
static ProcessOrderComponentField<String> |
MANUFACTURING_ORDER_SEQUENCE
Use with available fluent helpers to apply the ManufacturingOrderSequence field to query operations.
|
static ProcessOrderComponentField<String> |
MANUFACTURING_ORDER_TYPE
Use with available fluent helpers to apply the ManufacturingOrderType field to query operations.
|
static ProcessOrderComponentField<String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static ProcessOrderComponentField<Calendar> |
MATL_COMP_REQUIREMENT_DATE
Use with available fluent helpers to apply the MatlCompRequirementDate field to query operations.
|
static ProcessOrderComponentField<String> |
ORDER_INTERNAL_BILL_OF_OPERATIONS
Use with available fluent helpers to apply the OrderInternalBillOfOperations field to query operations.
|
static ProcessOrderComponentField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static ProcessOrderComponentField<String> |
PRODUCTION_PLANT
Use with available fluent helpers to apply the ProductionPlant field to query operations.
|
static ProcessOrderComponentField<BigDecimal> |
REQUIRED_QUANTITY
Use with available fluent helpers to apply the RequiredQuantity field to query operations.
|
static ProcessOrderComponentField<String> |
RESERVATION
Use with available fluent helpers to apply the Reservation field to query operations.
|
static ProcessOrderComponentField<String> |
RESERVATION_ITEM
Use with available fluent helpers to apply the ReservationItem field to query operations.
|
static ProcessOrderComponentField<String> |
STORAGE_LOCATION
Use with available fluent helpers to apply the StorageLocation field to query operations.
|
static ProcessOrderComponentField<String> |
SUPPLY_AREA
Use with available fluent helpers to apply the SupplyArea field to query operations.
|
static ProcessOrderComponentField<BigDecimal> |
WITHDRAWN_QUANTITY
Use with available fluent helpers to apply the WithdrawnQuantity field to query operations.
|
Constructor and Description |
---|
ProcessOrderComponent() |
ProcessOrderComponent(String reservation,
BigDecimal requiredQuantity,
BigDecimal withdrawnQuantity,
String bOMItem,
String storageLocation,
String supplyArea,
String manufacturingOrderSequence,
String manufacturingOrder,
String manufacturingOrderOperation,
String manufacturingOrderCategory,
String manufacturingOrderType,
String reservationItem,
String orderInternalBillOfOperations,
String billOfMaterialItemNumber,
String bOMItemDescription,
String material,
String plant,
String productionPlant,
Calendar matlCompRequirementDate,
String baseUnit,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ProcessOrderComponent.ProcessOrderComponentBuilder |
builder() |
boolean |
equals(Object o) |
static <T> ProcessOrderComponentField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getBaseUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getBillOfMaterialItemNumber()
Constraints: Not nullable, Maximum length: 4
|
String |
getBOMItem()
Constraints: Not nullable, Maximum length: 8
|
String |
getBOMItemDescription()
Constraints: Not nullable, Maximum length: 40
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getManufacturingOrder()
Constraints: Not nullable, Maximum length: 12
|
String |
getManufacturingOrderCategory()
Constraints: Not nullable, Maximum length: 2
|
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
|
Calendar |
getMatlCompRequirementDate()
Constraints: Not nullable, Precision: 0
|
String |
getOrderInternalBillOfOperations()
Constraints: Not nullable, Maximum length: 10
|
String |
getPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getProductionPlant()
Constraints: Not nullable, Maximum length: 4
|
BigDecimal |
getRequiredQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getReservation()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getReservationItem()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getStorageLocation()
Constraints: Not nullable, Maximum length: 4
|
String |
getSupplyArea()
Constraints: Not nullable, Maximum length: 10
|
Class<ProcessOrderComponent> |
getType() |
BigDecimal |
getWithdrawnQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
int |
hashCode() |
void |
setBaseUnit(String baseUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setBillOfMaterialItemNumber(String billOfMaterialItemNumber)
Constraints: Not nullable, Maximum length: 4
|
void |
setBOMItem(String bOMItem)
Constraints: Not nullable, Maximum length: 8
|
void |
setBOMItemDescription(String bOMItemDescription)
Constraints: Not nullable, Maximum length: 40
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setManufacturingOrder(String manufacturingOrder)
Constraints: Not nullable, Maximum length: 12
|
void |
setManufacturingOrderCategory(String manufacturingOrderCategory)
Constraints: Not nullable, Maximum length: 2
|
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 |
setMatlCompRequirementDate(Calendar matlCompRequirementDate)
Constraints: Not nullable, Precision: 0
|
void |
setOrderInternalBillOfOperations(String orderInternalBillOfOperations)
Constraints: Not nullable, Maximum length: 10
|
void |
setPlant(String plant)
Constraints: Not nullable, Maximum length: 4
|
void |
setProductionPlant(String productionPlant)
Constraints: Not nullable, Maximum length: 4
|
void |
setRequiredQuantity(BigDecimal requiredQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setReservation(String reservation)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setReservationItem(String reservationItem)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setStorageLocation(String storageLocation)
Constraints: Not nullable, Maximum length: 4
|
void |
setSupplyArea(String supplyArea)
Constraints: Not nullable, Maximum length: 10
|
void |
setWithdrawnQuantity(BigDecimal withdrawnQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final EntityFieldAll<ProcessOrderComponent> ALL_FIELDS
public static final ProcessOrderComponentField<String> RESERVATION
public static final ProcessOrderComponentField<BigDecimal> REQUIRED_QUANTITY
public static final ProcessOrderComponentField<BigDecimal> WITHDRAWN_QUANTITY
public static final ProcessOrderComponentField<String> BOM_ITEM
public static final ProcessOrderComponentField<String> STORAGE_LOCATION
public static final ProcessOrderComponentField<String> SUPPLY_AREA
public static final ProcessOrderComponentField<String> MANUFACTURING_ORDER_SEQUENCE
public static final ProcessOrderComponentField<String> MANUFACTURING_ORDER
public static final ProcessOrderComponentField<String> MANUFACTURING_ORDER_OPERATION
public static final ProcessOrderComponentField<String> MANUFACTURING_ORDER_CATEGORY
public static final ProcessOrderComponentField<String> MANUFACTURING_ORDER_TYPE
public static final ProcessOrderComponentField<String> RESERVATION_ITEM
public static final ProcessOrderComponentField<String> ORDER_INTERNAL_BILL_OF_OPERATIONS
public static final ProcessOrderComponentField<String> BILL_OF_MATERIAL_ITEM_NUMBER
public static final ProcessOrderComponentField<String> BOM_ITEM_DESCRIPTION
public static final ProcessOrderComponentField<String> MATERIAL
public static final ProcessOrderComponentField<String> PLANT
public static final ProcessOrderComponentField<String> PRODUCTION_PLANT
public static final ProcessOrderComponentField<Calendar> MATL_COMP_REQUIREMENT_DATE
public static final ProcessOrderComponentField<String> BASE_UNIT
@Generated(value="lombok") public ProcessOrderComponent()
@ConstructorProperties(value={"reservation","requiredQuantity","withdrawnQuantity","bOMItem","storageLocation","supplyArea","manufacturingOrderSequence","manufacturingOrder","manufacturingOrderOperation","manufacturingOrderCategory","manufacturingOrderType","reservationItem","orderInternalBillOfOperations","billOfMaterialItemNumber","bOMItemDescription","material","plant","productionPlant","matlCompRequirementDate","baseUnit","erpConfigContext"}) @Generated(value="lombok") public ProcessOrderComponent(@Nullable String reservation, @Nullable BigDecimal requiredQuantity, @Nullable BigDecimal withdrawnQuantity, @Nullable String bOMItem, @Nullable String storageLocation, @Nullable String supplyArea, @Nullable String manufacturingOrderSequence, @Nullable String manufacturingOrder, @Nullable String manufacturingOrderOperation, @Nullable String manufacturingOrderCategory, @Nullable String manufacturingOrderType, @Nullable String reservationItem, @Nullable String orderInternalBillOfOperations, @Nullable String billOfMaterialItemNumber, @Nullable String bOMItemDescription, @Nullable String material, @Nullable String plant, @Nullable String productionPlant, @Nullable Calendar matlCompRequirementDate, @Nullable String baseUnit, @Nullable ErpConfigContext erpConfigContext)
public Class<ProcessOrderComponent> getType()
getType
in class VdmObject<ProcessOrderComponent>
public static <T> ProcessOrderComponentField<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 ProcessOrderComponent.ProcessOrderComponentBuilder builder()
@Nullable @Generated(value="lombok") public String getReservation()
@Nullable @Generated(value="lombok") public BigDecimal getRequiredQuantity()
@Nullable @Generated(value="lombok") public BigDecimal getWithdrawnQuantity()
@Nullable @Generated(value="lombok") public String getBOMItem()
@Nullable @Generated(value="lombok") public String getStorageLocation()
@Nullable @Generated(value="lombok") public String getSupplyArea()
@Nullable @Generated(value="lombok") public String getManufacturingOrderSequence()
@Nullable @Generated(value="lombok") public String getManufacturingOrder()
@Nullable @Generated(value="lombok") public String getManufacturingOrderOperation()
@Nullable @Generated(value="lombok") public String getManufacturingOrderCategory()
@Nullable @Generated(value="lombok") public String getManufacturingOrderType()
@Nullable @Generated(value="lombok") public String getReservationItem()
@Nullable @Generated(value="lombok") public String getOrderInternalBillOfOperations()
@Nullable @Generated(value="lombok") public String getBillOfMaterialItemNumber()
@Nullable @Generated(value="lombok") public String getBOMItemDescription()
@Nullable @Generated(value="lombok") public String getMaterial()
@Nullable @Generated(value="lombok") public String getPlant()
@Nullable @Generated(value="lombok") public String getProductionPlant()
@Nullable @Generated(value="lombok") public Calendar getMatlCompRequirementDate()
@Nullable @Generated(value="lombok") public String getBaseUnit()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setReservation(@Nullable String reservation)
reservation
- @Generated(value="lombok") public void setRequiredQuantity(@Nullable BigDecimal requiredQuantity)
requiredQuantity
- @Generated(value="lombok") public void setWithdrawnQuantity(@Nullable BigDecimal withdrawnQuantity)
withdrawnQuantity
- @Generated(value="lombok") public void setBOMItem(@Nullable String bOMItem)
bOMItem
- @Generated(value="lombok") public void setStorageLocation(@Nullable String storageLocation)
storageLocation
- @Generated(value="lombok") public void setSupplyArea(@Nullable String supplyArea)
supplyArea
- @Generated(value="lombok") public void setManufacturingOrderSequence(@Nullable String manufacturingOrderSequence)
manufacturingOrderSequence
- @Generated(value="lombok") public void setManufacturingOrder(@Nullable String manufacturingOrder)
manufacturingOrder
- @Generated(value="lombok") public void setManufacturingOrderOperation(@Nullable String manufacturingOrderOperation)
manufacturingOrderOperation
- @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 setReservationItem(@Nullable String reservationItem)
reservationItem
- @Generated(value="lombok") public void setOrderInternalBillOfOperations(@Nullable String orderInternalBillOfOperations)
orderInternalBillOfOperations
- @Generated(value="lombok") public void setBillOfMaterialItemNumber(@Nullable String billOfMaterialItemNumber)
billOfMaterialItemNumber
- @Generated(value="lombok") public void setBOMItemDescription(@Nullable String bOMItemDescription)
bOMItemDescription
- @Generated(value="lombok") public void setMaterial(@Nullable String material)
material
- @Generated(value="lombok") public void setPlant(@Nullable String plant)
plant
- @Generated(value="lombok") public void setProductionPlant(@Nullable String productionPlant)
productionPlant
- @Generated(value="lombok") public void setMatlCompRequirementDate(@Nullable Calendar matlCompRequirementDate)
matlCompRequirementDate
- @Generated(value="lombok") public void setBaseUnit(@Nullable String baseUnit)
baseUnit
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
toString
in class VdmObject<ProcessOrderComponent>
@Generated(value="lombok") public boolean equals(Object o)
equals
in class VdmObject<ProcessOrderComponent>
@Generated(value="lombok") public int hashCode()
hashCode
in class VdmObject<ProcessOrderComponent>
Copyright © 2017 SAP SE. All rights reserved.