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

public class PlannedOrderComponent extends VdmEntity<PlannedOrderComponent> implements VdmEntitySet
Planned Order Component

Original entity name from the Odata EDM: PlannedOrderComponentType

  • Field Details

  • Constructor Details

    • PlannedOrderComponent

      public PlannedOrderComponent()
    • PlannedOrderComponent

      public PlannedOrderComponent(@Nullable String plannedOrder, @Nullable String reservation, @Nullable String reservationItem, @Nullable String bOMItem, @Nullable String bOMItemDescription, @Nullable String bOMItemDescriptionLine2, @Nullable String billOfMaterialCategory, @Nullable String bOMItemSorter, @Nullable String billOfMaterialItemNumber, @Nullable String billOfMaterialInternalID, @Nullable String billOfMaterialVariant, @Nullable String bOMItemCategory, @Nullable String material, @Nullable LocalDate matlCompRequirementDate, @Nullable BigDecimal goodsMovementEntryQty, @Nullable String entryUnit, @Nullable BigDecimal requiredQuantity, @Nullable String baseUnit, @Nullable BigDecimal withdrawnQuantity, @Nullable String debitCreditCode, @Nullable BigDecimal componentScrapInPercent, @Nullable Boolean quantityIsFixed, @Nullable Boolean materialComponentIsPhantomItem, @Nullable String plant, @Nullable String storageLocation, @Nullable String supplyArea, @Nullable String mRPController, @Nullable String orderPathValue, @Nullable String orderLevelValue, @Nullable String assembly, @Nullable String assemblyOrderPathValue, @Nullable String assemblyOrderLevelValue, @Nullable String discontinuationGroup, @Nullable String matlCompDiscontinuationType, @Nullable Boolean matlCompIsFollowUpMaterial, @Nullable String followUpGroup, @Nullable String followUpMaterial, @Nullable Boolean followUpMaterialIsNotActive, @Nullable OffsetDateTime plannedOrderLastChangeDateTime, @Nullable PlannedOrderHeader to_PlannedOrder)
  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: PlannedOrder

      Parameters:
      plannedOrder - Planned Order
    • setReservation

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

      Original property name from the Odata EDM: Reservation

      Parameters:
      reservation - Number of reservation/dependent requirements
    • 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
    • setBOMItem

      public void setBOMItem(@Nullable String bOMItem)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: BOMItem

      Parameters:
      bOMItem - Bill of Material Item
    • 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)
    • setBOMItemDescriptionLine2

      public void setBOMItemDescriptionLine2(@Nullable String bOMItemDescriptionLine2)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: BOMItemDescriptionLine2

      Parameters:
      bOMItemDescriptionLine2 - BOM Item Text (Line 2)
    • setBillOfMaterialCategory

      public void setBillOfMaterialCategory(@Nullable String billOfMaterialCategory)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BillOfMaterialCategory

      Parameters:
      billOfMaterialCategory - Bill of Material Category Code
    • setBOMItemSorter

      public void setBOMItemSorter(@Nullable String bOMItemSorter)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BOMItemSorter

      Parameters:
      bOMItemSorter - Sort String
    • 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
    • setBillOfMaterialInternalID

      public void setBillOfMaterialInternalID(@Nullable String billOfMaterialInternalID)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: BillOfMaterialInternalID

      Parameters:
      billOfMaterialInternalID - Bill Of Material
    • setBillOfMaterialVariant

      public void setBillOfMaterialVariant(@Nullable String billOfMaterialVariant)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: BillOfMaterialVariant

      Parameters:
      billOfMaterialVariant - Alternative BOM
    • 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
    • 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
    • setMatlCompRequirementDate

      public void setMatlCompRequirementDate(@Nullable LocalDate matlCompRequirementDate)
      Constraints: Nullable

      Original property name from the Odata EDM: MatlCompRequirementDate

      Parameters:
      matlCompRequirementDate - Material Component Requirement Date
    • setGoodsMovementEntryQty

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

      Original property name from the Odata EDM: GoodsMovementEntryQty

      Parameters:
      goodsMovementEntryQty - 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • setQuantityIsFixed

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

      Original property name from the Odata EDM: QuantityIsFixed

      Parameters:
      quantityIsFixed - Quantity is fixed
    • setMaterialComponentIsPhantomItem

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

      Original property name from the Odata EDM: MaterialComponentIsPhantomItem

      Parameters:
      materialComponentIsPhantomItem - Phantom Item Indicator
    • setPlant

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

      Original property name from the Odata EDM: Plant

      Parameters:
      plant - Plant
    • 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
    • setSupplyArea

      public void setSupplyArea(@Nullable String supplyArea)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SupplyArea

      Parameters:
      supplyArea - Production Supply Area
    • setMRPController

      public void setMRPController(@Nullable String mRPController)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: MRPController

      Parameters:
      mRPController - MRP Controller
    • 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
    • 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
    • setAssembly

      public void setAssembly(@Nullable String assembly)
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: Assembly

      Parameters:
      assembly - Higher-Level Assembly Material
    • setAssemblyOrderPathValue

      public void setAssemblyOrderPathValue(@Nullable String assemblyOrderPathValue)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: AssemblyOrderPathValue

      Parameters:
      assemblyOrderPathValue - Assembly Order Path
    • setAssemblyOrderLevelValue

      public void setAssemblyOrderLevelValue(@Nullable String assemblyOrderLevelValue)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: AssemblyOrderLevelValue

      Parameters:
      assemblyOrderLevelValue - Assembly Order Level
    • setDiscontinuationGroup

      public void setDiscontinuationGroup(@Nullable String discontinuationGroup)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: DiscontinuationGroup

      Parameters:
      discontinuationGroup - Discontinuation Group
    • setMatlCompDiscontinuationType

      public void setMatlCompDiscontinuationType(@Nullable String matlCompDiscontinuationType)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: MatlCompDiscontinuationType

      Parameters:
      matlCompDiscontinuationType - Discontinuation Type
    • setMatlCompIsFollowUpMaterial

      public void setMatlCompIsFollowUpMaterial(@Nullable Boolean matlCompIsFollowUpMaterial)
      Constraints: Not nullable

      Original property name from the Odata EDM: MatlCompIsFollowUpMaterial

      Parameters:
      matlCompIsFollowUpMaterial - Indicator: Component is Follow-Up Material
    • setFollowUpGroup

      public void setFollowUpGroup(@Nullable String followUpGroup)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: FollowUpGroup

      Parameters:
      followUpGroup - Follow-up Group
    • setFollowUpMaterial

      public void setFollowUpMaterial(@Nullable String followUpMaterial)
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: FollowUpMaterial

      Parameters:
      followUpMaterial - Follow-Up / Original Material
    • setFollowUpMaterialIsNotActive

      public void setFollowUpMaterialIsNotActive(@Nullable Boolean followUpMaterialIsNotActive)
      Constraints: Not nullable

      Original property name from the Odata EDM: FollowUpMaterialIsNotActive

      Parameters:
      followUpMaterialIsNotActive - Indicator: Follow-Up Material is Active
    • setPlannedOrderLastChangeDateTime

      public void setPlannedOrderLastChangeDateTime(@Nullable OffsetDateTime plannedOrderLastChangeDateTime)
      Constraints: Nullable

      Original property name from the Odata EDM: PlannedOrderLastChangeDateTime

      Parameters:
      plannedOrderLastChangeDateTime - Last Change to Planned Order: Time Stamp
    • getEntityCollection

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

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

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

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

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

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

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

      If the navigation property for an entity PlannedOrderComponent 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 _PlannedOrder is already loaded, the result will contain the PlannedOrderHeader entity. If not, an Option with result state empty is returned.
    • setPlannedOrder

      public void setPlannedOrder(PlannedOrderHeader value)
      Overwrites the associated PlannedOrderHeader entity for the loaded navigation property _PlannedOrder.
      Parameters:
      value - New PlannedOrderHeader entity.
    • builder

      @Nonnull public static PlannedOrderComponent.PlannedOrderComponentBuilder builder()
    • getPlannedOrder

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

      Original property name from the Odata EDM: PlannedOrder

      Returns:
      Planned Order
    • getReservation

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

      Original property name from the Odata EDM: Reservation

      Returns:
      Number of reservation/dependent requirements
    • getReservationItem

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

      Original property name from the Odata EDM: ReservationItem

      Returns:
      Reservation Item
    • getBOMItem

      @Nullable public String getBOMItem()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: BOMItem

      Returns:
      Bill of Material Item
    • 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)
    • getBOMItemDescriptionLine2

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

      Original property name from the Odata EDM: BOMItemDescriptionLine2

      Returns:
      BOM Item Text (Line 2)
    • getBillOfMaterialCategory

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

      Original property name from the Odata EDM: BillOfMaterialCategory

      Returns:
      Bill of Material Category Code
    • getBOMItemSorter

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

      Original property name from the Odata EDM: BOMItemSorter

      Returns:
      Sort String
    • 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
    • getBillOfMaterialInternalID

      @Nullable public String getBillOfMaterialInternalID()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: BillOfMaterialInternalID

      Returns:
      Bill Of Material
    • getBillOfMaterialVariant

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

      Original property name from the Odata EDM: BillOfMaterialVariant

      Returns:
      Alternative BOM
    • 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
    • getMaterial

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

      Original property name from the Odata EDM: Material

      Returns:
      Material Number
    • getMatlCompRequirementDate

      @Nullable public LocalDate getMatlCompRequirementDate()
      Constraints: Nullable

      Original property name from the Odata EDM: MatlCompRequirementDate

      Returns:
      Material Component Requirement Date
    • getGoodsMovementEntryQty

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

      Original property name from the Odata EDM: GoodsMovementEntryQty

      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
    • getRequiredQuantity

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

      Original property name from the Odata EDM: RequiredQuantity

      Returns:
      Requirement Quantity
    • getBaseUnit

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

      Original property name from the Odata EDM: BaseUnit

      Returns:
      Base Unit of Measure
    • getWithdrawnQuantity

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

      Original property name from the Odata EDM: WithdrawnQuantity

      Returns:
      Withdrawn Quantity
    • getDebitCreditCode

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

      Original property name from the Odata EDM: DebitCreditCode

      Returns:
      Debit/Credit Code
    • 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
    • getQuantityIsFixed

      @Nullable public Boolean getQuantityIsFixed()
      Constraints: Not nullable

      Original property name from the Odata EDM: QuantityIsFixed

      Returns:
      Quantity is fixed
    • getMaterialComponentIsPhantomItem

      @Nullable public Boolean getMaterialComponentIsPhantomItem()
      Constraints: Not nullable

      Original property name from the Odata EDM: MaterialComponentIsPhantomItem

      Returns:
      Phantom Item Indicator
    • getPlant

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

      Original property name from the Odata EDM: Plant

      Returns:
      Plant
    • getStorageLocation

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

      Original property name from the Odata EDM: StorageLocation

      Returns:
      Storage Location
    • getSupplyArea

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

      Original property name from the Odata EDM: SupplyArea

      Returns:
      Production Supply Area
    • getMRPController

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

      Original property name from the Odata EDM: MRPController

      Returns:
      MRP Controller
    • getOrderPathValue

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

      Original property name from the Odata EDM: OrderPathValue

      Returns:
      Order path
    • getOrderLevelValue

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

      Original property name from the Odata EDM: OrderLevelValue

      Returns:
      Order level
    • getAssembly

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

      Original property name from the Odata EDM: Assembly

      Returns:
      Higher-Level Assembly Material
    • getAssemblyOrderPathValue

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

      Original property name from the Odata EDM: AssemblyOrderPathValue

      Returns:
      Assembly Order Path
    • getAssemblyOrderLevelValue

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

      Original property name from the Odata EDM: AssemblyOrderLevelValue

      Returns:
      Assembly Order Level
    • getDiscontinuationGroup

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

      Original property name from the Odata EDM: DiscontinuationGroup

      Returns:
      Discontinuation Group
    • getMatlCompDiscontinuationType

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

      Original property name from the Odata EDM: MatlCompDiscontinuationType

      Returns:
      Discontinuation Type
    • getMatlCompIsFollowUpMaterial

      @Nullable public Boolean getMatlCompIsFollowUpMaterial()
      Constraints: Not nullable

      Original property name from the Odata EDM: MatlCompIsFollowUpMaterial

      Returns:
      Indicator: Component is Follow-Up Material
    • getFollowUpGroup

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

      Original property name from the Odata EDM: FollowUpGroup

      Returns:
      Follow-up Group
    • getFollowUpMaterial

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

      Original property name from the Odata EDM: FollowUpMaterial

      Returns:
      Follow-Up / Original Material
    • getFollowUpMaterialIsNotActive

      @Nullable public Boolean getFollowUpMaterialIsNotActive()
      Constraints: Not nullable

      Original property name from the Odata EDM: FollowUpMaterialIsNotActive

      Returns:
      Indicator: Follow-Up Material is Active
    • getPlannedOrderLastChangeDateTime

      @Nullable public OffsetDateTime getPlannedOrderLastChangeDateTime()
      Constraints: Nullable

      Original property name from the Odata EDM: PlannedOrderLastChangeDateTime

      Returns:
      Last Change to Planned Order: Time Stamp
    • toString

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

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

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

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

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