java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<POSubcontractingComponent>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder.POSubcontractingComponent
All Implemented Interfaces:
VdmEntitySet

public class POSubcontractingComponent extends VdmEntity<POSubcontractingComponent> implements VdmEntitySet
Subcontracting Components

Original entity name from the Odata EDM: POSubcontractingComponent_Type

  • Field Details

  • Constructor Details

    • POSubcontractingComponent

      public POSubcontractingComponent()
    • POSubcontractingComponent

      public POSubcontractingComponent(@Nullable String purchaseOrder, @Nullable String purchaseOrderItem, @Nullable String scheduleLine, @Nullable String reservationItem, @Nullable String recordType, @Nullable String material, @Nullable Boolean isMaterialProvision, @Nullable String materialProvisionType, @Nullable BigDecimal materialQtyToBaseQtyNmrtr, @Nullable BigDecimal materialQtyToBaseQtyDnmntr, @Nullable String materialRevisionLevel, @Nullable Boolean materialCompIsVariableSized, @Nullable Boolean materialComponentIsPhantomItem, @Nullable String reservation, @Nullable BigDecimal requiredQuantity, @Nullable LocalDate requirementDate, @Nullable LocalTime requirementTime, @Nullable Boolean reservationIsFinallyIssued, @Nullable String baseUnit, @Nullable BigDecimal quantityInEntryUnit, @Nullable String entryUnit, @Nullable BigDecimal variableSizeItemQuantity, @Nullable String variableSizeItemUnit, @Nullable String variableSizeComponentUnit, @Nullable BigDecimal variableSizeComponentQuantity, @Nullable String unitOfMeasureForSize1To3, @Nullable BigDecimal size1, @Nullable BigDecimal size2, @Nullable BigDecimal size3, @Nullable String plant, @Nullable LocalDate latestRequirementDate, @Nullable String orderLevelValue, @Nullable String orderPathValue, @Nullable String billOfMaterialItemNumber, @Nullable String matlCompFreeDefinedAttribute, @Nullable String bOMItemCategory, @Nullable Boolean isBulkMaterialComponent, @Nullable String accountAssignmentCategory, @Nullable String inventorySpecialStockType, @Nullable String consumptionPosting, @Nullable String inventorySpecialStockValnType, @Nullable String debitCreditCode, @Nullable BigDecimal withdrawnQuantity, @Nullable Boolean quantityIsFixed, @Nullable BigDecimal componentScrapInPercent, @Nullable BigDecimal operationScrapInPercent, @Nullable Boolean isNetScrap, @Nullable BigDecimal leadTimeOffset, @Nullable String quantityDistributionKey, @Nullable String formulaKey, @Nullable String storageLocation, @Nullable String productionSupplyArea, @Nullable String batch, @Nullable String bOMItemDescription, @Nullable String bOMItemText2, @Nullable String changeNumber, @Nullable PurchaseOrder to_PurchaseOrder, @Nullable PurchaseOrderItem to_PurchaseOrderItem, @Nullable PurchaseOrderScheduleLine to_ScheduleLine)
  • Method Details

    • getType

      @Nonnull public Class<POSubcontractingComponent> getType()
      Specified by:
      getType in class VdmObject<POSubcontractingComponent>
    • setPurchaseOrder

      public void setPurchaseOrder(@Nullable String purchaseOrder)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: PurchaseOrder

      Parameters:
      purchaseOrder - Purchasing Document
    • setPurchaseOrderItem

      public void setPurchaseOrderItem(@Nullable String purchaseOrderItem)
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: PurchaseOrderItem

      Parameters:
      purchaseOrderItem - Purchasing Document Item
    • setScheduleLine

      public void setScheduleLine(@Nullable String scheduleLine)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ScheduleLine

      Parameters:
      scheduleLine - Delivery Schedule Line Counter
    • setReservationItem

      public void setReservationItem(@Nullable String reservationItem)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ReservationItem

      Parameters:
      reservationItem - Reservation Item
    • setRecordType

      public void setRecordType(@Nullable String recordType)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: RecordType

      Parameters:
      recordType - Reservation Record Type
    • setMaterial

      public void setMaterial(@Nullable String material)
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: Material

      Parameters:
      material - Material Number
    • setIsMaterialProvision

      public void setIsMaterialProvision(@Nullable Boolean isMaterialProvision)
      Constraints: Not nullable

      Original property name from the Odata EDM: IsMaterialProvision

      Parameters:
      isMaterialProvision - Material Provision Indicator
    • setMaterialProvisionType

      public void setMaterialProvisionType(@Nullable String materialProvisionType)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: MaterialProvisionType

      Parameters:
      materialProvisionType - Material Provision Type
    • setMaterialQtyToBaseQtyNmrtr

      public void setMaterialQtyToBaseQtyNmrtr(@Nullable BigDecimal materialQtyToBaseQtyNmrtr)
      Constraints: Not nullable, Precision: 5

      Original property name from the Odata EDM: MaterialQtyToBaseQtyNmrtr

      Parameters:
      materialQtyToBaseQtyNmrtr - Numerator for Conversion to Base Units of Measure
    • setMaterialQtyToBaseQtyDnmntr

      public void setMaterialQtyToBaseQtyDnmntr(@Nullable BigDecimal materialQtyToBaseQtyDnmntr)
      Constraints: Not nullable, Precision: 5

      Original property name from the Odata EDM: MaterialQtyToBaseQtyDnmntr

      Parameters:
      materialQtyToBaseQtyDnmntr - Denominator for conversion to base units of measure
    • setMaterialRevisionLevel

      public void setMaterialRevisionLevel(@Nullable String materialRevisionLevel)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: MaterialRevisionLevel

      Parameters:
      materialRevisionLevel - Revision Level
    • setMaterialCompIsVariableSized

      public void setMaterialCompIsVariableSized(@Nullable Boolean materialCompIsVariableSized)
      Constraints: Not nullable

      Original property name from the Odata EDM: MaterialCompIsVariableSized

      Parameters:
      materialCompIsVariableSized - Variable-Sized Item Indicator
    • setMaterialComponentIsPhantomItem

      public void setMaterialComponentIsPhantomItem(@Nullable Boolean materialComponentIsPhantomItem)
      Constraints: Not nullable

      Original property name from the Odata EDM: MaterialComponentIsPhantomItem

      Parameters:
      materialComponentIsPhantomItem - Phantom Item Indicator
    • setReservation

      public void setReservation(@Nullable String reservation)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Reservation

      Parameters:
      reservation - Number of reservation/dependent requirements
    • setRequiredQuantity

      public void setRequiredQuantity(@Nullable BigDecimal requiredQuantity)
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: RequiredQuantity

      Parameters:
      requiredQuantity - Requirement Quantity
    • setRequirementDate

      public void setRequirementDate(@Nullable LocalDate requirementDate)
      Constraints: Nullable

      Original property name from the Odata EDM: RequirementDate

      Parameters:
      requirementDate - Material Component Requirement Date
    • setRequirementTime

      public void setRequirementTime(@Nullable LocalTime requirementTime)
      Constraints: Not nullable

      Original property name from the Odata EDM: RequirementTime

      Parameters:
      requirementTime - Material Component Requirement Time
    • setReservationIsFinallyIssued

      public void setReservationIsFinallyIssued(@Nullable Boolean reservationIsFinallyIssued)
      Constraints: Not nullable

      Original property name from the Odata EDM: ReservationIsFinallyIssued

      Parameters:
      reservationIsFinallyIssued - Final Issue for Reservation
    • setBaseUnit

      public void setBaseUnit(@Nullable String baseUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: BaseUnit

      Parameters:
      baseUnit - Base Unit of Measure
    • setQuantityInEntryUnit

      public void setQuantityInEntryUnit(@Nullable BigDecimal quantityInEntryUnit)
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: QuantityInEntryUnit

      Parameters:
      quantityInEntryUnit - Quantity in Unit of Entry
    • setEntryUnit

      public void setEntryUnit(@Nullable String entryUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: EntryUnit

      Parameters:
      entryUnit - Unit of entry
    • setVariableSizeItemQuantity

      public void setVariableSizeItemQuantity(@Nullable BigDecimal variableSizeItemQuantity)
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: VariableSizeItemQuantity

      Parameters:
      variableSizeItemQuantity - Number of Variable-Size Components
    • setVariableSizeItemUnit

      public void setVariableSizeItemUnit(@Nullable String variableSizeItemUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: VariableSizeItemUnit

      Parameters:
      variableSizeItemUnit - Variable-Size Item Unit of Measure
    • setVariableSizeComponentUnit

      public void setVariableSizeComponentUnit(@Nullable String variableSizeComponentUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: VariableSizeComponentUnit

      Parameters:
      variableSizeComponentUnit - Unit of Measure for Variable-Size Components
    • setVariableSizeComponentQuantity

      public void setVariableSizeComponentQuantity(@Nullable BigDecimal variableSizeComponentQuantity)
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: VariableSizeComponentQuantity

      Parameters:
      variableSizeComponentQuantity - Variable-Size Item Quantity per PC
    • setUnitOfMeasureForSize1To3

      public void setUnitOfMeasureForSize1To3(@Nullable String unitOfMeasureForSize1To3)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: UnitOfMeasureForSize1To3

      Parameters:
      unitOfMeasureForSize1To3 - Unit of measure for sizes 1 to 3
    • setSize1

      public void setSize1(@Nullable BigDecimal size1)
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: Size1

      Parameters:
      size1 - Size 1
    • setSize2

      public void setSize2(@Nullable BigDecimal size2)
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: Size2

      Parameters:
      size2 - Size 2
    • setSize3

      public void setSize3(@Nullable BigDecimal size3)
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: Size3

      Parameters:
      size3 - Size 3
    • setPlant

      public void setPlant(@Nullable String plant)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: Plant

      Parameters:
      plant - Plant
    • setLatestRequirementDate

      public void setLatestRequirementDate(@Nullable LocalDate latestRequirementDate)
      Constraints: Nullable

      Original property name from the Odata EDM: LatestRequirementDate

      Parameters:
      latestRequirementDate - Latest Requirement Date
    • setOrderLevelValue

      public void setOrderLevelValue(@Nullable String orderLevelValue)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: OrderLevelValue

      Parameters:
      orderLevelValue - Order level
    • setOrderPathValue

      public void setOrderPathValue(@Nullable String orderPathValue)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: OrderPathValue

      Parameters:
      orderPathValue - Order path
    • setBillOfMaterialItemNumber

      public void setBillOfMaterialItemNumber(@Nullable String billOfMaterialItemNumber)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: BillOfMaterialItemNumber

      Parameters:
      billOfMaterialItemNumber - Bill Of Material Item Number
    • setMatlCompFreeDefinedAttribute

      public void setMatlCompFreeDefinedAttribute(@Nullable String matlCompFreeDefinedAttribute)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: MatlCompFreeDefinedAttribute

      Parameters:
      matlCompFreeDefinedAttribute - Sort String
    • setBOMItemCategory

      public void setBOMItemCategory(@Nullable String bOMItemCategory)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BOMItemCategory

      Parameters:
      bOMItemCategory - Bill of Material Item Category
    • setIsBulkMaterialComponent

      public void setIsBulkMaterialComponent(@Nullable Boolean isBulkMaterialComponent)
      Constraints: Not nullable

      Original property name from the Odata EDM: IsBulkMaterialComponent

      Parameters:
      isBulkMaterialComponent - Indicator: Bulk Material
    • setAccountAssignmentCategory

      public void setAccountAssignmentCategory(@Nullable String accountAssignmentCategory)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: AccountAssignmentCategory

      Parameters:
      accountAssignmentCategory - Account Assignment Category
    • setInventorySpecialStockType

      public void setInventorySpecialStockType(@Nullable String inventorySpecialStockType)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: InventorySpecialStockType

      Parameters:
      inventorySpecialStockType - Inventory Special Stock Type
    • setConsumptionPosting

      public void setConsumptionPosting(@Nullable String consumptionPosting)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ConsumptionPosting

      Parameters:
      consumptionPosting - Consumption Posting
    • setInventorySpecialStockValnType

      public void setInventorySpecialStockValnType(@Nullable String inventorySpecialStockValnType)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: InventorySpecialStockValnType

      Parameters:
      inventorySpecialStockValnType - Inventory Special Stock Valuation Type
    • setDebitCreditCode

      public void setDebitCreditCode(@Nullable String debitCreditCode)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: DebitCreditCode

      Parameters:
      debitCreditCode - Debit/Credit Code
    • setWithdrawnQuantity

      public void setWithdrawnQuantity(@Nullable BigDecimal withdrawnQuantity)
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: WithdrawnQuantity

      Parameters:
      withdrawnQuantity - Withdrawn Quantity
    • setQuantityIsFixed

      public void setQuantityIsFixed(@Nullable Boolean quantityIsFixed)
      Constraints: Not nullable

      Original property name from the Odata EDM: QuantityIsFixed

      Parameters:
      quantityIsFixed - Quantity is fixed
    • setComponentScrapInPercent

      public void setComponentScrapInPercent(@Nullable BigDecimal componentScrapInPercent)
      Constraints: Not nullable, Precision: 5, Scale: 2

      Original property name from the Odata EDM: ComponentScrapInPercent

      Parameters:
      componentScrapInPercent - Component Scrap in Percent
    • setOperationScrapInPercent

      public void setOperationScrapInPercent(@Nullable BigDecimal operationScrapInPercent)
      Constraints: Not nullable, Precision: 5, Scale: 2

      Original property name from the Odata EDM: OperationScrapInPercent

      Parameters:
      operationScrapInPercent - Operation Scrap
    • setIsNetScrap

      public void setIsNetScrap(@Nullable Boolean isNetScrap)
      Constraints: Not nullable

      Original property name from the Odata EDM: IsNetScrap

      Parameters:
      isNetScrap - Net Scrap Indicator
    • setLeadTimeOffset

      public void setLeadTimeOffset(@Nullable BigDecimal leadTimeOffset)
      Constraints: Not nullable, Precision: 3

      Original property name from the Odata EDM: LeadTimeOffset

      Parameters:
      leadTimeOffset - Lead-Time Offset
    • setQuantityDistributionKey

      public void setQuantityDistributionKey(@Nullable String quantityDistributionKey)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: QuantityDistributionKey

      Parameters:
      quantityDistributionKey - MRP Distribution Key
    • setFormulaKey

      public void setFormulaKey(@Nullable String formulaKey)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: FormulaKey

      Parameters:
      formulaKey - Formula Key for Variable-Size Items
    • setStorageLocation

      public void setStorageLocation(@Nullable String storageLocation)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: StorageLocation

      Parameters:
      storageLocation - Storage Location
    • setProductionSupplyArea

      public void setProductionSupplyArea(@Nullable String productionSupplyArea)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ProductionSupplyArea

      Parameters:
      productionSupplyArea - Production Supply Area
    • setBatch

      public void setBatch(@Nullable String batch)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Batch

      Parameters:
      batch - Batch Number
    • setBOMItemDescription

      public void setBOMItemDescription(@Nullable String bOMItemDescription)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: BOMItemDescription

      Parameters:
      bOMItemDescription - BOM Item Text (Line 1)
    • setBOMItemText2

      public void setBOMItemText2(@Nullable String bOMItemText2)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: BOMItemText2

      Parameters:
      bOMItemText2 - BOM Item Text (Line 2)
    • setChangeNumber

      public void setChangeNumber(@Nullable String changeNumber)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ChangeNumber

      Parameters:
      changeNumber - Change Number
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<POSubcontractingComponent>
    • getKey

      @Nonnull protected ODataEntityKey getKey()
      Overrides:
      getKey in class VdmObject<POSubcontractingComponent>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<POSubcontractingComponent>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<POSubcontractingComponent>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<POSubcontractingComponent>
    • toMapOfNavigationProperties

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<POSubcontractingComponent>
    • getPurchaseOrderIfPresent

      @Nonnull public io.vavr.control.Option<PurchaseOrder> getPurchaseOrderIfPresent()
      Retrieval of associated PurchaseOrder entity (one to one). This corresponds to the OData navigation property _PurchaseOrder.

      If the navigation property for an entity POSubcontractingComponent has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property _PurchaseOrder is already loaded, the result will contain the PurchaseOrder entity. If not, an Option with result state empty is returned.
    • setPurchaseOrder

      public void setPurchaseOrder(PurchaseOrder value)
      Overwrites the associated PurchaseOrder entity for the loaded navigation property _PurchaseOrder.
      Parameters:
      value - New PurchaseOrder entity.
    • getPurchaseOrderItemIfPresent

      @Nonnull public io.vavr.control.Option<PurchaseOrderItem> getPurchaseOrderItemIfPresent()
      Retrieval of associated PurchaseOrderItem entity (one to one). This corresponds to the OData navigation property _PurchaseOrderItem.

      If the navigation property for an entity POSubcontractingComponent has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property _PurchaseOrderItem is already loaded, the result will contain the PurchaseOrderItem entity. If not, an Option with result state empty is returned.
    • setPurchaseOrderItem

      public void setPurchaseOrderItem(PurchaseOrderItem value)
      Overwrites the associated PurchaseOrderItem entity for the loaded navigation property _PurchaseOrderItem.
      Parameters:
      value - New PurchaseOrderItem entity.
    • getScheduleLineIfPresent

      @Nonnull public io.vavr.control.Option<PurchaseOrderScheduleLine> getScheduleLineIfPresent()
      Retrieval of associated PurchaseOrderScheduleLine entity (one to one). This corresponds to the OData navigation property _ScheduleLine.

      If the navigation property for an entity POSubcontractingComponent has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property _ScheduleLine is already loaded, the result will contain the PurchaseOrderScheduleLine entity. If not, an Option with result state empty is returned.
    • setScheduleLine

      public void setScheduleLine(PurchaseOrderScheduleLine value)
      Overwrites the associated PurchaseOrderScheduleLine entity for the loaded navigation property _ScheduleLine.
      Parameters:
      value - New PurchaseOrderScheduleLine entity.
    • builder

    • getPurchaseOrder

      @Nullable public String getPurchaseOrder()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: PurchaseOrder

      Returns:
      Purchasing Document
    • getPurchaseOrderItem

      @Nullable public String getPurchaseOrderItem()
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: PurchaseOrderItem

      Returns:
      Purchasing Document Item
    • getScheduleLine

      @Nullable public String getScheduleLine()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ScheduleLine

      Returns:
      Delivery Schedule Line Counter
    • getReservationItem

      @Nullable public String getReservationItem()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ReservationItem

      Returns:
      Reservation Item
    • getRecordType

      @Nullable public String getRecordType()
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: RecordType

      Returns:
      Reservation Record Type
    • getMaterial

      @Nullable public String getMaterial()
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: Material

      Returns:
      Material Number
    • getIsMaterialProvision

      @Nullable public Boolean getIsMaterialProvision()
      Constraints: Not nullable

      Original property name from the Odata EDM: IsMaterialProvision

      Returns:
      Material Provision Indicator
    • getMaterialProvisionType

      @Nullable public String getMaterialProvisionType()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: MaterialProvisionType

      Returns:
      Material Provision Type
    • getMaterialQtyToBaseQtyNmrtr

      @Nullable public BigDecimal getMaterialQtyToBaseQtyNmrtr()
      Constraints: Not nullable, Precision: 5

      Original property name from the Odata EDM: MaterialQtyToBaseQtyNmrtr

      Returns:
      Numerator for Conversion to Base Units of Measure
    • getMaterialQtyToBaseQtyDnmntr

      @Nullable public BigDecimal getMaterialQtyToBaseQtyDnmntr()
      Constraints: Not nullable, Precision: 5

      Original property name from the Odata EDM: MaterialQtyToBaseQtyDnmntr

      Returns:
      Denominator for conversion to base units of measure
    • getMaterialRevisionLevel

      @Nullable public String getMaterialRevisionLevel()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: MaterialRevisionLevel

      Returns:
      Revision Level
    • getMaterialCompIsVariableSized

      @Nullable public Boolean getMaterialCompIsVariableSized()
      Constraints: Not nullable

      Original property name from the Odata EDM: MaterialCompIsVariableSized

      Returns:
      Variable-Sized Item Indicator
    • getMaterialComponentIsPhantomItem

      @Nullable public Boolean getMaterialComponentIsPhantomItem()
      Constraints: Not nullable

      Original property name from the Odata EDM: MaterialComponentIsPhantomItem

      Returns:
      Phantom Item Indicator
    • getReservation

      @Nullable public String getReservation()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Reservation

      Returns:
      Number of reservation/dependent requirements
    • getRequiredQuantity

      @Nullable public BigDecimal getRequiredQuantity()
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: RequiredQuantity

      Returns:
      Requirement Quantity
    • getRequirementDate

      @Nullable public LocalDate getRequirementDate()
      Constraints: Nullable

      Original property name from the Odata EDM: RequirementDate

      Returns:
      Material Component Requirement Date
    • getRequirementTime

      @Nullable public LocalTime getRequirementTime()
      Constraints: Not nullable

      Original property name from the Odata EDM: RequirementTime

      Returns:
      Material Component Requirement Time
    • getReservationIsFinallyIssued

      @Nullable public Boolean getReservationIsFinallyIssued()
      Constraints: Not nullable

      Original property name from the Odata EDM: ReservationIsFinallyIssued

      Returns:
      Final Issue for Reservation
    • getBaseUnit

      @Nullable public String getBaseUnit()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: BaseUnit

      Returns:
      Base Unit of Measure
    • getQuantityInEntryUnit

      @Nullable public BigDecimal getQuantityInEntryUnit()
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: QuantityInEntryUnit

      Returns:
      Quantity in Unit of Entry
    • getEntryUnit

      @Nullable public String getEntryUnit()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: EntryUnit

      Returns:
      Unit of entry
    • getVariableSizeItemQuantity

      @Nullable public BigDecimal getVariableSizeItemQuantity()
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: VariableSizeItemQuantity

      Returns:
      Number of Variable-Size Components
    • getVariableSizeItemUnit

      @Nullable public String getVariableSizeItemUnit()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: VariableSizeItemUnit

      Returns:
      Variable-Size Item Unit of Measure
    • getVariableSizeComponentUnit

      @Nullable public String getVariableSizeComponentUnit()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: VariableSizeComponentUnit

      Returns:
      Unit of Measure for Variable-Size Components
    • getVariableSizeComponentQuantity

      @Nullable public BigDecimal getVariableSizeComponentQuantity()
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: VariableSizeComponentQuantity

      Returns:
      Variable-Size Item Quantity per PC
    • getUnitOfMeasureForSize1To3

      @Nullable public String getUnitOfMeasureForSize1To3()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: UnitOfMeasureForSize1To3

      Returns:
      Unit of measure for sizes 1 to 3
    • getSize1

      @Nullable public BigDecimal getSize1()
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: Size1

      Returns:
      Size 1
    • getSize2

      @Nullable public BigDecimal getSize2()
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: Size2

      Returns:
      Size 2
    • getSize3

      @Nullable public BigDecimal getSize3()
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: Size3

      Returns:
      Size 3
    • getPlant

      @Nullable public String getPlant()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: Plant

      Returns:
      Plant
    • getLatestRequirementDate

      @Nullable public LocalDate getLatestRequirementDate()
      Constraints: Nullable

      Original property name from the Odata EDM: LatestRequirementDate

      Returns:
      Latest Requirement Date
    • getOrderLevelValue

      @Nullable public String getOrderLevelValue()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: OrderLevelValue

      Returns:
      Order level
    • getOrderPathValue

      @Nullable public String getOrderPathValue()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: OrderPathValue

      Returns:
      Order path
    • getBillOfMaterialItemNumber

      @Nullable public String getBillOfMaterialItemNumber()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: BillOfMaterialItemNumber

      Returns:
      Bill Of Material Item Number
    • getMatlCompFreeDefinedAttribute

      @Nullable public String getMatlCompFreeDefinedAttribute()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: MatlCompFreeDefinedAttribute

      Returns:
      Sort String
    • getBOMItemCategory

      @Nullable public String getBOMItemCategory()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BOMItemCategory

      Returns:
      Bill of Material Item Category
    • getIsBulkMaterialComponent

      @Nullable public Boolean getIsBulkMaterialComponent()
      Constraints: Not nullable

      Original property name from the Odata EDM: IsBulkMaterialComponent

      Returns:
      Indicator: Bulk Material
    • getAccountAssignmentCategory

      @Nullable public String getAccountAssignmentCategory()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: AccountAssignmentCategory

      Returns:
      Account Assignment Category
    • getInventorySpecialStockType

      @Nullable public String getInventorySpecialStockType()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: InventorySpecialStockType

      Returns:
      Inventory Special Stock Type
    • getConsumptionPosting

      @Nullable public String getConsumptionPosting()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ConsumptionPosting

      Returns:
      Consumption Posting
    • getInventorySpecialStockValnType

      @Nullable public String getInventorySpecialStockValnType()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: InventorySpecialStockValnType

      Returns:
      Inventory Special Stock Valuation Type
    • getDebitCreditCode

      @Nullable public String getDebitCreditCode()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: DebitCreditCode

      Returns:
      Debit/Credit Code
    • getWithdrawnQuantity

      @Nullable public BigDecimal getWithdrawnQuantity()
      Constraints: Not nullable, Precision: 13, Scale: 3

      Original property name from the Odata EDM: WithdrawnQuantity

      Returns:
      Withdrawn Quantity
    • getQuantityIsFixed

      @Nullable public Boolean getQuantityIsFixed()
      Constraints: Not nullable

      Original property name from the Odata EDM: QuantityIsFixed

      Returns:
      Quantity is fixed
    • getComponentScrapInPercent

      @Nullable public BigDecimal getComponentScrapInPercent()
      Constraints: Not nullable, Precision: 5, Scale: 2

      Original property name from the Odata EDM: ComponentScrapInPercent

      Returns:
      Component Scrap in Percent
    • getOperationScrapInPercent

      @Nullable public BigDecimal getOperationScrapInPercent()
      Constraints: Not nullable, Precision: 5, Scale: 2

      Original property name from the Odata EDM: OperationScrapInPercent

      Returns:
      Operation Scrap
    • getIsNetScrap

      @Nullable public Boolean getIsNetScrap()
      Constraints: Not nullable

      Original property name from the Odata EDM: IsNetScrap

      Returns:
      Net Scrap Indicator
    • getLeadTimeOffset

      @Nullable public BigDecimal getLeadTimeOffset()
      Constraints: Not nullable, Precision: 3

      Original property name from the Odata EDM: LeadTimeOffset

      Returns:
      Lead-Time Offset
    • getQuantityDistributionKey

      @Nullable public String getQuantityDistributionKey()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: QuantityDistributionKey

      Returns:
      MRP Distribution Key
    • getFormulaKey

      @Nullable public String getFormulaKey()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: FormulaKey

      Returns:
      Formula Key for Variable-Size Items
    • getStorageLocation

      @Nullable public String getStorageLocation()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: StorageLocation

      Returns:
      Storage Location
    • getProductionSupplyArea

      @Nullable public String getProductionSupplyArea()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ProductionSupplyArea

      Returns:
      Production Supply Area
    • getBatch

      @Nullable public String getBatch()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Batch

      Returns:
      Batch Number
    • getBOMItemDescription

      @Nullable public String getBOMItemDescription()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: BOMItemDescription

      Returns:
      BOM Item Text (Line 1)
    • getBOMItemText2

      @Nullable public String getBOMItemText2()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: BOMItemText2

      Returns:
      BOM Item Text (Line 2)
    • getChangeNumber

      @Nullable public String getChangeNumber()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ChangeNumber

      Returns:
      Change Number
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<POSubcontractingComponent>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<POSubcontractingComponent>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<POSubcontractingComponent>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<POSubcontractingComponent>
    • getOdataType

      public String getOdataType()
      Specified by:
      getOdataType in class VdmObject<POSubcontractingComponent>