public class ProcessOrderComponent extends VdmEntity<ProcessOrderComponent>
Original entity name from the Odata EDM: A_ProcessOrderComponentType
Modifier and Type | Class and Description |
---|---|
static class |
ProcessOrderComponent.ProcessOrderComponentBuilder |
Modifier and Type | Field and Description |
---|---|
static ProcessOrderComponentSelectable |
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<LocalDateTime> |
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.
|
changedOriginalFields
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,
LocalDateTime matlCompRequirementDate,
String baseUnit) |
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 ProcessOrderComponent.ProcessOrderComponentBuilder |
builder() |
protected boolean |
canEqual(Object other) |
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.
|
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) |
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
|
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()
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
|
LocalDateTime |
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)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
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(LocalDateTime 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
|
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
|
void |
setSupplyArea(String supplyArea)
Constraints: Not nullable, Maximum length: 10
|
void |
setWithdrawnQuantity(BigDecimal withdrawnQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
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 ProcessOrderComponentSelectable 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<LocalDateTime> MATL_COMP_REQUIREMENT_DATE
public static final ProcessOrderComponentField<String> BASE_UNIT
public ProcessOrderComponent()
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 LocalDateTime matlCompRequirementDate, @Nullable String baseUnit)
@Nonnull public Class<ProcessOrderComponent> getType()
getType
in class VdmObject<ProcessOrderComponent>
public void setReservation(@Nullable String reservation)
Original property name from the Odata EDM: Reservation
reservation
- Number of Reservation/Dependent Requirementpublic void setRequiredQuantity(@Nullable BigDecimal requiredQuantity)
Original property name from the Odata EDM: RequiredQuantity
requiredQuantity
- Requirement Quantitypublic void setWithdrawnQuantity(@Nullable BigDecimal withdrawnQuantity)
Original property name from the Odata EDM: WithdrawnQuantity
withdrawnQuantity
- Withdrawn Quantitypublic void setBOMItem(@Nullable String bOMItem)
Original property name from the Odata EDM: BOMItem
bOMItem
- Bill of Material Itempublic void setStorageLocation(@Nullable String storageLocation)
Original property name from the Odata EDM: StorageLocation
storageLocation
- Storage Locationpublic void setSupplyArea(@Nullable String supplyArea)
Original property name from the Odata EDM: SupplyArea
supplyArea
- Production Supply Areapublic void setManufacturingOrderSequence(@Nullable String manufacturingOrderSequence)
Original property name from the Odata EDM: ManufacturingOrderSequence
manufacturingOrderSequence
- Sequencepublic void setManufacturingOrder(@Nullable String manufacturingOrder)
Original property name from the Odata EDM: ManufacturingOrder
manufacturingOrder
- Manufacturing Order IDpublic void setManufacturingOrderOperation(@Nullable String manufacturingOrderOperation)
Original property name from the Odata EDM: ManufacturingOrderOperation
manufacturingOrderOperation
- Manufacturing Order Operationpublic 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 setReservationItem(@Nullable String reservationItem)
Original property name from the Odata EDM: ReservationItem
reservationItem
- Reservation Itempublic void setOrderInternalBillOfOperations(@Nullable String orderInternalBillOfOperations)
Original property name from the Odata EDM: OrderInternalBillOfOperations
orderInternalBillOfOperations
- Order Internal Bill of Operations IDpublic void setBillOfMaterialItemNumber(@Nullable String billOfMaterialItemNumber)
Original property name from the Odata EDM: BillOfMaterialItemNumber
billOfMaterialItemNumber
- BOM item numberpublic void setBOMItemDescription(@Nullable String bOMItemDescription)
Original property name from the Odata EDM: BOMItemDescription
bOMItemDescription
- BOM Item Text (Line 1)public void setMaterial(@Nullable String material)
Original property name from the Odata EDM: Material
material
- Material Numberpublic void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
plant
- Plantpublic void setProductionPlant(@Nullable String productionPlant)
Original property name from the Odata EDM: ProductionPlant
productionPlant
- Production Plant in Planned Orderpublic void setMatlCompRequirementDate(@Nullable LocalDateTime matlCompRequirementDate)
Original property name from the Odata EDM: MatlCompRequirementDate
matlCompRequirementDate
- Material Component Requirement Datepublic void setBaseUnit(@Nullable String baseUnit)
Original property name from the Odata EDM: BaseUnit
baseUnit
- Base Unit of Measureprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<ProcessOrderComponent>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ProcessOrderComponent>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProcessOrderComponent>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProcessOrderComponent>
@Nonnull public static <T> ProcessOrderComponentField<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> ProcessOrderComponentField<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<ProcessOrderComponent>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<ProcessOrderComponent>
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<ProcessOrderComponent>
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<ProcessOrderComponent>
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<ProcessOrderComponent>
public static ProcessOrderComponent.ProcessOrderComponentBuilder builder()
@Nullable public String getReservation()
Original property name from the Odata EDM: Reservation
@Nullable public BigDecimal getRequiredQuantity()
Original property name from the Odata EDM: RequiredQuantity
@Nullable public BigDecimal getWithdrawnQuantity()
Original property name from the Odata EDM: WithdrawnQuantity
@Nullable public String getBOMItem()
Original property name from the Odata EDM: BOMItem
@Nullable public String getStorageLocation()
Original property name from the Odata EDM: StorageLocation
@Nullable public String getSupplyArea()
Original property name from the Odata EDM: SupplyArea
@Nullable public String getManufacturingOrderSequence()
Original property name from the Odata EDM: ManufacturingOrderSequence
@Nullable public String getManufacturingOrder()
Original property name from the Odata EDM: ManufacturingOrder
@Nullable public String getManufacturingOrderOperation()
Original property name from the Odata EDM: ManufacturingOrderOperation
@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 getReservationItem()
Original property name from the Odata EDM: ReservationItem
@Nullable public String getOrderInternalBillOfOperations()
Original property name from the Odata EDM: OrderInternalBillOfOperations
@Nullable public String getBillOfMaterialItemNumber()
Original property name from the Odata EDM: BillOfMaterialItemNumber
@Nullable public String getBOMItemDescription()
Original property name from the Odata EDM: BOMItemDescription
@Nullable public String getMaterial()
Original property name from the Odata EDM: Material
@Nullable public String getPlant()
Original property name from the Odata EDM: Plant
@Nullable public String getProductionPlant()
Original property name from the Odata EDM: ProductionPlant
@Nullable public LocalDateTime getMatlCompRequirementDate()
Original property name from the Odata EDM: MatlCompRequirementDate
@Nullable public String getBaseUnit()
Original property name from the Odata EDM: BaseUnit
public String toString()
toString
in class VdmObject<ProcessOrderComponent>
public boolean equals(Object o)
equals
in class VdmObject<ProcessOrderComponent>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ProcessOrderComponent>
public int hashCode()
hashCode
in class VdmObject<ProcessOrderComponent>
Copyright © 2019 SAP SE. All rights reserved.