public class BusinessPartnerBank extends VdmEntity<BusinessPartnerBank>
Modifier and Type | Class and Description |
---|---|
static class |
BusinessPartnerBank.BusinessPartnerBankBuilder |
Modifier and Type | Field and Description |
---|---|
static BusinessPartnerBankSelectable |
ALL_FIELDS
Selector for all available fields of BusinessPartnerBank.
|
static BusinessPartnerBankField<String> |
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
|
static BusinessPartnerBankField<String> |
BANK_ACCOUNT
Use with available fluent helpers to apply the BankAccount field to query operations.
|
static BusinessPartnerBankField<String> |
BANK_ACCOUNT_HOLDER_NAME
Use with available fluent helpers to apply the BankAccountHolderName field to query operations.
|
static BusinessPartnerBankField<String> |
BANK_ACCOUNT_NAME
Use with available fluent helpers to apply the BankAccountName field to query operations.
|
static BusinessPartnerBankField<String> |
BANK_ACCOUNT_REFERENCE_TEXT
Use with available fluent helpers to apply the BankAccountReferenceText field to query operations.
|
static BusinessPartnerBankField<String> |
BANK_CONTROL_KEY
Use with available fluent helpers to apply the BankControlKey field to query operations.
|
static BusinessPartnerBankField<String> |
BANK_COUNTRY_KEY
Use with available fluent helpers to apply the BankCountryKey field to query operations.
|
static BusinessPartnerBankField<String> |
BANK_IDENTIFICATION
Use with available fluent helpers to apply the BankIdentification field to query operations.
|
static BusinessPartnerBankField<String> |
BANK_NAME
Use with available fluent helpers to apply the BankName field to query operations.
|
static BusinessPartnerBankField<String> |
BANK_NUMBER
Use with available fluent helpers to apply the BankNumber field to query operations.
|
static BusinessPartnerBankField<String> |
BUSINESS_PARTNER
Use with available fluent helpers to apply the BusinessPartner field to query operations.
|
static BusinessPartnerBankField<String> |
CITY_NAME
Use with available fluent helpers to apply the CityName field to query operations.
|
static BusinessPartnerBankField<Boolean> |
COLLECTION_AUTH_IND
Use with available fluent helpers to apply the CollectionAuthInd field to query operations.
|
static BusinessPartnerBankField<String> |
IBAN
Use with available fluent helpers to apply the IBAN field to query operations.
|
static BusinessPartnerBankField<Calendar> |
IBAN_VALIDITY_START_DATE
Use with available fluent helpers to apply the IBANValidityStartDate field to query operations.
|
static BusinessPartnerBankField<String> |
SWIFT_CODE
Use with available fluent helpers to apply the SWIFTCode field to query operations.
|
static BusinessPartnerBankField<Calendar> |
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static BusinessPartnerBankField<Calendar> |
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
Constructor and Description |
---|
BusinessPartnerBank() |
BusinessPartnerBank(String businessPartner,
String bankIdentification,
String bankCountryKey,
String bankName,
String bankNumber,
String sWIFTCode,
String bankControlKey,
String bankAccountHolderName,
String bankAccountName,
Calendar validityStartDate,
Calendar validityEndDate,
String iBAN,
Calendar iBANValidityStartDate,
String bankAccount,
String bankAccountReferenceText,
Boolean collectionAuthInd,
String cityName,
String authorizationGroup,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static BusinessPartnerBank.BusinessPartnerBankBuilder |
builder() |
boolean |
equals(Object o) |
static <T> BusinessPartnerBankField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getAuthorizationGroup()
Constraints: Not nullable, Maximum length: 4 Use the following authorization object:'Business partners: authorization groups' (B_BUPA_GRP).The system only checks this authorization if you made an entry in the "Authorization group" field for the business partner.
|
String |
getBankAccount()
Constraints: Not nullable, Maximum length: 18
|
String |
getBankAccountHolderName()
Constraints: Not nullable, Maximum length: 60
|
String |
getBankAccountName()
Constraints: Not nullable, Maximum length: 40
|
String |
getBankAccountReferenceText()
Constraints: Not nullable, Maximum length: 20 In some countries the data for the bank details of the business partner (bank number, bank account number, name of the account holder) have to supplemented by other details in order to be able to use certain payment processes.
|
String |
getBankControlKey()
Constraints: Not nullable, Maximum length: 2 The field contains a check key for the combination bank number and bank account number.USAIn USA this field is used to differentiate between a savings and a current account (if no value is entered, the default value 01 is used).01 Current account02 Savings account03 Loan account04 General ledgerJapanIn Japan this field specifies the type of account.
|
String |
getBankCountryKey()
Constraints: Not nullable, Maximum length: 3 The country key determines according to which rules the remaining bank data (for example, bank number and bank account number) is checked.
|
String |
getBankIdentification()
(Key Field) Constraints: Not nullable, Maximum length: 4 Enter a bank details ID for each separate set of bank details for a business partner.Business Partner: H.
|
String |
getBankName()
Constraints: Not nullable, Maximum length: 60
|
String |
getBankNumber()
Constraints: Not nullable, Maximum length: 15 The country-specific meaning of this bank key is specified when defining country key.Normally banks have a bank number, which then also appears in the control data of the bank.In certain countries the bank account number assumes this function; in such a case there would be no bank numbers, the bank details are then under the account number.For data medium exchange it can be useful to be able create banks for foreign business partners without a bank number, even if the country in question has bank numbers.
|
String |
getBusinessPartner()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getCityName()
Constraints: Not nullable, Maximum length: 35
|
Boolean |
getCollectionAuthInd()
Constraints: noneSet this indicator if the bank has collection authorization.Note for Accounts Receivable (FI-AR)If this indicator is not set, there is no bank collection.Note for Contract Accounts Receivable and Payable (FI-CA)This indicator is not relevant.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
String |
getIBAN()
Constraints: Not nullable, Maximum length: 34 Country key of the bank (ISO code)Two-digit check numberCountry-specific account number (in Germany this consists of the bank number and account number, in France the bank number, account number and check key).The IBAN not only makes international payments easier, in some countries it has advantages for domestic payments as well.
|
Calendar |
getIBANValidityStartDate()
Constraints: Not nullable, Precision: 0
|
String |
getSWIFTCode()
Constraints: Not nullable, Maximum length: 11 SWIFT stands for Society for Worldwide Interbank Financial Telecommunication.BIC stands for Bank Identifier Code.This globally unique code can be used in international payment transactions to identify the bank without the need to specify an address or bank number.
|
Class<BusinessPartnerBank> |
getType() |
Calendar |
getValidityEndDate()
Constraints: Not nullable, Precision: 0
|
Calendar |
getValidityStartDate()
Constraints: Not nullable, Precision: 0
|
int |
hashCode() |
void |
setAuthorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4 Use the following authorization object:'Business partners: authorization groups' (B_BUPA_GRP).The system only checks this authorization if you made an entry in the "Authorization group" field for the business partner.
|
void |
setBankAccount(String bankAccount)
Constraints: Not nullable, Maximum length: 18
|
void |
setBankAccountHolderName(String bankAccountHolderName)
Constraints: Not nullable, Maximum length: 60
|
void |
setBankAccountName(String bankAccountName)
Constraints: Not nullable, Maximum length: 40
|
void |
setBankAccountReferenceText(String bankAccountReferenceText)
Constraints: Not nullable, Maximum length: 20 In some countries the data for the bank details of the business partner (bank number, bank account number, name of the account holder) have to supplemented by other details in order to be able to use certain payment processes.
|
void |
setBankControlKey(String bankControlKey)
Constraints: Not nullable, Maximum length: 2 The field contains a check key for the combination bank number and bank account number.USAIn USA this field is used to differentiate between a savings and a current account (if no value is entered, the default value 01 is used).01 Current account02 Savings account03 Loan account04 General ledgerJapanIn Japan this field specifies the type of account.
|
void |
setBankCountryKey(String bankCountryKey)
Constraints: Not nullable, Maximum length: 3 The country key determines according to which rules the remaining bank data (for example, bank number and bank account number) is checked.
|
void |
setBankIdentification(String bankIdentification)
(Key Field) Constraints: Not nullable, Maximum length: 4 Enter a bank details ID for each separate set of bank details for a business partner.Business Partner: H.
|
void |
setBankName(String bankName)
Constraints: Not nullable, Maximum length: 60
|
void |
setBankNumber(String bankNumber)
Constraints: Not nullable, Maximum length: 15 The country-specific meaning of this bank key is specified when defining country key.Normally banks have a bank number, which then also appears in the control data of the bank.In certain countries the bank account number assumes this function; in such a case there would be no bank numbers, the bank details are then under the account number.For data medium exchange it can be useful to be able create banks for foreign business partners without a bank number, even if the country in question has bank numbers.
|
void |
setBusinessPartner(String businessPartner)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setCityName(String cityName)
Constraints: Not nullable, Maximum length: 35
|
void |
setCollectionAuthInd(Boolean collectionAuthInd)
Constraints: noneSet this indicator if the bank has collection authorization.Note for Accounts Receivable (FI-AR)If this indicator is not set, there is no bank collection.Note for Contract Accounts Receivable and Payable (FI-CA)This indicator is not relevant.
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setIBAN(String iBAN)
Constraints: Not nullable, Maximum length: 34 Country key of the bank (ISO code)Two-digit check numberCountry-specific account number (in Germany this consists of the bank number and account number, in France the bank number, account number and check key).The IBAN not only makes international payments easier, in some countries it has advantages for domestic payments as well.
|
void |
setIBANValidityStartDate(Calendar iBANValidityStartDate)
Constraints: Not nullable, Precision: 0
|
void |
setSWIFTCode(String sWIFTCode)
Constraints: Not nullable, Maximum length: 11 SWIFT stands for Society for Worldwide Interbank Financial Telecommunication.BIC stands for Bank Identifier Code.This globally unique code can be used in international payment transactions to identify the bank without the need to specify an address or bank number.
|
void |
setValidityEndDate(Calendar validityEndDate)
Constraints: Not nullable, Precision: 0
|
void |
setValidityStartDate(Calendar validityStartDate)
Constraints: Not nullable, Precision: 0
|
String |
toString() |
getVersionIdentifier, setVersionIdentifier
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final BusinessPartnerBankSelectable ALL_FIELDS
public static final BusinessPartnerBankField<String> BUSINESS_PARTNER
public static final BusinessPartnerBankField<String> BANK_IDENTIFICATION
public static final BusinessPartnerBankField<String> BANK_COUNTRY_KEY
public static final BusinessPartnerBankField<String> BANK_NAME
public static final BusinessPartnerBankField<String> BANK_NUMBER
public static final BusinessPartnerBankField<String> SWIFT_CODE
public static final BusinessPartnerBankField<String> BANK_CONTROL_KEY
public static final BusinessPartnerBankField<String> BANK_ACCOUNT_HOLDER_NAME
public static final BusinessPartnerBankField<String> BANK_ACCOUNT_NAME
public static final BusinessPartnerBankField<Calendar> VALIDITY_START_DATE
public static final BusinessPartnerBankField<Calendar> VALIDITY_END_DATE
public static final BusinessPartnerBankField<String> IBAN
public static final BusinessPartnerBankField<Calendar> IBAN_VALIDITY_START_DATE
public static final BusinessPartnerBankField<String> BANK_ACCOUNT
public static final BusinessPartnerBankField<String> BANK_ACCOUNT_REFERENCE_TEXT
public static final BusinessPartnerBankField<Boolean> COLLECTION_AUTH_IND
public static final BusinessPartnerBankField<String> CITY_NAME
public static final BusinessPartnerBankField<String> AUTHORIZATION_GROUP
public BusinessPartnerBank()
public BusinessPartnerBank(@Nullable String businessPartner, @Nullable String bankIdentification, @Nullable String bankCountryKey, @Nullable String bankName, @Nullable String bankNumber, @Nullable String sWIFTCode, @Nullable String bankControlKey, @Nullable String bankAccountHolderName, @Nullable String bankAccountName, @Nullable Calendar validityStartDate, @Nullable Calendar validityEndDate, @Nullable String iBAN, @Nullable Calendar iBANValidityStartDate, @Nullable String bankAccount, @Nullable String bankAccountReferenceText, @Nullable Boolean collectionAuthInd, @Nullable String cityName, @Nullable String authorizationGroup, @Nullable ErpConfigContext erpConfigContext)
public Class<BusinessPartnerBank> getType()
getType
in class VdmObject<BusinessPartnerBank>
public static <T> BusinessPartnerBankField<T> field(String fieldName, 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.public static BusinessPartnerBank.BusinessPartnerBankBuilder builder()
@Nullable public String getBusinessPartner()
@Nullable public String getBankIdentification()
Enter a bank details ID for each separate set of bank details for a business partner.Business Partner: H. MillerBD-ID Fin.institution Acct no. 0001 Chemical Bank, NYC 56234560002 Chemical Bank, NYC 56231220003 First Bank of Pittsburgh ...Business partner: T.Wolsey and Co.BD-ID Fin.institution Acct no.GIR0 Citibank, Charleston ...GIR1 Chemical Bank, NYC ...
@Nullable public String getBankCountryKey()
The country key determines according to which rules the remaining bank data (for example, bank number and bank account number) is checked.
@Nullable public String getBankName()
@Nullable public String getBankNumber()
The country-specific meaning of this bank key is specified when defining country key.Normally banks have a bank number, which then also appears in the control data of the bank.In certain countries the bank account number assumes this function; in such a case there would be no bank numbers, the bank details are then under the account number.For data medium exchange it can be useful to be able create banks for foreign business partners without a bank number, even if the country in question has bank numbers. In such cases the bank key can be assigned internally.If the bank data is under another key, such as the SWIFT code for example, numbers can also be assigned externally.
@Nullable public String getSWIFTCode()
SWIFT stands for Society for Worldwide Interbank Financial Telecommunication.BIC stands for Bank Identifier Code.This globally unique code can be used in international payment transactions to identify the bank without the need to specify an address or bank number. Specification of the SWIFT code/BIC is mainly relevant for automatic payment transactions.
@Nullable public String getBankControlKey()
The field contains a check key for the combination bank number and bank account number.USAIn USA this field is used to differentiate between a savings and a current account (if no value is entered, the default value 01 is used).01 Current account02 Savings account03 Loan account04 General ledgerJapanIn Japan this field specifies the type of account. This information is is copied from the payment medium print program into payment medium. The following is an example of the account types used:01 FUTSU (similar to a savings account)02 TOUZA (similar to a current account)04 CHOCHIKU (similar to an investment account)09 Other types of bank accountsSouth AfricaIn South Africa this field specifies the type of account. The information entered here is forwarded to the bank that carries out the payment order. The following account types are permitted in ABC format:01 Current (Cheque) Account02 Savings Account03 Transmission Account04 Bond Account06 Subscription Share AccountArgentinaIn Argentina this field specifies the type of account:CC Current Account (Cuenta corriente)CA Saving Account (Caja de ahorro)CE Special Saving Account (Caja de ahorro especial)CS Salary Account (Cuenta sueldos)VenezuelaIn Venezuela this field specifies the type of account:CC Checking Account (Cuenta corriente)CA Saving Account (Cuenta de ahorro)CE Special Saving Account (Cuenta de ahorro especial)CS Salary Account (Cuenta sueldos)MexicoIn Mexico this field contains a two-digit key for classifying the bank account (for example, as a savings or current account). This key have different definitions, depending on the bank.NoteFor countries that are not listed here, this field can be used for account-specific information.
@Nullable public String getBankAccountHolderName()
@Nullable public String getBankAccountName()
@Nullable public Calendar getValidityStartDate()
@Nullable public Calendar getValidityEndDate()
@Nullable public String getIBAN()
Country key of the bank (ISO code)Two-digit check numberCountry-specific account number (in Germany this consists of the bank number and account number, in France the bank number, account number and check key).The IBAN not only makes international payments easier, in some countries it has advantages for domestic payments as well. Depending on the country, it can mean advantages for value and fees.The IBAN can be maintained in parallel with the bank details but does not replace them. It is stored under the master data of the business partner and can then be used when creating the payment medium.Since it is only the bank that has the account that may generate the IBAN corresponding to an account number, the SAP system only generates a proposal. You can confirm or change this proposal. If no proposal is generated, enter the IBAN manually.An IBAN in Belgium may look like this:Electronic Form:BE62510007547061Printed form, as it would appear on an invoice:IBAN BE62 5100 0754 7061
@Nullable public Calendar getIBANValidityStartDate()
@Nullable public String getBankAccount()
@Nullable public String getBankAccountReferenceText()
In some countries the data for the bank details of the business partner (bank number, bank account number, name of the account holder) have to supplemented by other details in order to be able to use certain payment processes. This supplementary details are defined here.If additional data is required for the bank details for payment transactions in your country (see the following examples), enter the reference information.If for an automatic debit the bank requires the reference number of the collection authorization in Norway or Great Britain, specify this number here.In Great Britain when making payments to an account in a 'Building Society' you must specify which number payment recipient has. These details must be defined in the reference field, whereas the fields Bank Key and Account Number are to be used for the bank details of the 'Building Society'.In Great Britain when entering a building society account number, the name of the building society should also be maintained in the system.
@Nullable public Boolean getCollectionAuthInd()
Set this indicator if the bank has collection authorization.Note for Accounts Receivable (FI-AR)If this indicator is not set, there is no bank collection.Note for Contract Accounts Receivable and Payable (FI-CA)This indicator is not relevant.
@Nullable public String getCityName()
@Nullable public String getAuthorizationGroup()
Use the following authorization object:'Business partners: authorization groups' (B_BUPA_GRP).The system only checks this authorization if you made an entry in the "Authorization group" field for the business partner. Otherwise, any user may process the business partner.
@Nullable public ErpConfigContext getErpConfigContext()
public void setBusinessPartner(@Nullable String businessPartner)
businessPartner
- public void setBankIdentification(@Nullable String bankIdentification)
Enter a bank details ID for each separate set of bank details for a business partner.Business Partner: H. MillerBD-ID Fin.institution Acct no. 0001 Chemical Bank, NYC 56234560002 Chemical Bank, NYC 56231220003 First Bank of Pittsburgh ...Business partner: T.Wolsey and Co.BD-ID Fin.institution Acct no.GIR0 Citibank, Charleston ...GIR1 Chemical Bank, NYC ...
bankIdentification
- public void setBankCountryKey(@Nullable String bankCountryKey)
The country key determines according to which rules the remaining bank data (for example, bank number and bank account number) is checked.
bankCountryKey
- public void setBankName(@Nullable String bankName)
bankName
- public void setBankNumber(@Nullable String bankNumber)
The country-specific meaning of this bank key is specified when defining country key.Normally banks have a bank number, which then also appears in the control data of the bank.In certain countries the bank account number assumes this function; in such a case there would be no bank numbers, the bank details are then under the account number.For data medium exchange it can be useful to be able create banks for foreign business partners without a bank number, even if the country in question has bank numbers. In such cases the bank key can be assigned internally.If the bank data is under another key, such as the SWIFT code for example, numbers can also be assigned externally.
bankNumber
- public void setSWIFTCode(@Nullable String sWIFTCode)
SWIFT stands for Society for Worldwide Interbank Financial Telecommunication.BIC stands for Bank Identifier Code.This globally unique code can be used in international payment transactions to identify the bank without the need to specify an address or bank number. Specification of the SWIFT code/BIC is mainly relevant for automatic payment transactions.
sWIFTCode
- public void setBankControlKey(@Nullable String bankControlKey)
The field contains a check key for the combination bank number and bank account number.USAIn USA this field is used to differentiate between a savings and a current account (if no value is entered, the default value 01 is used).01 Current account02 Savings account03 Loan account04 General ledgerJapanIn Japan this field specifies the type of account. This information is is copied from the payment medium print program into payment medium. The following is an example of the account types used:01 FUTSU (similar to a savings account)02 TOUZA (similar to a current account)04 CHOCHIKU (similar to an investment account)09 Other types of bank accountsSouth AfricaIn South Africa this field specifies the type of account. The information entered here is forwarded to the bank that carries out the payment order. The following account types are permitted in ABC format:01 Current (Cheque) Account02 Savings Account03 Transmission Account04 Bond Account06 Subscription Share AccountArgentinaIn Argentina this field specifies the type of account:CC Current Account (Cuenta corriente)CA Saving Account (Caja de ahorro)CE Special Saving Account (Caja de ahorro especial)CS Salary Account (Cuenta sueldos)VenezuelaIn Venezuela this field specifies the type of account:CC Checking Account (Cuenta corriente)CA Saving Account (Cuenta de ahorro)CE Special Saving Account (Cuenta de ahorro especial)CS Salary Account (Cuenta sueldos)MexicoIn Mexico this field contains a two-digit key for classifying the bank account (for example, as a savings or current account). This key have different definitions, depending on the bank.NoteFor countries that are not listed here, this field can be used for account-specific information.
bankControlKey
- public void setBankAccountHolderName(@Nullable String bankAccountHolderName)
bankAccountHolderName
- public void setBankAccountName(@Nullable String bankAccountName)
bankAccountName
- public void setValidityStartDate(@Nullable Calendar validityStartDate)
validityStartDate
- public void setValidityEndDate(@Nullable Calendar validityEndDate)
validityEndDate
- public void setIBAN(@Nullable String iBAN)
Country key of the bank (ISO code)Two-digit check numberCountry-specific account number (in Germany this consists of the bank number and account number, in France the bank number, account number and check key).The IBAN not only makes international payments easier, in some countries it has advantages for domestic payments as well. Depending on the country, it can mean advantages for value and fees.The IBAN can be maintained in parallel with the bank details but does not replace them. It is stored under the master data of the business partner and can then be used when creating the payment medium.Since it is only the bank that has the account that may generate the IBAN corresponding to an account number, the SAP system only generates a proposal. You can confirm or change this proposal. If no proposal is generated, enter the IBAN manually.An IBAN in Belgium may look like this:Electronic Form:BE62510007547061Printed form, as it would appear on an invoice:IBAN BE62 5100 0754 7061
iBAN
- public void setIBANValidityStartDate(@Nullable Calendar iBANValidityStartDate)
iBANValidityStartDate
- public void setBankAccount(@Nullable String bankAccount)
bankAccount
- public void setBankAccountReferenceText(@Nullable String bankAccountReferenceText)
In some countries the data for the bank details of the business partner (bank number, bank account number, name of the account holder) have to supplemented by other details in order to be able to use certain payment processes. This supplementary details are defined here.If additional data is required for the bank details for payment transactions in your country (see the following examples), enter the reference information.If for an automatic debit the bank requires the reference number of the collection authorization in Norway or Great Britain, specify this number here.In Great Britain when making payments to an account in a 'Building Society' you must specify which number payment recipient has. These details must be defined in the reference field, whereas the fields Bank Key and Account Number are to be used for the bank details of the 'Building Society'.In Great Britain when entering a building society account number, the name of the building society should also be maintained in the system.
bankAccountReferenceText
- public void setCollectionAuthInd(@Nullable Boolean collectionAuthInd)
Set this indicator if the bank has collection authorization.Note for Accounts Receivable (FI-AR)If this indicator is not set, there is no bank collection.Note for Contract Accounts Receivable and Payable (FI-CA)This indicator is not relevant.
collectionAuthInd
- public void setCityName(@Nullable String cityName)
cityName
- public void setAuthorizationGroup(@Nullable String authorizationGroup)
Use the following authorization object:'Business partners: authorization groups' (B_BUPA_GRP).The system only checks this authorization if you made an entry in the "Authorization group" field for the business partner. Otherwise, any user may process the business partner.
authorizationGroup
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<BusinessPartnerBank>
public boolean equals(Object o)
equals
in class VdmObject<BusinessPartnerBank>
public int hashCode()
hashCode
in class VdmObject<BusinessPartnerBank>
Copyright © 2018 SAP SE. All rights reserved.