Modifier and Type | Class and Description |
---|---|
static class |
Bank.BankBuilder |
Modifier and Type | Field and Description |
---|---|
static ComplexProperty.Collection<Bank,SAP__Message> |
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
|
static SimpleProperty<Bank> |
ALL_FIELDS
Selector for all available fields of Bank.
|
static SimpleProperty.String<Bank> |
BANK |
static SimpleProperty.String<Bank> |
BANK_COUNTRY |
static SimpleProperty.String<Bank> |
BANK_INTERNAL_ID |
static SimpleProperty.String<Bank> |
BANK_NAME |
static SimpleProperty.String<Bank> |
BANK_NETWORK_GROUPING |
static SimpleProperty.String<Bank> |
BRANCH |
static SimpleProperty.String<Bank> |
CITY_NAME |
static SimpleProperty.Boolean<Bank> |
IS_MARKED_FOR_DELETION |
static SimpleProperty.String<Bank> |
REGION |
static SimpleProperty.String<Bank> |
STREET_NAME |
static SimpleProperty.String<Bank> |
SWIFT_CODE |
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
Bank() |
Bank(String bankCountry,
String bankInternalID,
String bankName,
String region,
String streetName,
String cityName,
String sWIFTCode,
String bankNetworkGrouping,
Boolean isMarkedForDeletion,
String bank,
String branch,
Collection<SAP__Message> _Messages) |
Modifier and Type | Method and Description |
---|---|
static Bank.BankBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues)
Read entity data from generic map.
|
Collection<SAP__Message> |
get_Messages()
Constraints: Not nullable
|
String |
getBank()
Constraints: Not nullable, Maximum length: 15
|
String |
getBankCountry()
(Key Field) Constraints: Not nullable, Maximum length: 3
|
String |
getBankInternalID()
(Key Field) Constraints: Not nullable, Maximum length: 15
|
String |
getBankName()
Constraints: Not nullable, Maximum length: 60
|
String |
getBankNetworkGrouping()
Constraints: Not nullable, Maximum length: 2
|
String |
getBranch()
Constraints: Not nullable, Maximum length: 40
|
String |
getCityName()
Constraints: Not nullable, Maximum length: 35
|
protected String |
getDefaultServicePath()
Used by request builders and navigation property methods to construct OData requests.
|
protected String |
getEntityCollection()
Used by request builders and navigation property methods to construct OData requests.
|
Boolean |
getIsMarkedForDeletion()
Constraints: Not nullable
|
protected ODataEntityKey |
getKey() |
String |
getOdataType() |
String |
getRegion()
Constraints: Not nullable, Maximum length: 3
|
String |
getStreetName()
Constraints: Not nullable, Maximum length: 35
|
String |
getSWIFTCode()
Constraints: Not nullable, Maximum length: 11
|
Class<Bank> |
getType() |
int |
hashCode() |
void |
set_Messages(Collection<SAP__Message> _Messages)
Constraints: Not nullable
|
void |
setBank(String bank)
Constraints: Not nullable, Maximum length: 15
|
void |
setBankCountry(String bankCountry)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
void |
setBankInternalID(String bankInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 15
|
void |
setBankName(String bankName)
Constraints: Not nullable, Maximum length: 60
|
void |
setBankNetworkGrouping(String bankNetworkGrouping)
Constraints: Not nullable, Maximum length: 2
|
void |
setBranch(String branch)
Constraints: Not nullable, Maximum length: 40
|
void |
setCityName(String cityName)
Constraints: Not nullable, Maximum length: 35
|
void |
setIsMarkedForDeletion(Boolean isMarkedForDeletion)
Constraints: Not nullable
|
void |
setRegion(String region)
Constraints: Not nullable, Maximum length: 3
|
void |
setStreetName(String streetName)
Constraints: Not nullable, Maximum length: 35
|
void |
setSWIFTCode(String sWIFTCode)
Constraints: Not nullable, Maximum length: 11
|
protected Map<String,Object> |
toMapOfFields()
Get all fields as map.
|
String |
toString() |
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifier
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final SimpleProperty<Bank> ALL_FIELDS
public static final SimpleProperty.String<Bank> BANK_COUNTRY
public static final SimpleProperty.String<Bank> BANK_INTERNAL_ID
public static final SimpleProperty.String<Bank> BANK_NAME
public static final SimpleProperty.String<Bank> REGION
public static final SimpleProperty.String<Bank> STREET_NAME
public static final SimpleProperty.String<Bank> CITY_NAME
public static final SimpleProperty.String<Bank> SWIFT_CODE
public static final SimpleProperty.String<Bank> BANK_NETWORK_GROUPING
public static final SimpleProperty.Boolean<Bank> IS_MARKED_FOR_DELETION
public static final SimpleProperty.String<Bank> BANK
public static final SimpleProperty.String<Bank> BRANCH
public static final ComplexProperty.Collection<Bank,SAP__Message> _MESSAGES
public Bank()
public Bank(@Nullable String bankCountry, @Nullable String bankInternalID, @Nullable String bankName, @Nullable String region, @Nullable String streetName, @Nullable String cityName, @Nullable String sWIFTCode, @Nullable String bankNetworkGrouping, @Nullable Boolean isMarkedForDeletion, @Nullable String bank, @Nullable String branch, @Nullable Collection<SAP__Message> _Messages)
public void setBankCountry(@Nullable String bankCountry)
Original property name from the Odata EDM: BankCountry
bankCountry
- Country/Region Key of Bankpublic void setBankInternalID(@Nullable String bankInternalID)
Original property name from the Odata EDM: BankInternalID
bankInternalID
- Bank Keyspublic void setBankName(@Nullable String bankName)
Original property name from the Odata EDM: BankName
bankName
- Name of Bankpublic void setRegion(@Nullable String region)
Original property name from the Odata EDM: Region
region
- Region (State, Province, County)public void setStreetName(@Nullable String streetName)
Original property name from the Odata EDM: StreetName
streetName
- House number and streetpublic void setCityName(@Nullable String cityName)
Original property name from the Odata EDM: CityName
cityName
- Citypublic void setSWIFTCode(@Nullable String sWIFTCode)
Original property name from the Odata EDM: SWIFTCode
sWIFTCode
- SWIFT/BIC for International Paymentspublic void setBankNetworkGrouping(@Nullable String bankNetworkGrouping)
Original property name from the Odata EDM: BankNetworkGrouping
bankNetworkGrouping
- Bank group (bank network)public void setIsMarkedForDeletion(@Nullable Boolean isMarkedForDeletion)
Original property name from the Odata EDM: IsMarkedForDeletion
isMarkedForDeletion
- Deletion Indicatorpublic void setBank(@Nullable String bank)
Original property name from the Odata EDM: Bank
bank
- Bank Numberpublic void setBranch(@Nullable String branch)
Original property name from the Odata EDM: Branch
branch
- Bank Branchpublic void set_Messages(@Nullable Collection<SAP__Message> _Messages)
Original property name from the Odata EDM: SAP__Messages
_Messages
- The _Messages to set.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<Bank>
@Nonnull protected ODataEntityKey getKey()
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<Bank>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<Bank>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static Bank.BankBuilder builder()
@Nullable public String getBankCountry()
Original property name from the Odata EDM: BankCountry
@Nullable public String getBankInternalID()
Original property name from the Odata EDM: BankInternalID
@Nullable public String getBankName()
Original property name from the Odata EDM: BankName
@Nullable public String getRegion()
Original property name from the Odata EDM: Region
@Nullable public String getStreetName()
Original property name from the Odata EDM: StreetName
@Nullable public String getCityName()
Original property name from the Odata EDM: CityName
@Nullable public String getSWIFTCode()
Original property name from the Odata EDM: SWIFTCode
@Nullable public String getBankNetworkGrouping()
Original property name from the Odata EDM: BankNetworkGrouping
@Nullable public Boolean getIsMarkedForDeletion()
Original property name from the Odata EDM: IsMarkedForDeletion
@Nullable public String getBank()
Original property name from the Odata EDM: Bank
@Nullable public String getBranch()
Original property name from the Odata EDM: Branch
@Nullable public Collection<SAP__Message> get_Messages()
Original property name from the Odata EDM: SAP__Messages
public String getOdataType()
getOdataType
in class VdmObject<Bank>
Copyright © 2021 SAP SE. All rights reserved.