Class HouseBankAccount
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<HouseBankAccount>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.HouseBankAccount
House Bank Account (Master Data)
Original entity name from the Odata EDM: HouseBankAccount
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HouseBankAccountSelectableSelector for all available fields of HouseBankAccount.static final HouseBankAccountField<String>Use with available fluent helpers to apply the CompanyCode field to query operations.static final HouseBankAccountField<String>Use with available fluent helpers to apply the CompanyCodeName field to query operations.static final HouseBankAccountField<String>Use with available fluent helpers to apply the HouseBank field to query operations.static final HouseBankAccountField<String>Use with available fluent helpers to apply the HouseBankAccount_ID field to query operations.static final HouseBankAccountField<String>Use with available fluent helpers to apply the HouseBankAccountText field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
HouseBankAccountField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> HouseBankAccountField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: noneprotected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 5(Key Field) Constraints: Not nullable, Maximum length: 5Constraints: nonegetKey()getType()inthashCode()voidsetCompanyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetCompanyCodeName(String companyCodeName) Constraints: nonevoidsetHouseBank(String houseBank) (Key Field) Constraints: Not nullable, Maximum length: 5voidsetHouseBankAccount_ID(String houseBankAccount_ID) (Key Field) Constraints: Not nullable, Maximum length: 5voidsetHouseBankAccountText(String houseBankAccountText) Constraints: noneprotected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of HouseBankAccount. -
HOUSE_BANK_ACCOUNT_ID
Use with available fluent helpers to apply the HouseBankAccount_ID field to query operations. -
HOUSE_BANK_ACCOUNT_TEXT
Use with available fluent helpers to apply the HouseBankAccountText field to query operations. -
COMPANY_CODE
Use with available fluent helpers to apply the CompanyCode field to query operations. -
COMPANY_CODE_NAME
Use with available fluent helpers to apply the CompanyCodeName field to query operations. -
HOUSE_BANK
Use with available fluent helpers to apply the HouseBank field to query operations.
-
-
Constructor Details
-
HouseBankAccount
public HouseBankAccount() -
HouseBankAccount
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<HouseBankAccount>
-
setHouseBankAccount_ID
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: HouseBankAccount_ID
- Parameters:
houseBankAccount_ID- House Bank Account
-
setHouseBankAccountText
Constraints: noneOriginal property name from the Odata EDM: HouseBankAccountText
- Parameters:
houseBankAccountText- House Bank Account (Description)
-
setCompanyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Parameters:
companyCode- House Bank Account (Company Code)
-
setCompanyCodeName
Constraints: noneOriginal property name from the Odata EDM: CompanyCodeName
- Parameters:
companyCodeName- Company Code (Description) (Parent Description)
-
setHouseBank
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: HouseBank
- Parameters:
houseBank- House Bank Account (House Bank)
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<HouseBankAccount>
-
getKey
- Overrides:
getKeyin classVdmObject<HouseBankAccount>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<HouseBankAccount>
-
fromMap
- Overrides:
fromMapin classVdmObject<HouseBankAccount>
-
field
@Nonnull public static <T> HouseBankAccountField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
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.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> HouseBankAccountField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<HouseBankAccount>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<HouseBankAccount>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<HouseBankAccount>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<HouseBankAccount>
-
builder
-
getHouseBankAccount_ID
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: HouseBankAccount_ID
- Returns:
- House Bank Account
-
getHouseBankAccountText
Constraints: noneOriginal property name from the Odata EDM: HouseBankAccountText
- Returns:
- House Bank Account (Description)
-
getCompanyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
- House Bank Account (Company Code)
-
getCompanyCodeName
Constraints: noneOriginal property name from the Odata EDM: CompanyCodeName
- Returns:
- Company Code (Description) (Parent Description)
-
getHouseBank
(Key Field) Constraints: Not nullable, Maximum length: 5Original property name from the Odata EDM: HouseBank
- Returns:
- House Bank Account (House Bank)
-
toString
- Overrides:
toStringin classVdmObject<HouseBankAccount>
-
equals
- Overrides:
equalsin classVdmEntity<HouseBankAccount>
-
canEqual
- Overrides:
canEqualin classVdmEntity<HouseBankAccount>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<HouseBankAccount>
-