public class PurCtrAccount extends VdmEntity<PurCtrAccount>
Original entity name from the Odata EDM: A_PurCtrAccountType
Modifier and Type | Class and Description |
---|---|
static class |
PurCtrAccount.PurCtrAccountBuilder |
Modifier and Type | Field and Description |
---|---|
static PurCtrAccountField<String> |
ACCOUNT_ASSIGNMENT
Use with available fluent helpers to apply the AccountAssignment field to query operations.
|
static PurCtrAccountSelectable |
ALL_FIELDS
Selector for all available fields of PurCtrAccount.
|
static PurCtrAccountField<String> |
BUDGET_PERIOD
Use with available fluent helpers to apply the BudgetPeriod field to query operations.
|
static PurCtrAccountField<String> |
BUSINESS_AREA
Use with available fluent helpers to apply the BusinessArea field to query operations.
|
static PurCtrAccountField<String> |
BUSINESS_PROCESS
Use with available fluent helpers to apply the BusinessProcess field to query operations.
|
static PurCtrAccountField<String> |
COMMITMENT_ITEM
Use with available fluent helpers to apply the CommitmentItem field to query operations.
|
static PurCtrAccountField<String> |
CONTROLLING_AREA
Use with available fluent helpers to apply the ControllingArea field to query operations.
|
static PurCtrAccountField<String> |
COST_CENTER
Use with available fluent helpers to apply the CostCenter field to query operations.
|
static PurCtrAccountField<String> |
COST_CTR_ACTIVITY_TYPE
Use with available fluent helpers to apply the CostCtrActivityType field to query operations.
|
static PurCtrAccountField<String> |
COST_OBJECT
Use with available fluent helpers to apply the CostObject field to query operations.
|
static PurCtrAccountField<String> |
EARMARKED_FUNDS_DOCUMENT
Use with available fluent helpers to apply the EarmarkedFundsDocument field to query operations.
|
static PurCtrAccountField<String> |
FIXED_ASSET
Use with available fluent helpers to apply the FixedAsset field to query operations.
|
static PurCtrAccountField<String> |
FUNCTIONAL_AREA
Use with available fluent helpers to apply the FunctionalArea field to query operations.
|
static PurCtrAccountField<String> |
FUNDS_CENTER
Use with available fluent helpers to apply the FundsCenter field to query operations.
|
static PurCtrAccountField<String> |
GL_ACCOUNT
Use with available fluent helpers to apply the GLAccount field to query operations.
|
static PurCtrAccountField<String> |
GOODS_RECIPIENT_NAME
Use with available fluent helpers to apply the GoodsRecipientName field to query operations.
|
static PurCtrAccountField<String> |
GRANT_ID
Use with available fluent helpers to apply the GrantID field to query operations.
|
static PurCtrAccountField<Boolean> |
IS_DELETED
Use with available fluent helpers to apply the IsDeleted field to query operations.
|
static PurCtrAccountField<String> |
JOINT_VENTURE_RECOVERY_CODE
Use with available fluent helpers to apply the JointVentureRecoveryCode field to query operations.
|
static PurCtrAccountField<String> |
MASTER_FIXED_ASSET
Use with available fluent helpers to apply the MasterFixedAsset field to query operations.
|
static PurCtrAccountField<BigDecimal> |
MULTIPLE_ACCT_ASSGMT_DISTR_PERCENT
Use with available fluent helpers to apply the MultipleAcctAssgmtDistrPercent field to query operations.
|
static PurCtrAccountField<BigDecimal> |
NON_DEDUCTIBLE_INPUT_TAX_AMOUNT
Use with available fluent helpers to apply the NonDeductibleInputTaxAmount field to query operations.
|
static PurCtrAccountField<String> |
ORDER_ID
Use with available fluent helpers to apply the OrderID field to query operations.
|
static PurCtrAccountField<String> |
PARTNER_ACCOUNT_NUMBER
Use with available fluent helpers to apply the PartnerAccountNumber field to query operations.
|
static PurCtrAccountField<String> |
PROFIT_CENTER
Use with available fluent helpers to apply the ProfitCenter field to query operations.
|
static PurCtrAccountField<String> |
PROJECT_NETWORK
Use with available fluent helpers to apply the ProjectNetwork field to query operations.
|
static PurCtrAccountField<String> |
PURCHASE_CONTRACT
Use with available fluent helpers to apply the PurchaseContract field to query operations.
|
static PurCtrAccountField<String> |
PURCHASE_CONTRACT_ITEM
Use with available fluent helpers to apply the PurchaseContractItem field to query operations.
|
static PurCtrAccountField<BigDecimal> |
PURG_DOC_NET_AMOUNT
Use with available fluent helpers to apply the PurgDocNetAmount field to query operations.
|
static PurCtrAccountField<BigDecimal> |
QUANTITY
Use with available fluent helpers to apply the Quantity field to query operations.
|
static PurCtrAccountField<String> |
REAL_ESTATE_OBJECT
Use with available fluent helpers to apply the RealEstateObject field to query operations.
|
static PurCtrAccountField<String> |
SALES_ORDER
Use with available fluent helpers to apply the SalesOrder field to query operations.
|
static PurCtrAccountField<String> |
SALES_ORDER_ITEM
Use with available fluent helpers to apply the SalesOrderItem field to query operations.
|
static PurCtrAccountField<String> |
SALES_ORDER_SCHEDULE_LINE
Use with available fluent helpers to apply the SalesOrderScheduleLine field to query operations.
|
static PurCtrAccountField<LocalDateTime> |
SETTLEMENT_REFERENCE_DATE
Use with available fluent helpers to apply the SettlementReferenceDate field to query operations.
|
static PurCtrAccountField<String> |
TAX_CODE
Use with available fluent helpers to apply the TaxCode field to query operations.
|
static PurCtrAccountField<String> |
TAX_JURISDICTION
Use with available fluent helpers to apply the TaxJurisdiction field to query operations.
|
static PurCtrAccountField<String> |
UNLOADING_POINT_NAME
Use with available fluent helpers to apply the UnloadingPointName field to query operations.
|
static PurCtrAccountField<String> |
WBS_ELEMENT
Use with available fluent helpers to apply the WBSElement field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
PurCtrAccount() |
PurCtrAccount(String accountAssignment,
String costCenter,
String salesOrder,
String salesOrderItem,
String salesOrderScheduleLine,
String masterFixedAsset,
String fixedAsset,
String orderID,
String goodsRecipientName,
String unloadingPointName,
String controllingArea,
String purchaseContractItem,
String costObject,
String profitCenter,
String projectNetwork,
String realEstateObject,
String partnerAccountNumber,
String commitmentItem,
String jointVentureRecoveryCode,
String fundsCenter,
String functionalArea,
LocalDateTime settlementReferenceDate,
String purchaseContract,
String taxCode,
String taxJurisdiction,
BigDecimal nonDeductibleInputTaxAmount,
String costCtrActivityType,
String businessProcess,
String earmarkedFundsDocument,
String grantID,
String budgetPeriod,
String wBSElement,
Boolean isDeleted,
BigDecimal quantity,
BigDecimal multipleAcctAssgmtDistrPercent,
BigDecimal purgDocNetAmount,
String gLAccount,
String businessArea,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static PurCtrAccount.PurCtrAccountBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> PurCtrAccountField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getAccountAssignment()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getBudgetPeriod()
Constraints: Not nullable, Maximum length: 10
|
String |
getBusinessArea()
Constraints: Not nullable, Maximum length: 4
|
String |
getBusinessProcess()
Constraints: Not nullable, Maximum length: 12
|
String |
getCommitmentItem()
Constraints: Not nullable, Maximum length: 24
|
String |
getControllingArea()
Constraints: Not nullable, Maximum length: 4
|
String |
getCostCenter()
Constraints: Not nullable, Maximum length: 10
|
String |
getCostCtrActivityType()
Constraints: Not nullable, Maximum length: 6
|
String |
getCostObject()
Constraints: Not nullable, Maximum length: 12
|
String |
getEarmarkedFundsDocument()
Constraints: Not nullable, Maximum length: 10
|
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getFixedAsset()
Constraints: Not nullable, Maximum length: 4
|
String |
getFunctionalArea()
Constraints: Not nullable, Maximum length: 16
|
String |
getFundsCenter()
Constraints: Not nullable, Maximum length: 16
|
String |
getGLAccount()
Constraints: Not nullable, Maximum length: 10
|
String |
getGoodsRecipientName()
Constraints: Not nullable, Maximum length: 12
|
String |
getGrantID()
Constraints: Not nullable, Maximum length: 20
|
Boolean |
getIsDeleted()
Constraints: none
|
String |
getJointVentureRecoveryCode()
Constraints: Not nullable, Maximum length: 2
|
protected Map<String,Object> |
getKey() |
String |
getMasterFixedAsset()
Constraints: Not nullable, Maximum length: 12
|
BigDecimal |
getMultipleAcctAssgmtDistrPercent()
Constraints: Not nullable, Precision: 3, Scale: 1
|
BigDecimal |
getNonDeductibleInputTaxAmount()
Constraints: Not nullable, Precision: 14, Scale: 3
|
String |
getOrderID()
Constraints: Not nullable, Maximum length: 12
|
String |
getPartnerAccountNumber()
Constraints: Not nullable, Maximum length: 10
|
String |
getProfitCenter()
Constraints: Not nullable, Maximum length: 10
|
String |
getProjectNetwork()
Constraints: Not nullable, Maximum length: 12
|
String |
getPurchaseContract()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getPurchaseContractItem()
(Key Field) Constraints: Not nullable, Maximum length: 5
|
BigDecimal |
getPurgDocNetAmount()
Constraints: Not nullable, Precision: 14, Scale: 3
|
BigDecimal |
getQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getRealEstateObject()
Constraints: Not nullable, Maximum length: 40
|
String |
getSalesOrder()
Constraints: Not nullable, Maximum length: 10
|
String |
getSalesOrderItem()
Constraints: Not nullable, Maximum length: 6
|
String |
getSalesOrderScheduleLine()
Constraints: Not nullable, Maximum length: 4
|
LocalDateTime |
getSettlementReferenceDate()
Constraints: Not nullable, Precision: 0
|
String |
getTaxCode()
Constraints: Not nullable, Maximum length: 2
|
String |
getTaxJurisdiction()
Constraints: Not nullable, Maximum length: 15
|
Class<PurCtrAccount> |
getType() |
String |
getUnloadingPointName()
Constraints: Not nullable, Maximum length: 25
|
String |
getWBSElement()
Constraints: Not nullable, Maximum length: 24
|
int |
hashCode() |
void |
setAccountAssignment(String accountAssignment)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setBudgetPeriod(String budgetPeriod)
Constraints: Not nullable, Maximum length: 10
|
void |
setBusinessArea(String businessArea)
Constraints: Not nullable, Maximum length: 4
|
void |
setBusinessProcess(String businessProcess)
Constraints: Not nullable, Maximum length: 12
|
void |
setCommitmentItem(String commitmentItem)
Constraints: Not nullable, Maximum length: 24
|
void |
setControllingArea(String controllingArea)
Constraints: Not nullable, Maximum length: 4
|
void |
setCostCenter(String costCenter)
Constraints: Not nullable, Maximum length: 10
|
void |
setCostCtrActivityType(String costCtrActivityType)
Constraints: Not nullable, Maximum length: 6
|
void |
setCostObject(String costObject)
Constraints: Not nullable, Maximum length: 12
|
void |
setEarmarkedFundsDocument(String earmarkedFundsDocument)
Constraints: Not nullable, Maximum length: 10
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setFixedAsset(String fixedAsset)
Constraints: Not nullable, Maximum length: 4
|
void |
setFunctionalArea(String functionalArea)
Constraints: Not nullable, Maximum length: 16
|
void |
setFundsCenter(String fundsCenter)
Constraints: Not nullable, Maximum length: 16
|
void |
setGLAccount(String gLAccount)
Constraints: Not nullable, Maximum length: 10
|
void |
setGoodsRecipientName(String goodsRecipientName)
Constraints: Not nullable, Maximum length: 12
|
void |
setGrantID(String grantID)
Constraints: Not nullable, Maximum length: 20
|
void |
setIsDeleted(Boolean isDeleted)
Constraints: none
|
void |
setJointVentureRecoveryCode(String jointVentureRecoveryCode)
Constraints: Not nullable, Maximum length: 2
|
void |
setMasterFixedAsset(String masterFixedAsset)
Constraints: Not nullable, Maximum length: 12
|
void |
setMultipleAcctAssgmtDistrPercent(BigDecimal multipleAcctAssgmtDistrPercent)
Constraints: Not nullable, Precision: 3, Scale: 1
|
void |
setNonDeductibleInputTaxAmount(BigDecimal nonDeductibleInputTaxAmount)
Constraints: Not nullable, Precision: 14, Scale: 3
|
void |
setOrderID(String orderID)
Constraints: Not nullable, Maximum length: 12
|
void |
setPartnerAccountNumber(String partnerAccountNumber)
Constraints: Not nullable, Maximum length: 10
|
void |
setProfitCenter(String profitCenter)
Constraints: Not nullable, Maximum length: 10
|
void |
setProjectNetwork(String projectNetwork)
Constraints: Not nullable, Maximum length: 12
|
void |
setPurchaseContract(String purchaseContract)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setPurchaseContractItem(String purchaseContractItem)
(Key Field) Constraints: Not nullable, Maximum length: 5
|
void |
setPurgDocNetAmount(BigDecimal purgDocNetAmount)
Constraints: Not nullable, Precision: 14, Scale: 3
|
void |
setQuantity(BigDecimal quantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setRealEstateObject(String realEstateObject)
Constraints: Not nullable, Maximum length: 40
|
void |
setSalesOrder(String salesOrder)
Constraints: Not nullable, Maximum length: 10
|
void |
setSalesOrderItem(String salesOrderItem)
Constraints: Not nullable, Maximum length: 6
|
void |
setSalesOrderScheduleLine(String salesOrderScheduleLine)
Constraints: Not nullable, Maximum length: 4
|
void |
setSettlementReferenceDate(LocalDateTime settlementReferenceDate)
Constraints: Not nullable, Precision: 0
|
void |
setTaxCode(String taxCode)
Constraints: Not nullable, Maximum length: 2
|
void |
setTaxJurisdiction(String taxJurisdiction)
Constraints: Not nullable, Maximum length: 15
|
void |
setUnloadingPointName(String unloadingPointName)
Constraints: Not nullable, Maximum length: 25
|
void |
setWBSElement(String wBSElement)
Constraints: Not nullable, Maximum length: 24
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setServicePathForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final PurCtrAccountSelectable ALL_FIELDS
public static final PurCtrAccountField<String> ACCOUNT_ASSIGNMENT
public static final PurCtrAccountField<String> COST_CENTER
public static final PurCtrAccountField<String> SALES_ORDER
public static final PurCtrAccountField<String> SALES_ORDER_ITEM
public static final PurCtrAccountField<String> SALES_ORDER_SCHEDULE_LINE
public static final PurCtrAccountField<String> MASTER_FIXED_ASSET
public static final PurCtrAccountField<String> FIXED_ASSET
public static final PurCtrAccountField<String> ORDER_ID
public static final PurCtrAccountField<String> GOODS_RECIPIENT_NAME
public static final PurCtrAccountField<String> UNLOADING_POINT_NAME
public static final PurCtrAccountField<String> CONTROLLING_AREA
public static final PurCtrAccountField<String> PURCHASE_CONTRACT_ITEM
public static final PurCtrAccountField<String> COST_OBJECT
public static final PurCtrAccountField<String> PROFIT_CENTER
public static final PurCtrAccountField<String> PROJECT_NETWORK
public static final PurCtrAccountField<String> REAL_ESTATE_OBJECT
public static final PurCtrAccountField<String> PARTNER_ACCOUNT_NUMBER
public static final PurCtrAccountField<String> COMMITMENT_ITEM
public static final PurCtrAccountField<String> JOINT_VENTURE_RECOVERY_CODE
public static final PurCtrAccountField<String> FUNDS_CENTER
public static final PurCtrAccountField<String> FUNCTIONAL_AREA
public static final PurCtrAccountField<LocalDateTime> SETTLEMENT_REFERENCE_DATE
public static final PurCtrAccountField<String> PURCHASE_CONTRACT
public static final PurCtrAccountField<String> TAX_CODE
public static final PurCtrAccountField<String> TAX_JURISDICTION
public static final PurCtrAccountField<BigDecimal> NON_DEDUCTIBLE_INPUT_TAX_AMOUNT
public static final PurCtrAccountField<String> COST_CTR_ACTIVITY_TYPE
public static final PurCtrAccountField<String> BUSINESS_PROCESS
public static final PurCtrAccountField<String> EARMARKED_FUNDS_DOCUMENT
public static final PurCtrAccountField<String> GRANT_ID
public static final PurCtrAccountField<String> BUDGET_PERIOD
public static final PurCtrAccountField<String> WBS_ELEMENT
public static final PurCtrAccountField<Boolean> IS_DELETED
public static final PurCtrAccountField<BigDecimal> QUANTITY
public static final PurCtrAccountField<BigDecimal> MULTIPLE_ACCT_ASSGMT_DISTR_PERCENT
public static final PurCtrAccountField<BigDecimal> PURG_DOC_NET_AMOUNT
public static final PurCtrAccountField<String> GL_ACCOUNT
public static final PurCtrAccountField<String> BUSINESS_AREA
public PurCtrAccount()
public PurCtrAccount(@Nullable String accountAssignment, @Nullable String costCenter, @Nullable String salesOrder, @Nullable String salesOrderItem, @Nullable String salesOrderScheduleLine, @Nullable String masterFixedAsset, @Nullable String fixedAsset, @Nullable String orderID, @Nullable String goodsRecipientName, @Nullable String unloadingPointName, @Nullable String controllingArea, @Nullable String purchaseContractItem, @Nullable String costObject, @Nullable String profitCenter, @Nullable String projectNetwork, @Nullable String realEstateObject, @Nullable String partnerAccountNumber, @Nullable String commitmentItem, @Nullable String jointVentureRecoveryCode, @Nullable String fundsCenter, @Nullable String functionalArea, @Nullable LocalDateTime settlementReferenceDate, @Nullable String purchaseContract, @Nullable String taxCode, @Nullable String taxJurisdiction, @Nullable BigDecimal nonDeductibleInputTaxAmount, @Nullable String costCtrActivityType, @Nullable String businessProcess, @Nullable String earmarkedFundsDocument, @Nullable String grantID, @Nullable String budgetPeriod, @Nullable String wBSElement, @Nullable Boolean isDeleted, @Nullable BigDecimal quantity, @Nullable BigDecimal multipleAcctAssgmtDistrPercent, @Nullable BigDecimal purgDocNetAmount, @Nullable String gLAccount, @Nullable String businessArea, @Nullable ErpConfigContext erpConfigContext)
public Class<PurCtrAccount> getType()
getType
in class VdmObject<PurCtrAccount>
public void setAccountAssignment(@Nullable String accountAssignment)
Original property name from the Odata EDM: AccountAssignment
accountAssignment
- Sequential Number of Account Assignmentpublic void setCostCenter(@Nullable String costCenter)
Original property name from the Odata EDM: CostCenter
costCenter
- Cost Centerpublic void setSalesOrder(@Nullable String salesOrder)
Original property name from the Odata EDM: SalesOrder
salesOrder
- Sales and Distribution Document Numberpublic void setSalesOrderItem(@Nullable String salesOrderItem)
Original property name from the Odata EDM: SalesOrderItem
salesOrderItem
- Sales Document Itempublic void setSalesOrderScheduleLine(@Nullable String salesOrderScheduleLine)
Original property name from the Odata EDM: SalesOrderScheduleLine
salesOrderScheduleLine
- Delivery Schedule Line Numberpublic void setMasterFixedAsset(@Nullable String masterFixedAsset)
Original property name from the Odata EDM: MasterFixedAsset
masterFixedAsset
- Main Asset Numberpublic void setFixedAsset(@Nullable String fixedAsset)
Original property name from the Odata EDM: FixedAsset
fixedAsset
- Asset Subnumberpublic void setOrderID(@Nullable String orderID)
Original property name from the Odata EDM: OrderID
orderID
- Order Numberpublic void setGoodsRecipientName(@Nullable String goodsRecipientName)
Original property name from the Odata EDM: GoodsRecipientName
goodsRecipientName
- Goods Recipient/Ship-To Partypublic void setUnloadingPointName(@Nullable String unloadingPointName)
Original property name from the Odata EDM: UnloadingPointName
unloadingPointName
- Unloading Pointpublic void setControllingArea(@Nullable String controllingArea)
Original property name from the Odata EDM: ControllingArea
controllingArea
- Controlling Areapublic void setPurchaseContractItem(@Nullable String purchaseContractItem)
Original property name from the Odata EDM: PurchaseContractItem
purchaseContractItem
- Item Number of Purchasing Documentpublic void setCostObject(@Nullable String costObject)
Original property name from the Odata EDM: CostObject
costObject
- Cost Objectpublic void setProfitCenter(@Nullable String profitCenter)
Original property name from the Odata EDM: ProfitCenter
profitCenter
- Profit Centerpublic void setProjectNetwork(@Nullable String projectNetwork)
Original property name from the Odata EDM: ProjectNetwork
projectNetwork
- Network Number for Account Assignmentpublic void setRealEstateObject(@Nullable String realEstateObject)
Original property name from the Odata EDM: RealEstateObject
realEstateObject
- Internal Key for Real Estate Objectpublic void setPartnerAccountNumber(@Nullable String partnerAccountNumber)
Original property name from the Odata EDM: PartnerAccountNumber
partnerAccountNumber
- Partner Account Numberpublic void setCommitmentItem(@Nullable String commitmentItem)
Original property name from the Odata EDM: CommitmentItem
commitmentItem
- Commitment Itempublic void setJointVentureRecoveryCode(@Nullable String jointVentureRecoveryCode)
Original property name from the Odata EDM: JointVentureRecoveryCode
jointVentureRecoveryCode
- Recovery Indicatorpublic void setFundsCenter(@Nullable String fundsCenter)
Original property name from the Odata EDM: FundsCenter
fundsCenter
- Funds Centerpublic void setFunctionalArea(@Nullable String functionalArea)
Original property name from the Odata EDM: FunctionalArea
functionalArea
- Functional Areapublic void setSettlementReferenceDate(@Nullable LocalDateTime settlementReferenceDate)
Original property name from the Odata EDM: SettlementReferenceDate
settlementReferenceDate
- Reference date for settlementpublic void setPurchaseContract(@Nullable String purchaseContract)
Original property name from the Odata EDM: PurchaseContract
purchaseContract
- Purchasing Document Numberpublic void setTaxCode(@Nullable String taxCode)
Original property name from the Odata EDM: TaxCode
taxCode
- Tax on Sales/Purchases Codepublic void setTaxJurisdiction(@Nullable String taxJurisdiction)
Original property name from the Odata EDM: TaxJurisdiction
taxJurisdiction
- Tax Jurisdictionpublic void setNonDeductibleInputTaxAmount(@Nullable BigDecimal nonDeductibleInputTaxAmount)
Original property name from the Odata EDM: NonDeductibleInputTaxAmount
nonDeductibleInputTaxAmount
- Non-deductible input taxpublic void setCostCtrActivityType(@Nullable String costCtrActivityType)
Original property name from the Odata EDM: CostCtrActivityType
costCtrActivityType
- Activity Typepublic void setBusinessProcess(@Nullable String businessProcess)
Original property name from the Odata EDM: BusinessProcess
businessProcess
- Business Processpublic void setEarmarkedFundsDocument(@Nullable String earmarkedFundsDocument)
Original property name from the Odata EDM: EarmarkedFundsDocument
earmarkedFundsDocument
- Document Number for Earmarked Fundspublic void setGrantID(@Nullable String grantID)
Original property name from the Odata EDM: GrantID
grantID
- Grantpublic void setBudgetPeriod(@Nullable String budgetPeriod)
Original property name from the Odata EDM: BudgetPeriod
budgetPeriod
- FM: Budget Periodpublic void setWBSElement(@Nullable String wBSElement)
Original property name from the Odata EDM: WBSElement
wBSElement
- Work Breakdown Structure Element (WBS Element) Editedpublic void setIsDeleted(@Nullable Boolean isDeleted)
Original property name from the Odata EDM: IsDeleted
isDeleted
- Deletion Indicator: Purchasing Document Account Assignmentpublic void setQuantity(@Nullable BigDecimal quantity)
Original property name from the Odata EDM: Quantity
quantity
- Quantitypublic void setMultipleAcctAssgmtDistrPercent(@Nullable BigDecimal multipleAcctAssgmtDistrPercent)
Original property name from the Odata EDM: MultipleAcctAssgmtDistrPercent
multipleAcctAssgmtDistrPercent
- Distribution Percentage in Case of Multiple Account Assgtpublic void setPurgDocNetAmount(@Nullable BigDecimal purgDocNetAmount)
Original property name from the Odata EDM: PurgDocNetAmount
purgDocNetAmount
- Net Order Value in PO Currencypublic void setGLAccount(@Nullable String gLAccount)
Original property name from the Odata EDM: GLAccount
gLAccount
- G/L Account Numberpublic void setBusinessArea(@Nullable String businessArea)
Original property name from the Odata EDM: BusinessArea
businessArea
- Business Areaprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<PurCtrAccount>
protected Map<String,Object> getKey()
getKey
in class VdmObject<PurCtrAccount>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<PurCtrAccount>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<PurCtrAccount>
@Nonnull public static <T> PurCtrAccountField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> PurCtrAccountField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.public static PurCtrAccount.PurCtrAccountBuilder builder()
@Nullable public String getAccountAssignment()
Original property name from the Odata EDM: AccountAssignment
@Nullable public String getCostCenter()
Original property name from the Odata EDM: CostCenter
@Nullable public String getSalesOrder()
Original property name from the Odata EDM: SalesOrder
@Nullable public String getSalesOrderItem()
Original property name from the Odata EDM: SalesOrderItem
@Nullable public String getSalesOrderScheduleLine()
Original property name from the Odata EDM: SalesOrderScheduleLine
@Nullable public String getMasterFixedAsset()
Original property name from the Odata EDM: MasterFixedAsset
@Nullable public String getFixedAsset()
Original property name from the Odata EDM: FixedAsset
@Nullable public String getOrderID()
Original property name from the Odata EDM: OrderID
@Nullable public String getGoodsRecipientName()
Original property name from the Odata EDM: GoodsRecipientName
@Nullable public String getUnloadingPointName()
Original property name from the Odata EDM: UnloadingPointName
@Nullable public String getControllingArea()
Original property name from the Odata EDM: ControllingArea
@Nullable public String getPurchaseContractItem()
Original property name from the Odata EDM: PurchaseContractItem
@Nullable public String getCostObject()
Original property name from the Odata EDM: CostObject
@Nullable public String getProfitCenter()
Original property name from the Odata EDM: ProfitCenter
@Nullable public String getProjectNetwork()
Original property name from the Odata EDM: ProjectNetwork
@Nullable public String getRealEstateObject()
Original property name from the Odata EDM: RealEstateObject
@Nullable public String getPartnerAccountNumber()
Original property name from the Odata EDM: PartnerAccountNumber
@Nullable public String getCommitmentItem()
Original property name from the Odata EDM: CommitmentItem
@Nullable public String getJointVentureRecoveryCode()
Original property name from the Odata EDM: JointVentureRecoveryCode
@Nullable public String getFundsCenter()
Original property name from the Odata EDM: FundsCenter
@Nullable public String getFunctionalArea()
Original property name from the Odata EDM: FunctionalArea
@Nullable public LocalDateTime getSettlementReferenceDate()
Original property name from the Odata EDM: SettlementReferenceDate
@Nullable public String getPurchaseContract()
Original property name from the Odata EDM: PurchaseContract
@Nullable public String getTaxCode()
Original property name from the Odata EDM: TaxCode
@Nullable public String getTaxJurisdiction()
Original property name from the Odata EDM: TaxJurisdiction
@Nullable public BigDecimal getNonDeductibleInputTaxAmount()
Original property name from the Odata EDM: NonDeductibleInputTaxAmount
@Nullable public String getCostCtrActivityType()
Original property name from the Odata EDM: CostCtrActivityType
@Nullable public String getBusinessProcess()
Original property name from the Odata EDM: BusinessProcess
@Nullable public String getEarmarkedFundsDocument()
Original property name from the Odata EDM: EarmarkedFundsDocument
@Nullable public String getGrantID()
Original property name from the Odata EDM: GrantID
@Nullable public String getBudgetPeriod()
Original property name from the Odata EDM: BudgetPeriod
@Nullable public String getWBSElement()
Original property name from the Odata EDM: WBSElement
@Nullable public Boolean getIsDeleted()
Original property name from the Odata EDM: IsDeleted
@Nullable public BigDecimal getQuantity()
Original property name from the Odata EDM: Quantity
@Nullable public BigDecimal getMultipleAcctAssgmtDistrPercent()
Original property name from the Odata EDM: MultipleAcctAssgmtDistrPercent
@Nullable public BigDecimal getPurgDocNetAmount()
Original property name from the Odata EDM: PurgDocNetAmount
@Nullable public String getGLAccount()
Original property name from the Odata EDM: GLAccount
@Nullable public String getBusinessArea()
Original property name from the Odata EDM: BusinessArea
@Nullable public ErpConfigContext getErpConfigContext()
public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
setErpConfigContext
in class VdmEntity<PurCtrAccount>
erpConfigContext
- public String toString()
toString
in class VdmObject<PurCtrAccount>
public boolean equals(Object o)
equals
in class VdmObject<PurCtrAccount>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<PurCtrAccount>
public int hashCode()
hashCode
in class VdmObject<PurCtrAccount>
Copyright © 2018 SAP SE. All rights reserved.