Class PurchaseOrderAccountAssignment

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

public class PurchaseOrderAccountAssignment extends VdmEntity<PurchaseOrderAccountAssignment> implements VdmEntitySet
Account Assignment

Original entity name from the Odata EDM: PurchaseOrderAccountAssignment_Type

  • Field Details

  • Constructor Details

    • PurchaseOrderAccountAssignment

      public PurchaseOrderAccountAssignment()
    • PurchaseOrderAccountAssignment

      public PurchaseOrderAccountAssignment(@Nullable String purchaseOrder, @Nullable String purchaseOrderItem, @Nullable String accountAssignmentNumber, @Nullable String costCenter, @Nullable String masterFixedAsset, @Nullable String projectNetwork, @Nullable String networkActivity, @Nullable String orderQuantityUnit, @Nullable BigDecimal quantity, @Nullable BigDecimal multipleAcctAssgmtDistrPercent, @Nullable String documentCurrency, @Nullable BigDecimal purgDocNetAmount, @Nullable Boolean isDeleted, @Nullable String gLAccount, @Nullable String businessArea, @Nullable String salesOrder, @Nullable String salesOrderItem, @Nullable String salesOrderScheduleLine, @Nullable String fixedAsset, @Nullable String orderID, @Nullable String unloadingPointName, @Nullable String controllingArea, @Nullable String costObject, @Nullable String profitCenter, @Nullable String wBSElementInternalID, @Nullable String wBSElementExternalID, @Nullable String projectNetworkInternalID, @Nullable String commitmentItemShortID, @Nullable String fundsCenter, @Nullable String fund, @Nullable String functionalArea, @Nullable String goodsRecipientName, @Nullable Boolean isFinallyInvoiced, @Nullable String networkActivityInternalID, @Nullable String partnerAccountNumber, @Nullable String jointVentureRecoveryCode, @Nullable LocalDate settlementReferenceDate, @Nullable String orderInternalID, @Nullable String orderIntBillOfOperationsItem, @Nullable String taxCode, @Nullable String taxJurisdiction, @Nullable BigDecimal nonDeductibleInputTaxAmount, @Nullable String costCtrActivityType, @Nullable String businessProcess, @Nullable String grantID, @Nullable String budgetPeriod, @Nullable String earmarkedFundsDocument, @Nullable String earmarkedFundsDocumentItem, @Nullable LocalDate validityDate, @Nullable String chartOfAccounts, @Nullable String serviceDocumentType, @Nullable String serviceDocument, @Nullable String serviceDocumentItem, @Nullable LocalDate creationDate, @Nullable Boolean isAcctLineFinal, @Nullable String acctLineFinalReason, @Nullable String companyCode, @Nullable PurchaseOrder to_PurchaseOrder, @Nullable PurchaseOrderItem to_PurchaseOrderItem)
  • Method Details

    • getType

      @Nonnull public Class<PurchaseOrderAccountAssignment> getType()
      Specified by:
      getType in class VdmObject<PurchaseOrderAccountAssignment>
    • 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 Number
    • 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 - Item Number of Purchasing Document
    • setAccountAssignmentNumber

      public void setAccountAssignmentNumber(@Nullable String accountAssignmentNumber)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: AccountAssignmentNumber

      Parameters:
      accountAssignmentNumber - Sequential Number of Account Assignment
    • setCostCenter

      public void setCostCenter(@Nullable String costCenter)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: CostCenter

      Parameters:
      costCenter - Cost Center
    • setMasterFixedAsset

      public void setMasterFixedAsset(@Nullable String masterFixedAsset)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: MasterFixedAsset

      Parameters:
      masterFixedAsset - Main Asset Number
    • setProjectNetwork

      public void setProjectNetwork(@Nullable String projectNetwork)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: ProjectNetwork

      Parameters:
      projectNetwork - Network Number for Account Assignment
    • setNetworkActivity

      public void setNetworkActivity(@Nullable String networkActivity)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: NetworkActivity

      Parameters:
      networkActivity - Operation/Activity Number
    • setOrderQuantityUnit

      public void setOrderQuantityUnit(@Nullable String orderQuantityUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: OrderQuantityUnit

      Parameters:
      orderQuantityUnit - Purchase Order Unit of Measure
    • setQuantity

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

      Original property name from the Odata EDM: Quantity

      Parameters:
      quantity - Quantity
    • setMultipleAcctAssgmtDistrPercent

      public void setMultipleAcctAssgmtDistrPercent(@Nullable BigDecimal multipleAcctAssgmtDistrPercent)
      Constraints: Not nullable, Precision: 3, Scale: 1

      Original property name from the Odata EDM: MultipleAcctAssgmtDistrPercent

      Parameters:
      multipleAcctAssgmtDistrPercent - Distribution percentage in the case of multiple acct assgt
    • setDocumentCurrency

      public void setDocumentCurrency(@Nullable String documentCurrency)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: DocumentCurrency

      Parameters:
      documentCurrency - Currency Key
    • setPurgDocNetAmount

      public void setPurgDocNetAmount(@Nullable BigDecimal purgDocNetAmount)
      Constraints: Not nullable, Precision: 13, Scale: 0

      Original property name from the Odata EDM: PurgDocNetAmount

      Parameters:
      purgDocNetAmount - Net Order Value in PO Currency
    • setIsDeleted

      public void setIsDeleted(@Nullable Boolean isDeleted)
      Constraints: Not nullable

      Original property name from the Odata EDM: IsDeleted

      Parameters:
      isDeleted - Deletion Indicator: Purchasing Document Account Assignment
    • setGLAccount

      public void setGLAccount(@Nullable String gLAccount)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: GLAccount

      Parameters:
      gLAccount - G/L Account Number
    • setBusinessArea

      public void setBusinessArea(@Nullable String businessArea)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: BusinessArea

      Parameters:
      businessArea - Business Area
    • setSalesOrder

      public void setSalesOrder(@Nullable String salesOrder)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SalesOrder

      Parameters:
      salesOrder - Sales and Distribution Document Number
    • setSalesOrderItem

      public void setSalesOrderItem(@Nullable String salesOrderItem)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: SalesOrderItem

      Parameters:
      salesOrderItem - Sales Document Item
    • setSalesOrderScheduleLine

      public void setSalesOrderScheduleLine(@Nullable String salesOrderScheduleLine)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: SalesOrderScheduleLine

      Parameters:
      salesOrderScheduleLine - Schedule Line Number
    • setFixedAsset

      public void setFixedAsset(@Nullable String fixedAsset)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: FixedAsset

      Parameters:
      fixedAsset - Asset Subnumber
    • setOrderID

      public void setOrderID(@Nullable String orderID)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: OrderID

      Parameters:
      orderID - Order Number
    • setUnloadingPointName

      public void setUnloadingPointName(@Nullable String unloadingPointName)
      Constraints: Not nullable, Maximum length: 25

      Original property name from the Odata EDM: UnloadingPointName

      Parameters:
      unloadingPointName - Unloading Point
    • setControllingArea

      public void setControllingArea(@Nullable String controllingArea)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ControllingArea

      Parameters:
      controllingArea - Controlling Area
    • setCostObject

      public void setCostObject(@Nullable String costObject)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CostObject

      Parameters:
      costObject - Cost Object
    • setProfitCenter

      public void setProfitCenter(@Nullable String profitCenter)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ProfitCenter

      Parameters:
      profitCenter - Profit Center
    • setWBSElementInternalID

      public void setWBSElementInternalID(@Nullable String wBSElementInternalID)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: WBSElementInternalID

      Parameters:
      wBSElementInternalID - WBS Element
    • setWBSElementExternalID

      public void setWBSElementExternalID(@Nullable String wBSElementExternalID)
      Constraints: Not nullable, Maximum length: 24

      Original property name from the Odata EDM: WBSElementExternalID

      Parameters:
      wBSElementExternalID - Work Breakdown Structure Element (WBS Element) Edited
    • setProjectNetworkInternalID

      public void setProjectNetworkInternalID(@Nullable String projectNetworkInternalID)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ProjectNetworkInternalID

      Parameters:
      projectNetworkInternalID - Routing number of operations in the order
    • setCommitmentItemShortID

      public void setCommitmentItemShortID(@Nullable String commitmentItemShortID)
      Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: CommitmentItemShortID

      Parameters:
      commitmentItemShortID - Commitment Item Short ID
    • setFundsCenter

      public void setFundsCenter(@Nullable String fundsCenter)
      Constraints: Not nullable, Maximum length: 16

      Original property name from the Odata EDM: FundsCenter

      Parameters:
      fundsCenter - Funds Center
    • setFund

      public void setFund(@Nullable String fund)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Fund

      Parameters:
      fund - Fund
    • setFunctionalArea

      public void setFunctionalArea(@Nullable String functionalArea)
      Constraints: Not nullable, Maximum length: 16

      Original property name from the Odata EDM: FunctionalArea

      Parameters:
      functionalArea - Functional Area
    • setGoodsRecipientName

      public void setGoodsRecipientName(@Nullable String goodsRecipientName)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: GoodsRecipientName

      Parameters:
      goodsRecipientName - Goods Recipient
    • setIsFinallyInvoiced

      public void setIsFinallyInvoiced(@Nullable Boolean isFinallyInvoiced)
      Constraints: Not nullable

      Original property name from the Odata EDM: IsFinallyInvoiced

      Parameters:
      isFinallyInvoiced - Final Invoice Indicator
    • setNetworkActivityInternalID

      public void setNetworkActivityInternalID(@Nullable String networkActivityInternalID)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: NetworkActivityInternalID

      Parameters:
      networkActivityInternalID - Internal counter
    • setPartnerAccountNumber

      public void setPartnerAccountNumber(@Nullable String partnerAccountNumber)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: PartnerAccountNumber

      Parameters:
      partnerAccountNumber - Partner account number
    • setJointVentureRecoveryCode

      public void setJointVentureRecoveryCode(@Nullable String jointVentureRecoveryCode)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: JointVentureRecoveryCode

      Parameters:
      jointVentureRecoveryCode - Recovery Indicator
    • setSettlementReferenceDate

      public void setSettlementReferenceDate(@Nullable LocalDate settlementReferenceDate)
      Constraints: Nullable

      Original property name from the Odata EDM: SettlementReferenceDate

      Parameters:
      settlementReferenceDate - Reference date for settlement
    • setOrderInternalID

      public void setOrderInternalID(@Nullable String orderInternalID)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: OrderInternalID

      Parameters:
      orderInternalID - Routing number of operations in the order
    • setOrderIntBillOfOperationsItem

      public void setOrderIntBillOfOperationsItem(@Nullable String orderIntBillOfOperationsItem)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: OrderIntBillOfOperationsItem

      Parameters:
      orderIntBillOfOperationsItem - General counter for order
    • setTaxCode

      public void setTaxCode(@Nullable String taxCode)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: TaxCode

      Parameters:
      taxCode - Tax on Sales/Purchases Code
    • setTaxJurisdiction

      public void setTaxJurisdiction(@Nullable String taxJurisdiction)
      Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: TaxJurisdiction

      Parameters:
      taxJurisdiction - Tax Jurisdiction
    • setNonDeductibleInputTaxAmount

      public void setNonDeductibleInputTaxAmount(@Nullable BigDecimal nonDeductibleInputTaxAmount)
      Constraints: Not nullable, Precision: 13, Scale: 0

      Original property name from the Odata EDM: NonDeductibleInputTaxAmount

      Parameters:
      nonDeductibleInputTaxAmount - Non-deductible input tax
    • setCostCtrActivityType

      public void setCostCtrActivityType(@Nullable String costCtrActivityType)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: CostCtrActivityType

      Parameters:
      costCtrActivityType - Activity Type
    • setBusinessProcess

      public void setBusinessProcess(@Nullable String businessProcess)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: BusinessProcess

      Parameters:
      businessProcess - Business Process
    • setGrantID

      public void setGrantID(@Nullable String grantID)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: GrantID

      Parameters:
      grantID - Grant
    • setBudgetPeriod

      public void setBudgetPeriod(@Nullable String budgetPeriod)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BudgetPeriod

      Parameters:
      budgetPeriod - Budget Period
    • setEarmarkedFundsDocument

      public void setEarmarkedFundsDocument(@Nullable String earmarkedFundsDocument)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: EarmarkedFundsDocument

      Parameters:
      earmarkedFundsDocument - Document Number for Earmarked Funds
    • setEarmarkedFundsDocumentItem

      public void setEarmarkedFundsDocumentItem(@Nullable String earmarkedFundsDocumentItem)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: EarmarkedFundsDocumentItem

      Parameters:
      earmarkedFundsDocumentItem - Earmarked Funds: Document Item
    • setValidityDate

      public void setValidityDate(@Nullable LocalDate validityDate)
      Constraints: Nullable

      Original property name from the Odata EDM: ValidityDate

      Parameters:
      validityDate - The validityDate to set.
    • setChartOfAccounts

      public void setChartOfAccounts(@Nullable String chartOfAccounts)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ChartOfAccounts

      Parameters:
      chartOfAccounts - Chart of Accounts
    • setServiceDocumentType

      public void setServiceDocumentType(@Nullable String serviceDocumentType)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ServiceDocumentType

      Parameters:
      serviceDocumentType - Service Document Type
    • setServiceDocument

      public void setServiceDocument(@Nullable String serviceDocument)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ServiceDocument

      Parameters:
      serviceDocument - Service Document ID
    • setServiceDocumentItem

      public void setServiceDocumentItem(@Nullable String serviceDocumentItem)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: ServiceDocumentItem

      Parameters:
      serviceDocumentItem - Service Document Item ID
    • setCreationDate

      public void setCreationDate(@Nullable LocalDate creationDate)
      Constraints: Nullable

      Original property name from the Odata EDM: CreationDate

      Parameters:
      creationDate - Record Created On
    • setIsAcctLineFinal

      public void setIsAcctLineFinal(@Nullable Boolean isAcctLineFinal)
      Constraints: Not nullable

      Original property name from the Odata EDM: IsAcctLineFinal

      Parameters:
      isAcctLineFinal - Final Account Assignment Indicator
    • setAcctLineFinalReason

      public void setAcctLineFinalReason(@Nullable String acctLineFinalReason)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: AcctLineFinalReason

      Parameters:
      acctLineFinalReason - Final Account Assignment Reason Code
    • setCompanyCode

      public void setCompanyCode(@Nullable String companyCode)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CompanyCode

      Parameters:
      companyCode - Company Code
    • getEntityCollection

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

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

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

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

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

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<PurchaseOrderAccountAssignment>
    • 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 PurchaseOrderAccountAssignment 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 PurchaseOrderAccountAssignment 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.
    • 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 Number
    • getPurchaseOrderItem

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

      Original property name from the Odata EDM: PurchaseOrderItem

      Returns:
      Item Number of Purchasing Document
    • getAccountAssignmentNumber

      @Nullable public String getAccountAssignmentNumber()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: AccountAssignmentNumber

      Returns:
      Sequential Number of Account Assignment
    • getCostCenter

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

      Original property name from the Odata EDM: CostCenter

      Returns:
      Cost Center
    • getMasterFixedAsset

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

      Original property name from the Odata EDM: MasterFixedAsset

      Returns:
      Main Asset Number
    • getProjectNetwork

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

      Original property name from the Odata EDM: ProjectNetwork

      Returns:
      Network Number for Account Assignment
    • getNetworkActivity

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

      Original property name from the Odata EDM: NetworkActivity

      Returns:
      Operation/Activity Number
    • getOrderQuantityUnit

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

      Original property name from the Odata EDM: OrderQuantityUnit

      Returns:
      Purchase Order Unit of Measure
    • getQuantity

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

      Original property name from the Odata EDM: Quantity

      Returns:
      Quantity
    • getMultipleAcctAssgmtDistrPercent

      @Nullable public BigDecimal getMultipleAcctAssgmtDistrPercent()
      Constraints: Not nullable, Precision: 3, Scale: 1

      Original property name from the Odata EDM: MultipleAcctAssgmtDistrPercent

      Returns:
      Distribution percentage in the case of multiple acct assgt
    • getDocumentCurrency

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

      Original property name from the Odata EDM: DocumentCurrency

      Returns:
      Currency Key
    • getPurgDocNetAmount

      @Nullable public BigDecimal getPurgDocNetAmount()
      Constraints: Not nullable, Precision: 13, Scale: 0

      Original property name from the Odata EDM: PurgDocNetAmount

      Returns:
      Net Order Value in PO Currency
    • getIsDeleted

      @Nullable public Boolean getIsDeleted()
      Constraints: Not nullable

      Original property name from the Odata EDM: IsDeleted

      Returns:
      Deletion Indicator: Purchasing Document Account Assignment
    • getGLAccount

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

      Original property name from the Odata EDM: GLAccount

      Returns:
      G/L Account Number
    • getBusinessArea

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

      Original property name from the Odata EDM: BusinessArea

      Returns:
      Business Area
    • getSalesOrder

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

      Original property name from the Odata EDM: SalesOrder

      Returns:
      Sales and Distribution Document Number
    • getSalesOrderItem

      @Nullable public String getSalesOrderItem()
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: SalesOrderItem

      Returns:
      Sales Document Item
    • getSalesOrderScheduleLine

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

      Original property name from the Odata EDM: SalesOrderScheduleLine

      Returns:
      Schedule Line Number
    • getFixedAsset

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

      Original property name from the Odata EDM: FixedAsset

      Returns:
      Asset Subnumber
    • getOrderID

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

      Original property name from the Odata EDM: OrderID

      Returns:
      Order Number
    • getUnloadingPointName

      @Nullable public String getUnloadingPointName()
      Constraints: Not nullable, Maximum length: 25

      Original property name from the Odata EDM: UnloadingPointName

      Returns:
      Unloading Point
    • getControllingArea

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

      Original property name from the Odata EDM: ControllingArea

      Returns:
      Controlling Area
    • getCostObject

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

      Original property name from the Odata EDM: CostObject

      Returns:
      Cost Object
    • getProfitCenter

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

      Original property name from the Odata EDM: ProfitCenter

      Returns:
      Profit Center
    • getWBSElementInternalID

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

      Original property name from the Odata EDM: WBSElementInternalID

      Returns:
      WBS Element
    • getWBSElementExternalID

      @Nullable public String getWBSElementExternalID()
      Constraints: Not nullable, Maximum length: 24

      Original property name from the Odata EDM: WBSElementExternalID

      Returns:
      Work Breakdown Structure Element (WBS Element) Edited
    • getProjectNetworkInternalID

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

      Original property name from the Odata EDM: ProjectNetworkInternalID

      Returns:
      Routing number of operations in the order
    • getCommitmentItemShortID

      @Nullable public String getCommitmentItemShortID()
      Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: CommitmentItemShortID

      Returns:
      Commitment Item Short ID
    • getFundsCenter

      @Nullable public String getFundsCenter()
      Constraints: Not nullable, Maximum length: 16

      Original property name from the Odata EDM: FundsCenter

      Returns:
      Funds Center
    • getFund

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

      Original property name from the Odata EDM: Fund

      Returns:
      Fund
    • getFunctionalArea

      @Nullable public String getFunctionalArea()
      Constraints: Not nullable, Maximum length: 16

      Original property name from the Odata EDM: FunctionalArea

      Returns:
      Functional Area
    • getGoodsRecipientName

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

      Original property name from the Odata EDM: GoodsRecipientName

      Returns:
      Goods Recipient
    • getIsFinallyInvoiced

      @Nullable public Boolean getIsFinallyInvoiced()
      Constraints: Not nullable

      Original property name from the Odata EDM: IsFinallyInvoiced

      Returns:
      Final Invoice Indicator
    • getNetworkActivityInternalID

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

      Original property name from the Odata EDM: NetworkActivityInternalID

      Returns:
      Internal counter
    • getPartnerAccountNumber

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

      Original property name from the Odata EDM: PartnerAccountNumber

      Returns:
      Partner account number
    • getJointVentureRecoveryCode

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

      Original property name from the Odata EDM: JointVentureRecoveryCode

      Returns:
      Recovery Indicator
    • getSettlementReferenceDate

      @Nullable public LocalDate getSettlementReferenceDate()
      Constraints: Nullable

      Original property name from the Odata EDM: SettlementReferenceDate

      Returns:
      Reference date for settlement
    • getOrderInternalID

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

      Original property name from the Odata EDM: OrderInternalID

      Returns:
      Routing number of operations in the order
    • getOrderIntBillOfOperationsItem

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

      Original property name from the Odata EDM: OrderIntBillOfOperationsItem

      Returns:
      General counter for order
    • getTaxCode

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

      Original property name from the Odata EDM: TaxCode

      Returns:
      Tax on Sales/Purchases Code
    • getTaxJurisdiction

      @Nullable public String getTaxJurisdiction()
      Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: TaxJurisdiction

      Returns:
      Tax Jurisdiction
    • getNonDeductibleInputTaxAmount

      @Nullable public BigDecimal getNonDeductibleInputTaxAmount()
      Constraints: Not nullable, Precision: 13, Scale: 0

      Original property name from the Odata EDM: NonDeductibleInputTaxAmount

      Returns:
      Non-deductible input tax
    • getCostCtrActivityType

      @Nullable public String getCostCtrActivityType()
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: CostCtrActivityType

      Returns:
      Activity Type
    • getBusinessProcess

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

      Original property name from the Odata EDM: BusinessProcess

      Returns:
      Business Process
    • getGrantID

      @Nullable public String getGrantID()
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: GrantID

      Returns:
      Grant
    • getBudgetPeriod

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

      Original property name from the Odata EDM: BudgetPeriod

      Returns:
      Budget Period
    • getEarmarkedFundsDocument

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

      Original property name from the Odata EDM: EarmarkedFundsDocument

      Returns:
      Document Number for Earmarked Funds
    • getEarmarkedFundsDocumentItem

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

      Original property name from the Odata EDM: EarmarkedFundsDocumentItem

      Returns:
      Earmarked Funds: Document Item
    • getValidityDate

      @Nullable public LocalDate getValidityDate()
      Constraints: Nullable

      Original property name from the Odata EDM: ValidityDate

      Returns:
      The validityDate contained in this VdmEntity.
    • getChartOfAccounts

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

      Original property name from the Odata EDM: ChartOfAccounts

      Returns:
      Chart of Accounts
    • getServiceDocumentType

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

      Original property name from the Odata EDM: ServiceDocumentType

      Returns:
      Service Document Type
    • getServiceDocument

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

      Original property name from the Odata EDM: ServiceDocument

      Returns:
      Service Document ID
    • getServiceDocumentItem

      @Nullable public String getServiceDocumentItem()
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: ServiceDocumentItem

      Returns:
      Service Document Item ID
    • getCreationDate

      @Nullable public LocalDate getCreationDate()
      Constraints: Nullable

      Original property name from the Odata EDM: CreationDate

      Returns:
      Record Created On
    • getIsAcctLineFinal

      @Nullable public Boolean getIsAcctLineFinal()
      Constraints: Not nullable

      Original property name from the Odata EDM: IsAcctLineFinal

      Returns:
      Final Account Assignment Indicator
    • getAcctLineFinalReason

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

      Original property name from the Odata EDM: AcctLineFinalReason

      Returns:
      Final Account Assignment Reason Code
    • getCompanyCode

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

      Original property name from the Odata EDM: CompanyCode

      Returns:
      Company Code
    • toString

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

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

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

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

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