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

public class HouseBankAccount extends VdmEntity<HouseBankAccount>
House Bank Account (Master Data)

Original entity name from the Odata EDM: HouseBankAccount

  • Field Details

    • ALL_FIELDS

      public static final HouseBankAccountSelectable ALL_FIELDS
      Selector for all available fields of HouseBankAccount.
    • HOUSE_BANK_ACCOUNT_ID

      public static final HouseBankAccountField<String> HOUSE_BANK_ACCOUNT_ID
      Use with available fluent helpers to apply the HouseBankAccount_ID field to query operations.
    • HOUSE_BANK_ACCOUNT_TEXT

      public static final HouseBankAccountField<String> HOUSE_BANK_ACCOUNT_TEXT
      Use with available fluent helpers to apply the HouseBankAccountText field to query operations.
    • COMPANY_CODE

      public static final HouseBankAccountField<String> COMPANY_CODE
      Use with available fluent helpers to apply the CompanyCode field to query operations.
    • COMPANY_CODE_NAME

      public static final HouseBankAccountField<String> COMPANY_CODE_NAME
      Use with available fluent helpers to apply the CompanyCodeName field to query operations.
    • HOUSE_BANK

      public static final HouseBankAccountField<String> HOUSE_BANK
      Use with available fluent helpers to apply the HouseBank field to query operations.
  • Constructor Details

    • HouseBankAccount

      public HouseBankAccount()
    • HouseBankAccount

      public HouseBankAccount(@Nullable String houseBankAccount_ID, @Nullable String houseBankAccountText, @Nullable String companyCode, @Nullable String companyCodeName, @Nullable String houseBank)
  • Method Details

    • getType

      @Nonnull public Class<HouseBankAccount> getType()
      Specified by:
      getType in class VdmObject<HouseBankAccount>
    • setHouseBankAccount_ID

      public void setHouseBankAccount_ID(@Nullable String houseBankAccount_ID)
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: HouseBankAccount_ID

      Parameters:
      houseBankAccount_ID - House Bank Account
    • setHouseBankAccountText

      public void setHouseBankAccountText(@Nullable String houseBankAccountText)
      Constraints: none

      Original property name from the Odata EDM: HouseBankAccountText

      Parameters:
      houseBankAccountText - House Bank Account (Description)
    • setCompanyCode

      public void setCompanyCode(@Nullable String companyCode)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CompanyCode

      Parameters:
      companyCode - House Bank Account (Company Code)
    • setCompanyCodeName

      public void setCompanyCodeName(@Nullable String companyCodeName)
      Constraints: none

      Original property name from the Odata EDM: CompanyCodeName

      Parameters:
      companyCodeName - Company Code (Description) (Parent Description)
    • setHouseBank

      public void setHouseBank(@Nullable String houseBank)
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: HouseBank

      Parameters:
      houseBank - House Bank Account (House Bank)
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<HouseBankAccount>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<HouseBankAccount>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<HouseBankAccount>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<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 field
      fieldName - 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

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<HouseBankAccount>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<HouseBankAccount>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<HouseBankAccount>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<HouseBankAccount>
    • builder

      @Nonnull public static HouseBankAccount.HouseBankAccountBuilder builder()
    • getHouseBankAccount_ID

      @Nullable public String getHouseBankAccount_ID()
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: HouseBankAccount_ID

      Returns:
      House Bank Account
    • getHouseBankAccountText

      @Nullable public String getHouseBankAccountText()
      Constraints: none

      Original property name from the Odata EDM: HouseBankAccountText

      Returns:
      House Bank Account (Description)
    • getCompanyCode

      @Nullable public String getCompanyCode()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CompanyCode

      Returns:
      House Bank Account (Company Code)
    • getCompanyCodeName

      @Nullable public String getCompanyCodeName()
      Constraints: none

      Original property name from the Odata EDM: CompanyCodeName

      Returns:
      Company Code (Description) (Parent Description)
    • getHouseBank

      @Nullable public String getHouseBank()
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: HouseBank

      Returns:
      House Bank Account (House Bank)
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<HouseBankAccount>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<HouseBankAccount>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<HouseBankAccount>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<HouseBankAccount>