public class CustomerCompany extends VdmEntity<CustomerCompany>
Original entity name from the Odata EDM: A_CustomerCompanyType
Modifier and Type | Class and Description |
---|---|
static class |
CustomerCompany.CustomerCompanyBuilder
Helper class to allow for fluent creation of CustomerCompany instances.
|
Modifier and Type | Field and Description |
---|---|
static CustomerCompanyField<String> |
ACCOUNT_BY_CUSTOMER
Use with available fluent helpers to apply the AccountByCustomer field to query operations.
|
static CustomerCompanyField<String> |
ACCOUNTING_CLERK
Use with available fluent helpers to apply the AccountingClerk field to query operations.
|
static CustomerCompanyField<String> |
ACCOUNTING_CLERK_FAX_NUMBER
Use with available fluent helpers to apply the AccountingClerkFaxNumber field to query operations.
|
static CustomerCompanyField<String> |
ACCOUNTING_CLERK_INTERNET_ADDRESS
Use with available fluent helpers to apply the AccountingClerkInternetAddress field to query operations.
|
static CustomerCompanyField<String> |
ACCOUNTING_CLERK_PHONE_NUMBER
Use with available fluent helpers to apply the AccountingClerkPhoneNumber field to query operations.
|
static CustomerCompanySelectable |
ALL_FIELDS
Selector for all available fields of CustomerCompany.
|
static CustomerCompanyField<String> |
ALTERNATIVE_PAYER_ACCOUNT
Use with available fluent helpers to apply the AlternativePayerAccount field to query operations.
|
static CustomerCompanyField<String> |
APAR_TOLERANCE_GROUP
Use with available fluent helpers to apply the APARToleranceGroup field to query operations.
|
static CustomerCompanyField<String> |
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
|
static CustomerCompanyField<String> |
CASH_PLANNING_GROUP
Use with available fluent helpers to apply the CashPlanningGroup field to query operations.
|
static CustomerCompanyField<String> |
COLLECTIVE_INVOICE_VARIANT
Use with available fluent helpers to apply the CollectiveInvoiceVariant field to query operations.
|
static CustomerCompanyField<String> |
COMPANY_CODE
Use with available fluent helpers to apply the CompanyCode field to query operations.
|
static CustomerCompanyField<String> |
CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations.
|
static CustomerCompanyField<String> |
CUSTOMER_ACCOUNT_GROUP
Use with available fluent helpers to apply the CustomerAccountGroup field to query operations.
|
static CustomerCompanyField<String> |
CUSTOMER_ACCOUNT_NOTE
Use with available fluent helpers to apply the CustomerAccountNote field to query operations.
|
static CustomerCompanyField<String> |
CUSTOMER_HEAD_OFFICE
Use with available fluent helpers to apply the CustomerHeadOffice field to query operations.
|
static CustomerCompanyField<Boolean> |
CUSTOMER_SUPPLIER_CLEARING_IS_USED
Use with available fluent helpers to apply the CustomerSupplierClearingIsUsed field to query operations.
|
static CustomerCompanyField<Boolean> |
DELETION_INDICATOR
Use with available fluent helpers to apply the DeletionIndicator field to query operations.
|
static CustomerCompanyField<String> |
HOUSE_BANK
Use with available fluent helpers to apply the HouseBank field to query operations.
|
static CustomerCompanyField<String> |
INTEREST_CALCULATION_CODE
Use with available fluent helpers to apply the InterestCalculationCode field to query operations.
|
static CustomerCompanyField<LocalDateTime> |
INTEREST_CALCULATION_DATE
Use with available fluent helpers to apply the InterestCalculationDate field to query operations.
|
static CustomerCompanyField<String> |
INTRST_CALC_FREQUENCY_IN_MONTHS
Use with available fluent helpers to apply the IntrstCalcFrequencyInMonths field to query operations.
|
static CustomerCompanyField<Boolean> |
IS_TO_BE_LOCALLY_PROCESSED
Use with available fluent helpers to apply the IsToBeLocallyProcessed field to query operations.
|
static CustomerCompanyField<Boolean> |
ITEM_IS_TO_BE_PAID_SEPARATELY
Use with available fluent helpers to apply the ItemIsToBePaidSeparately field to query operations.
|
static CustomerCompanyField<String> |
KNOWN_OR_NEGOTIATED_LEAVE
Use with available fluent helpers to apply the KnownOrNegotiatedLeave field to query operations.
|
static CustomerCompanyField<String> |
LAYOUT_SORTING_RULE
Use with available fluent helpers to apply the LayoutSortingRule field to query operations.
|
static CustomerCompanyField<String> |
PAYMENT_BLOCKING_REASON
Use with available fluent helpers to apply the PaymentBlockingReason field to query operations.
|
static CustomerCompanyField<String> |
PAYMENT_METHODS_LIST
Use with available fluent helpers to apply the PaymentMethodsList field to query operations.
|
static CustomerCompanyField<String> |
PAYMENT_TERMS
Use with available fluent helpers to apply the PaymentTerms field to query operations.
|
static CustomerCompanyField<Boolean> |
PAYT_ADVICE_IS_SENTBY_EDI
Use with available fluent helpers to apply the PaytAdviceIsSentbyEDI field to query operations.
|
static CustomerCompanyField<Boolean> |
PHYSICAL_INVENTORY_BLOCK_IND
Use with available fluent helpers to apply the PhysicalInventoryBlockInd field to query operations.
|
static CustomerCompanyField<String> |
RECONCILIATION_ACCOUNT
Use with available fluent helpers to apply the ReconciliationAccount field to query operations.
|
static CustomerCompanyField<Boolean> |
RECORD_PAYMENT_HISTORY_INDICATOR
Use with available fluent helpers to apply the RecordPaymentHistoryIndicator field to query operations.
|
static CustomerCompanyLink<CustomerCompanyText> |
TO_COMPANY_TEXT
Use with available fluent helpers to apply the to_CompanyText navigation property to query operations.
|
static CustomerCompanyLink<CustomerDunning> |
TO_CUSTOMER_DUNNING
Use with available fluent helpers to apply the to_CustomerDunning navigation property to query operations.
|
static CustomerCompanyLink<CustomerWithHoldingTax> |
TO_WITH_HOLDING_TAX
Use with available fluent helpers to apply the to_WithHoldingTax navigation property to query operations.
|
static CustomerCompanyField<String> |
USER_AT_CUSTOMER
Use with available fluent helpers to apply the UserAtCustomer field to query operations.
|
static CustomerCompanyField<String> |
VALUE_ADJUSTMENT_KEY
Use with available fluent helpers to apply the ValueAdjustmentKey field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
CustomerCompany() |
CustomerCompany(String customer,
String companyCode,
String aPARToleranceGroup,
String accountByCustomer,
String accountingClerk,
String accountingClerkFaxNumber,
String accountingClerkInternetAddress,
String accountingClerkPhoneNumber,
String alternativePayerAccount,
String authorizationGroup,
String collectiveInvoiceVariant,
String customerAccountNote,
String customerHeadOffice,
Boolean customerSupplierClearingIsUsed,
String houseBank,
String interestCalculationCode,
LocalDateTime interestCalculationDate,
String intrstCalcFrequencyInMonths,
Boolean isToBeLocallyProcessed,
Boolean itemIsToBePaidSeparately,
String layoutSortingRule,
String paymentBlockingReason,
String paymentMethodsList,
String paymentTerms,
Boolean paytAdviceIsSentbyEDI,
Boolean physicalInventoryBlockInd,
String reconciliationAccount,
Boolean recordPaymentHistoryIndicator,
String userAtCustomer,
Boolean deletionIndicator,
String cashPlanningGroup,
String knownOrNegotiatedLeave,
String valueAdjustmentKey,
String customerAccountGroup,
List<CustomerCompanyText> toCompanyText,
List<CustomerDunning> toCustomerDunning,
List<CustomerWithHoldingTax> toWithHoldingTax) |
Modifier and Type | Method and Description |
---|---|
void |
addCompanyText(CustomerCompanyText... entity)
Adds elements to the list of associated CustomerCompanyText entities.
|
void |
addCustomerDunning(CustomerDunning... entity)
Adds elements to the list of associated CustomerDunning entities.
|
void |
addWithHoldingTax(CustomerWithHoldingTax... entity)
Adds elements to the list of associated CustomerWithHoldingTax entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static CustomerCompany.CustomerCompanyBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<CustomerCompanyText> |
fetchCompanyText()
Fetches the CustomerCompanyText entities (one to many) associated with this entity.
|
List<CustomerDunning> |
fetchCustomerDunning()
Fetches the CustomerDunning entities (one to many) associated with this entity.
|
List<CustomerWithHoldingTax> |
fetchWithHoldingTax()
Fetches the CustomerWithHoldingTax entities (one to many) associated with this entity.
|
static <T> CustomerCompanyField<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 |
getAccountByCustomer()
Constraints: Not nullable, Maximum length: 12
|
String |
getAccountingClerk()
Constraints: Not nullable, Maximum length: 2
|
String |
getAccountingClerkFaxNumber()
Constraints: Not nullable, Maximum length: 31
|
String |
getAccountingClerkInternetAddress()
Constraints: Not nullable, Maximum length: 130
|
String |
getAccountingClerkPhoneNumber()
Constraints: Not nullable, Maximum length: 30
|
String |
getAlternativePayerAccount()
Constraints: Not nullable, Maximum length: 10
|
String |
getAPARToleranceGroup()
Constraints: Not nullable, Maximum length: 4
|
String |
getAuthorizationGroup()
Constraints: Not nullable, Maximum length: 4
|
String |
getCashPlanningGroup()
Constraints: Not nullable, Maximum length: 10
|
String |
getCollectiveInvoiceVariant()
Constraints: Not nullable, Maximum length: 1
|
String |
getCompanyCode()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
io.vavr.control.Option<List<CustomerCompanyText>> |
getCompanyTextIfPresent()
Retrieval of associated CustomerCompanyText entities (one to many).
|
List<CustomerCompanyText> |
getCompanyTextOrFetch()
Retrieval of associated CustomerCompanyText entities (one to many).
|
String |
getCustomer()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getCustomerAccountGroup()
Constraints: Not nullable, Maximum length: 4
|
String |
getCustomerAccountNote()
Constraints: Not nullable, Maximum length: 30
|
io.vavr.control.Option<List<CustomerDunning>> |
getCustomerDunningIfPresent()
Retrieval of associated CustomerDunning entities (one to many).
|
List<CustomerDunning> |
getCustomerDunningOrFetch()
Retrieval of associated CustomerDunning entities (one to many).
|
String |
getCustomerHeadOffice()
Constraints: Not nullable, Maximum length: 10
|
Boolean |
getCustomerSupplierClearingIsUsed()
Constraints: none
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
Boolean |
getDeletionIndicator()
Constraints: none
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
String |
getHouseBank()
Constraints: Not nullable, Maximum length: 5
|
String |
getInterestCalculationCode()
Constraints: Not nullable, Maximum length: 2
|
LocalDateTime |
getInterestCalculationDate()
Constraints: Not nullable, Precision: 0
|
String |
getIntrstCalcFrequencyInMonths()
Constraints: Not nullable, Maximum length: 2
|
Boolean |
getIsToBeLocallyProcessed()
Constraints: none
|
Boolean |
getItemIsToBePaidSeparately()
Constraints: none
|
protected Map<String,Object> |
getKey() |
String |
getKnownOrNegotiatedLeave()
Constraints: Not nullable, Maximum length: 4
|
String |
getLayoutSortingRule()
Constraints: Not nullable, Maximum length: 3
|
String |
getPaymentBlockingReason()
Constraints: Not nullable, Maximum length: 1
|
String |
getPaymentMethodsList()
Constraints: Not nullable, Maximum length: 10
|
String |
getPaymentTerms()
Constraints: Not nullable, Maximum length: 4
|
Boolean |
getPaytAdviceIsSentbyEDI()
Constraints: none
|
Boolean |
getPhysicalInventoryBlockInd()
Constraints: none
|
String |
getReconciliationAccount()
Constraints: Not nullable, Maximum length: 10
|
Boolean |
getRecordPaymentHistoryIndicator()
Constraints: none
|
Class<CustomerCompany> |
getType() |
String |
getUserAtCustomer()
Constraints: Not nullable, Maximum length: 15
|
String |
getValueAdjustmentKey()
Constraints: Not nullable, Maximum length: 2
|
io.vavr.control.Option<List<CustomerWithHoldingTax>> |
getWithHoldingTaxIfPresent()
Retrieval of associated CustomerWithHoldingTax entities (one to many).
|
List<CustomerWithHoldingTax> |
getWithHoldingTaxOrFetch()
Retrieval of associated CustomerWithHoldingTax entities (one to many).
|
int |
hashCode() |
void |
setAccountByCustomer(String accountByCustomer)
Constraints: Not nullable, Maximum length: 12
|
void |
setAccountingClerk(String accountingClerk)
Constraints: Not nullable, Maximum length: 2
|
void |
setAccountingClerkFaxNumber(String accountingClerkFaxNumber)
Constraints: Not nullable, Maximum length: 31
|
void |
setAccountingClerkInternetAddress(String accountingClerkInternetAddress)
Constraints: Not nullable, Maximum length: 130
|
void |
setAccountingClerkPhoneNumber(String accountingClerkPhoneNumber)
Constraints: Not nullable, Maximum length: 30
|
void |
setAlternativePayerAccount(String alternativePayerAccount)
Constraints: Not nullable, Maximum length: 10
|
void |
setAPARToleranceGroup(String aPARToleranceGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setAuthorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setCashPlanningGroup(String cashPlanningGroup)
Constraints: Not nullable, Maximum length: 10
|
void |
setCollectiveInvoiceVariant(String collectiveInvoiceVariant)
Constraints: Not nullable, Maximum length: 1
|
void |
setCompanyCode(String companyCode)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setCompanyText(List<CustomerCompanyText> value)
Overwrites the list of associated CustomerCompanyText entities for the loaded navigation property
to_CompanyText.
|
void |
setCustomer(String customer)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setCustomerAccountGroup(String customerAccountGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setCustomerAccountNote(String customerAccountNote)
Constraints: Not nullable, Maximum length: 30
|
void |
setCustomerDunning(List<CustomerDunning> value)
Overwrites the list of associated CustomerDunning entities for the loaded navigation property
to_CustomerDunning.
|
void |
setCustomerHeadOffice(String customerHeadOffice)
Constraints: Not nullable, Maximum length: 10
|
void |
setCustomerSupplierClearingIsUsed(Boolean customerSupplierClearingIsUsed)
Constraints: none
|
void |
setDeletionIndicator(Boolean deletionIndicator)
Constraints: none
|
void |
setHouseBank(String houseBank)
Constraints: Not nullable, Maximum length: 5
|
void |
setInterestCalculationCode(String interestCalculationCode)
Constraints: Not nullable, Maximum length: 2
|
void |
setInterestCalculationDate(LocalDateTime interestCalculationDate)
Constraints: Not nullable, Precision: 0
|
void |
setIntrstCalcFrequencyInMonths(String intrstCalcFrequencyInMonths)
Constraints: Not nullable, Maximum length: 2
|
void |
setIsToBeLocallyProcessed(Boolean isToBeLocallyProcessed)
Constraints: none
|
void |
setItemIsToBePaidSeparately(Boolean itemIsToBePaidSeparately)
Constraints: none
|
void |
setKnownOrNegotiatedLeave(String knownOrNegotiatedLeave)
Constraints: Not nullable, Maximum length: 4
|
void |
setLayoutSortingRule(String layoutSortingRule)
Constraints: Not nullable, Maximum length: 3
|
void |
setPaymentBlockingReason(String paymentBlockingReason)
Constraints: Not nullable, Maximum length: 1
|
void |
setPaymentMethodsList(String paymentMethodsList)
Constraints: Not nullable, Maximum length: 10
|
void |
setPaymentTerms(String paymentTerms)
Constraints: Not nullable, Maximum length: 4
|
void |
setPaytAdviceIsSentbyEDI(Boolean paytAdviceIsSentbyEDI)
Constraints: none
|
void |
setPhysicalInventoryBlockInd(Boolean physicalInventoryBlockInd)
Constraints: none
|
void |
setReconciliationAccount(String reconciliationAccount)
Constraints: Not nullable, Maximum length: 10
|
void |
setRecordPaymentHistoryIndicator(Boolean recordPaymentHistoryIndicator)
Constraints: none
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setUserAtCustomer(String userAtCustomer)
Constraints: Not nullable, Maximum length: 15
|
void |
setValueAdjustmentKey(String valueAdjustmentKey)
Constraints: Not nullable, Maximum length: 2
|
void |
setWithHoldingTax(List<CustomerWithHoldingTax> value)
Overwrites the list of associated CustomerWithHoldingTax entities for the loaded navigation property
to_WithHoldingTax.
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final CustomerCompanySelectable ALL_FIELDS
public static final CustomerCompanyField<String> CUSTOMER
public static final CustomerCompanyField<String> COMPANY_CODE
public static final CustomerCompanyField<String> APAR_TOLERANCE_GROUP
public static final CustomerCompanyField<String> ACCOUNT_BY_CUSTOMER
public static final CustomerCompanyField<String> ACCOUNTING_CLERK
public static final CustomerCompanyField<String> ACCOUNTING_CLERK_FAX_NUMBER
public static final CustomerCompanyField<String> ACCOUNTING_CLERK_INTERNET_ADDRESS
public static final CustomerCompanyField<String> ACCOUNTING_CLERK_PHONE_NUMBER
public static final CustomerCompanyField<String> ALTERNATIVE_PAYER_ACCOUNT
public static final CustomerCompanyField<String> AUTHORIZATION_GROUP
public static final CustomerCompanyField<String> COLLECTIVE_INVOICE_VARIANT
public static final CustomerCompanyField<String> CUSTOMER_ACCOUNT_NOTE
public static final CustomerCompanyField<String> CUSTOMER_HEAD_OFFICE
public static final CustomerCompanyField<Boolean> CUSTOMER_SUPPLIER_CLEARING_IS_USED
public static final CustomerCompanyField<String> HOUSE_BANK
public static final CustomerCompanyField<String> INTEREST_CALCULATION_CODE
public static final CustomerCompanyField<LocalDateTime> INTEREST_CALCULATION_DATE
public static final CustomerCompanyField<String> INTRST_CALC_FREQUENCY_IN_MONTHS
public static final CustomerCompanyField<Boolean> IS_TO_BE_LOCALLY_PROCESSED
public static final CustomerCompanyField<Boolean> ITEM_IS_TO_BE_PAID_SEPARATELY
public static final CustomerCompanyField<String> LAYOUT_SORTING_RULE
public static final CustomerCompanyField<String> PAYMENT_BLOCKING_REASON
public static final CustomerCompanyField<String> PAYMENT_METHODS_LIST
public static final CustomerCompanyField<String> PAYMENT_TERMS
public static final CustomerCompanyField<Boolean> PAYT_ADVICE_IS_SENTBY_EDI
public static final CustomerCompanyField<Boolean> PHYSICAL_INVENTORY_BLOCK_IND
public static final CustomerCompanyField<String> RECONCILIATION_ACCOUNT
public static final CustomerCompanyField<Boolean> RECORD_PAYMENT_HISTORY_INDICATOR
public static final CustomerCompanyField<String> USER_AT_CUSTOMER
public static final CustomerCompanyField<Boolean> DELETION_INDICATOR
public static final CustomerCompanyField<String> CASH_PLANNING_GROUP
public static final CustomerCompanyField<String> KNOWN_OR_NEGOTIATED_LEAVE
public static final CustomerCompanyField<String> VALUE_ADJUSTMENT_KEY
public static final CustomerCompanyField<String> CUSTOMER_ACCOUNT_GROUP
public static final CustomerCompanyLink<CustomerCompanyText> TO_COMPANY_TEXT
public static final CustomerCompanyLink<CustomerDunning> TO_CUSTOMER_DUNNING
public static final CustomerCompanyLink<CustomerWithHoldingTax> TO_WITH_HOLDING_TAX
public CustomerCompany()
public CustomerCompany(@Nullable String customer, @Nullable String companyCode, @Nullable String aPARToleranceGroup, @Nullable String accountByCustomer, @Nullable String accountingClerk, @Nullable String accountingClerkFaxNumber, @Nullable String accountingClerkInternetAddress, @Nullable String accountingClerkPhoneNumber, @Nullable String alternativePayerAccount, @Nullable String authorizationGroup, @Nullable String collectiveInvoiceVariant, @Nullable String customerAccountNote, @Nullable String customerHeadOffice, @Nullable Boolean customerSupplierClearingIsUsed, @Nullable String houseBank, @Nullable String interestCalculationCode, @Nullable LocalDateTime interestCalculationDate, @Nullable String intrstCalcFrequencyInMonths, @Nullable Boolean isToBeLocallyProcessed, @Nullable Boolean itemIsToBePaidSeparately, @Nullable String layoutSortingRule, @Nullable String paymentBlockingReason, @Nullable String paymentMethodsList, @Nullable String paymentTerms, @Nullable Boolean paytAdviceIsSentbyEDI, @Nullable Boolean physicalInventoryBlockInd, @Nullable String reconciliationAccount, @Nullable Boolean recordPaymentHistoryIndicator, @Nullable String userAtCustomer, @Nullable Boolean deletionIndicator, @Nullable String cashPlanningGroup, @Nullable String knownOrNegotiatedLeave, @Nullable String valueAdjustmentKey, @Nullable String customerAccountGroup, List<CustomerCompanyText> toCompanyText, List<CustomerDunning> toCustomerDunning, List<CustomerWithHoldingTax> toWithHoldingTax)
@Nonnull public Class<CustomerCompany> getType()
getType
in class VdmObject<CustomerCompany>
public void setCustomer(@Nullable String customer)
Original property name from the Odata EDM: Customer
customer
- Customer Numberpublic void setCompanyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
companyCode
- Company Codepublic void setAPARToleranceGroup(@Nullable String aPARToleranceGroup)
Original property name from the Odata EDM: APARToleranceGroup
aPARToleranceGroup
- Tolerance Group for Business Partner/G/L Accountpublic void setAccountByCustomer(@Nullable String accountByCustomer)
Original property name from the Odata EDM: AccountByCustomer
accountByCustomer
- Our account number at customerpublic void setAccountingClerk(@Nullable String accountingClerk)
Original property name from the Odata EDM: AccountingClerk
accountingClerk
- Accounting Clerk Abbreviationpublic void setAccountingClerkFaxNumber(@Nullable String accountingClerkFaxNumber)
Original property name from the Odata EDM: AccountingClerkFaxNumber
accountingClerkFaxNumber
- Accounting clerk's fax number at the customer/vendorpublic void setAccountingClerkInternetAddress(@Nullable String accountingClerkInternetAddress)
Original property name from the Odata EDM: AccountingClerkInternetAddress
accountingClerkInternetAddress
- Internet address of partner company clerkpublic void setAccountingClerkPhoneNumber(@Nullable String accountingClerkPhoneNumber)
Original property name from the Odata EDM: AccountingClerkPhoneNumber
accountingClerkPhoneNumber
- Accounting clerk's telephone number at business partnerpublic void setAlternativePayerAccount(@Nullable String alternativePayerAccount)
Original property name from the Odata EDM: AlternativePayerAccount
alternativePayerAccount
- Account number of an alternative payerpublic void setAuthorizationGroup(@Nullable String authorizationGroup)
Original property name from the Odata EDM: AuthorizationGroup
authorizationGroup
- Authorization Grouppublic void setCollectiveInvoiceVariant(@Nullable String collectiveInvoiceVariant)
Original property name from the Odata EDM: CollectiveInvoiceVariant
collectiveInvoiceVariant
- Collective Invoice Variantpublic void setCustomerAccountNote(@Nullable String customerAccountNote)
Original property name from the Odata EDM: CustomerAccountNote
customerAccountNote
- Memopublic void setCustomerHeadOffice(@Nullable String customerHeadOffice)
Original property name from the Odata EDM: CustomerHeadOffice
customerHeadOffice
- Head office account number (in branch accounts)public void setCustomerSupplierClearingIsUsed(@Nullable Boolean customerSupplierClearingIsUsed)
Original property name from the Odata EDM: CustomerSupplierClearingIsUsed
customerSupplierClearingIsUsed
- Indicator: Clearing between customer and vendor ?public void setHouseBank(@Nullable String houseBank)
Original property name from the Odata EDM: HouseBank
houseBank
- Short Key for a House Bankpublic void setInterestCalculationCode(@Nullable String interestCalculationCode)
Original property name from the Odata EDM: InterestCalculationCode
interestCalculationCode
- Interest Indicatorpublic void setInterestCalculationDate(@Nullable LocalDateTime interestCalculationDate)
Original property name from the Odata EDM: InterestCalculationDate
interestCalculationDate
- Key Date of Last Interest Calculationpublic void setIntrstCalcFrequencyInMonths(@Nullable String intrstCalcFrequencyInMonths)
Original property name from the Odata EDM: IntrstCalcFrequencyInMonths
intrstCalcFrequencyInMonths
- Interest Calculation Frequency in Monthspublic void setIsToBeLocallyProcessed(@Nullable Boolean isToBeLocallyProcessed)
Original property name from the Odata EDM: IsToBeLocallyProcessed
isToBeLocallyProcessed
- Indicator: Local Processing?public void setItemIsToBePaidSeparately(@Nullable Boolean itemIsToBePaidSeparately)
Original property name from the Odata EDM: ItemIsToBePaidSeparately
itemIsToBePaidSeparately
- Indicator: Pay All Items Separately?public void setLayoutSortingRule(@Nullable String layoutSortingRule)
Original property name from the Odata EDM: LayoutSortingRule
layoutSortingRule
- Key for sorting according to assignment numberspublic void setPaymentBlockingReason(@Nullable String paymentBlockingReason)
Original property name from the Odata EDM: PaymentBlockingReason
paymentBlockingReason
- Block Key for Paymentpublic void setPaymentMethodsList(@Nullable String paymentMethodsList)
Original property name from the Odata EDM: PaymentMethodsList
paymentMethodsList
- List of Respected Payment Methodspublic void setPaymentTerms(@Nullable String paymentTerms)
Original property name from the Odata EDM: PaymentTerms
paymentTerms
- Terms of payment keypublic void setPaytAdviceIsSentbyEDI(@Nullable Boolean paytAdviceIsSentbyEDI)
Original property name from the Odata EDM: PaytAdviceIsSentbyEDI
paytAdviceIsSentbyEDI
- Indicator: Send Payment Advices by EDIpublic void setPhysicalInventoryBlockInd(@Nullable Boolean physicalInventoryBlockInd)
Original property name from the Odata EDM: PhysicalInventoryBlockInd
physicalInventoryBlockInd
- Posting block for company codepublic void setReconciliationAccount(@Nullable String reconciliationAccount)
Original property name from the Odata EDM: ReconciliationAccount
reconciliationAccount
- Reconciliation Account in General Ledgerpublic void setRecordPaymentHistoryIndicator(@Nullable Boolean recordPaymentHistoryIndicator)
Original property name from the Odata EDM: RecordPaymentHistoryIndicator
recordPaymentHistoryIndicator
- Indicator: Record Payment History ?public void setUserAtCustomer(@Nullable String userAtCustomer)
Original property name from the Odata EDM: UserAtCustomer
userAtCustomer
- User at customerpublic void setDeletionIndicator(@Nullable Boolean deletionIndicator)
Original property name from the Odata EDM: DeletionIndicator
deletionIndicator
- Deletion Flag for Master Record (Company Code Level)public void setCashPlanningGroup(@Nullable String cashPlanningGroup)
Original property name from the Odata EDM: CashPlanningGroup
cashPlanningGroup
- Planning Grouppublic void setKnownOrNegotiatedLeave(@Nullable String knownOrNegotiatedLeave)
Original property name from the Odata EDM: KnownOrNegotiatedLeave
knownOrNegotiatedLeave
- Short Key for Known/Negotiated Leavepublic void setValueAdjustmentKey(@Nullable String valueAdjustmentKey)
Original property name from the Odata EDM: ValueAdjustmentKey
valueAdjustmentKey
- Value Adjustment Keypublic void setCustomerAccountGroup(@Nullable String customerAccountGroup)
Original property name from the Odata EDM: CustomerAccountGroup
customerAccountGroup
- Customer Account Groupprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<CustomerCompany>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<CustomerCompany>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<CustomerCompany>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<CustomerCompany>
@Nonnull public static <T> CustomerCompanyField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> CustomerCompanyField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<CustomerCompany>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<CustomerCompany>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<CustomerCompany>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<CustomerCompany>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<CustomerCompany>
@Nonnull public List<CustomerCompanyText> fetchCompanyText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<CustomerCompanyText> getCompanyTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_CompanyText of a queried CustomerCompany is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<CustomerCompanyText>> getCompanyTextIfPresent()
If the navigation property for an entity CustomerCompany has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setCompanyText(@Nonnull List<CustomerCompanyText> value)
If the navigation property to_CompanyText of a queried CustomerCompany is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of CustomerCompanyText entities.public void addCompanyText(CustomerCompanyText... entity)
If the navigation property to_CompanyText of a queried CustomerCompany is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of CustomerCompanyText entities.@Nonnull public List<CustomerDunning> fetchCustomerDunning() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<CustomerDunning> getCustomerDunningOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_CustomerDunning of a queried CustomerCompany is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<CustomerDunning>> getCustomerDunningIfPresent()
If the navigation property for an entity CustomerCompany has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setCustomerDunning(@Nonnull List<CustomerDunning> value)
If the navigation property to_CustomerDunning of a queried CustomerCompany is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of CustomerDunning entities.public void addCustomerDunning(CustomerDunning... entity)
If the navigation property to_CustomerDunning of a queried CustomerCompany is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of CustomerDunning entities.@Nonnull public List<CustomerWithHoldingTax> fetchWithHoldingTax() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<CustomerWithHoldingTax> getWithHoldingTaxOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_WithHoldingTax of a queried CustomerCompany is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<CustomerWithHoldingTax>> getWithHoldingTaxIfPresent()
If the navigation property for an entity CustomerCompany has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setWithHoldingTax(@Nonnull List<CustomerWithHoldingTax> value)
If the navigation property to_WithHoldingTax of a queried CustomerCompany is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of CustomerWithHoldingTax entities.public void addWithHoldingTax(CustomerWithHoldingTax... entity)
If the navigation property to_WithHoldingTax of a queried CustomerCompany is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of CustomerWithHoldingTax entities.@Nonnull public static CustomerCompany.CustomerCompanyBuilder builder()
@Nullable public String getCustomer()
Original property name from the Odata EDM: Customer
@Nullable public String getCompanyCode()
Original property name from the Odata EDM: CompanyCode
@Nullable public String getAPARToleranceGroup()
Original property name from the Odata EDM: APARToleranceGroup
@Nullable public String getAccountByCustomer()
Original property name from the Odata EDM: AccountByCustomer
@Nullable public String getAccountingClerk()
Original property name from the Odata EDM: AccountingClerk
@Nullable public String getAccountingClerkFaxNumber()
Original property name from the Odata EDM: AccountingClerkFaxNumber
@Nullable public String getAccountingClerkInternetAddress()
Original property name from the Odata EDM: AccountingClerkInternetAddress
@Nullable public String getAccountingClerkPhoneNumber()
Original property name from the Odata EDM: AccountingClerkPhoneNumber
@Nullable public String getAlternativePayerAccount()
Original property name from the Odata EDM: AlternativePayerAccount
@Nullable public String getAuthorizationGroup()
Original property name from the Odata EDM: AuthorizationGroup
@Nullable public String getCollectiveInvoiceVariant()
Original property name from the Odata EDM: CollectiveInvoiceVariant
@Nullable public String getCustomerAccountNote()
Original property name from the Odata EDM: CustomerAccountNote
@Nullable public String getCustomerHeadOffice()
Original property name from the Odata EDM: CustomerHeadOffice
@Nullable public Boolean getCustomerSupplierClearingIsUsed()
Original property name from the Odata EDM: CustomerSupplierClearingIsUsed
@Nullable public String getHouseBank()
Original property name from the Odata EDM: HouseBank
@Nullable public String getInterestCalculationCode()
Original property name from the Odata EDM: InterestCalculationCode
@Nullable public LocalDateTime getInterestCalculationDate()
Original property name from the Odata EDM: InterestCalculationDate
@Nullable public String getIntrstCalcFrequencyInMonths()
Original property name from the Odata EDM: IntrstCalcFrequencyInMonths
@Nullable public Boolean getIsToBeLocallyProcessed()
Original property name from the Odata EDM: IsToBeLocallyProcessed
@Nullable public Boolean getItemIsToBePaidSeparately()
Original property name from the Odata EDM: ItemIsToBePaidSeparately
@Nullable public String getLayoutSortingRule()
Original property name from the Odata EDM: LayoutSortingRule
@Nullable public String getPaymentBlockingReason()
Original property name from the Odata EDM: PaymentBlockingReason
@Nullable public String getPaymentMethodsList()
Original property name from the Odata EDM: PaymentMethodsList
@Nullable public String getPaymentTerms()
Original property name from the Odata EDM: PaymentTerms
@Nullable public Boolean getPaytAdviceIsSentbyEDI()
Original property name from the Odata EDM: PaytAdviceIsSentbyEDI
@Nullable public Boolean getPhysicalInventoryBlockInd()
Original property name from the Odata EDM: PhysicalInventoryBlockInd
@Nullable public String getReconciliationAccount()
Original property name from the Odata EDM: ReconciliationAccount
@Nullable public Boolean getRecordPaymentHistoryIndicator()
Original property name from the Odata EDM: RecordPaymentHistoryIndicator
@Nullable public String getUserAtCustomer()
Original property name from the Odata EDM: UserAtCustomer
@Nullable public Boolean getDeletionIndicator()
Original property name from the Odata EDM: DeletionIndicator
@Nullable public String getCashPlanningGroup()
Original property name from the Odata EDM: CashPlanningGroup
@Nullable public String getKnownOrNegotiatedLeave()
Original property name from the Odata EDM: KnownOrNegotiatedLeave
@Nullable public String getValueAdjustmentKey()
Original property name from the Odata EDM: ValueAdjustmentKey
@Nullable public String getCustomerAccountGroup()
Original property name from the Odata EDM: CustomerAccountGroup
@Nonnull public String toString()
toString
in class VdmObject<CustomerCompany>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<CustomerCompany>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<CustomerCompany>
public int hashCode()
hashCode
in class VdmObject<CustomerCompany>
Copyright © 2021 SAP SE. All rights reserved.