public class BusinessPartnerBank extends VdmEntity<BusinessPartnerBank>
Original entity name from the Odata EDM: A_BusinessPartnerBankType
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<LocalDateTime> |
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<ZonedDateTime> |
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static BusinessPartnerBankField<ZonedDateTime> |
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
BusinessPartnerBank() |
BusinessPartnerBank(String businessPartner,
String bankIdentification,
String bankCountryKey,
String bankName,
String bankNumber,
String sWIFTCode,
String bankControlKey,
String bankAccountHolderName,
String bankAccountName,
ZonedDateTime validityStartDate,
ZonedDateTime validityEndDate,
String iBAN,
LocalDateTime iBANValidityStartDate,
String bankAccount,
String bankAccountReferenceText,
Boolean collectionAuthInd,
String cityName,
String authorizationGroup) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static BusinessPartnerBank.BusinessPartnerBankBuilder |
builder() |
protected boolean |
canEqual(Object other) |
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.
|
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 |
getAuthorizationGroup()
Constraints: Not nullable, Maximum length: 4
|
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
|
String |
getBankControlKey()
Constraints: Not nullable, Maximum length: 2
|
String |
getBankCountryKey()
Constraints: Not nullable, Maximum length: 3
|
String |
getBankIdentification()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getBankName()
Constraints: Not nullable, Maximum length: 60
|
String |
getBankNumber()
Constraints: Not nullable, Maximum length: 15
|
String |
getBusinessPartner()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getCityName()
Constraints: Not nullable, Maximum length: 35
|
Boolean |
getCollectionAuthInd()
Constraints: none
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
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 |
getIBAN()
Constraints: Not nullable, Maximum length: 34
|
LocalDateTime |
getIBANValidityStartDate()
Constraints: Not nullable, Precision: 0
|
protected Map<String,Object> |
getKey() |
String |
getSWIFTCode()
Constraints: Not nullable, Maximum length: 11
|
Class<BusinessPartnerBank> |
getType() |
ZonedDateTime |
getValidityEndDate()
Constraints: Not nullable, Precision: 0
|
ZonedDateTime |
getValidityStartDate()
Constraints: Not nullable, Precision: 0
|
int |
hashCode() |
void |
setAuthorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
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
|
void |
setBankControlKey(String bankControlKey)
Constraints: Not nullable, Maximum length: 2
|
void |
setBankCountryKey(String bankCountryKey)
Constraints: Not nullable, Maximum length: 3
|
void |
setBankIdentification(String bankIdentification)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setBankName(String bankName)
Constraints: Not nullable, Maximum length: 60
|
void |
setBankNumber(String bankNumber)
Constraints: Not nullable, Maximum length: 15
|
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: none
|
void |
setIBAN(String iBAN)
Constraints: Not nullable, Maximum length: 34
|
void |
setIBANValidityStartDate(LocalDateTime iBANValidityStartDate)
Constraints: Not nullable, Precision: 0
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setSWIFTCode(String sWIFTCode)
Constraints: Not nullable, Maximum length: 11
|
void |
setValidityEndDate(ZonedDateTime validityEndDate)
Constraints: Not nullable, Precision: 0
|
void |
setValidityStartDate(ZonedDateTime validityStartDate)
Constraints: Not nullable, Precision: 0
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
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<ZonedDateTime> VALIDITY_START_DATE
public static final BusinessPartnerBankField<ZonedDateTime> VALIDITY_END_DATE
public static final BusinessPartnerBankField<String> IBAN
public static final BusinessPartnerBankField<LocalDateTime> 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 ZonedDateTime validityStartDate, @Nullable ZonedDateTime validityEndDate, @Nullable String iBAN, @Nullable LocalDateTime iBANValidityStartDate, @Nullable String bankAccount, @Nullable String bankAccountReferenceText, @Nullable Boolean collectionAuthInd, @Nullable String cityName, @Nullable String authorizationGroup)
@Nonnull public Class<BusinessPartnerBank> getType()
getType
in class VdmObject<BusinessPartnerBank>
public void setBusinessPartner(@Nullable String businessPartner)
Original property name from the Odata EDM: BusinessPartner
businessPartner
- Business Partner Numberpublic void setBankIdentification(@Nullable String bankIdentification)
Original property name from the Odata EDM: BankIdentification
bankIdentification
- Bank details IDpublic void setBankCountryKey(@Nullable String bankCountryKey)
Original property name from the Odata EDM: BankCountryKey
bankCountryKey
- Bank Country Keypublic void setBankName(@Nullable String bankName)
Original property name from the Odata EDM: BankName
bankName
- Name of Bankpublic void setBankNumber(@Nullable String bankNumber)
Original property name from the Odata EDM: BankNumber
bankNumber
- Bank Keypublic void setSWIFTCode(@Nullable String sWIFTCode)
Original property name from the Odata EDM: SWIFTCode
sWIFTCode
- SWIFT/BIC for International Paymentspublic void setBankControlKey(@Nullable String bankControlKey)
Original property name from the Odata EDM: BankControlKey
bankControlKey
- Bank Control Keypublic void setBankAccountHolderName(@Nullable String bankAccountHolderName)
Original property name from the Odata EDM: BankAccountHolderName
bankAccountHolderName
- Account Holder Namepublic void setBankAccountName(@Nullable String bankAccountName)
Original property name from the Odata EDM: BankAccountName
bankAccountName
- Name of Bank Accountpublic void setValidityStartDate(@Nullable ZonedDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
validityStartDate
- Validity Start of Business Partner Bank Detailspublic void setValidityEndDate(@Nullable ZonedDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
validityEndDate
- Validity End of Business Partner Bank Detailspublic void setIBAN(@Nullable String iBAN)
Original property name from the Odata EDM: IBAN
iBAN
- IBAN (International Bank Account Number)public void setIBANValidityStartDate(@Nullable LocalDateTime iBANValidityStartDate)
Original property name from the Odata EDM: IBANValidityStartDate
iBANValidityStartDate
- Validity Start of IBANpublic void setBankAccount(@Nullable String bankAccount)
Original property name from the Odata EDM: BankAccount
bankAccount
- Bank Account Numberpublic void setBankAccountReferenceText(@Nullable String bankAccountReferenceText)
Original property name from the Odata EDM: BankAccountReferenceText
bankAccountReferenceText
- Reference Details for Bank Detailspublic void setCollectionAuthInd(@Nullable Boolean collectionAuthInd)
Original property name from the Odata EDM: CollectionAuthInd
collectionAuthInd
- Indicator: Collection Authorizationpublic void setCityName(@Nullable String cityName)
Original property name from the Odata EDM: CityName
cityName
- Citypublic void setAuthorizationGroup(@Nullable String authorizationGroup)
Original property name from the Odata EDM: AuthorizationGroup
authorizationGroup
- Authorization Groupprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<BusinessPartnerBank>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<BusinessPartnerBank>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<BusinessPartnerBank>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<BusinessPartnerBank>
@Nonnull public static <T> BusinessPartnerBankField<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> BusinessPartnerBankField<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<BusinessPartnerBank>
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<BusinessPartnerBank>
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<BusinessPartnerBank>
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<BusinessPartnerBank>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static BusinessPartnerBank.BusinessPartnerBankBuilder builder()
@Nullable public String getBusinessPartner()
Original property name from the Odata EDM: BusinessPartner
@Nullable public String getBankIdentification()
Original property name from the Odata EDM: BankIdentification
@Nullable public String getBankCountryKey()
Original property name from the Odata EDM: BankCountryKey
@Nullable public String getBankName()
Original property name from the Odata EDM: BankName
@Nullable public String getBankNumber()
Original property name from the Odata EDM: BankNumber
@Nullable public String getSWIFTCode()
Original property name from the Odata EDM: SWIFTCode
@Nullable public String getBankControlKey()
Original property name from the Odata EDM: BankControlKey
@Nullable public String getBankAccountHolderName()
Original property name from the Odata EDM: BankAccountHolderName
@Nullable public String getBankAccountName()
Original property name from the Odata EDM: BankAccountName
@Nullable public ZonedDateTime getValidityStartDate()
Original property name from the Odata EDM: ValidityStartDate
@Nullable public ZonedDateTime getValidityEndDate()
Original property name from the Odata EDM: ValidityEndDate
@Nullable public String getIBAN()
Original property name from the Odata EDM: IBAN
@Nullable public LocalDateTime getIBANValidityStartDate()
Original property name from the Odata EDM: IBANValidityStartDate
@Nullable public String getBankAccount()
Original property name from the Odata EDM: BankAccount
@Nullable public String getBankAccountReferenceText()
Original property name from the Odata EDM: BankAccountReferenceText
@Nullable public Boolean getCollectionAuthInd()
Original property name from the Odata EDM: CollectionAuthInd
@Nullable public String getCityName()
Original property name from the Odata EDM: CityName
@Nullable public String getAuthorizationGroup()
Original property name from the Odata EDM: AuthorizationGroup
@Nonnull public String toString()
toString
in class VdmObject<BusinessPartnerBank>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<BusinessPartnerBank>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<BusinessPartnerBank>
public int hashCode()
hashCode
in class VdmObject<BusinessPartnerBank>
Copyright © 2021 SAP SE. All rights reserved.