java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<CreditManagementAccount>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.creditmanagementmasterdata.CreditManagementAccount

public class CreditManagementAccount extends VdmEntity<CreditManagementAccount>
Credit Accounts

Original entity name from the Odata EDM: CreditManagementAccountType

  • Field Details

    • ALL_FIELDS

      public static final CreditManagementAccountSelectable ALL_FIELDS
      Selector for all available fields of CreditManagementAccount.
    • BUSINESS_PARTNER

      public static final CreditManagementAccountField<String> BUSINESS_PARTNER
      Use with available fluent helpers to apply the BusinessPartner field to query operations.
    • CREDIT_SEGMENT

      public static final CreditManagementAccountField<String> CREDIT_SEGMENT
      Use with available fluent helpers to apply the CreditSegment field to query operations.
    • BUSINESS_PARTNER_IS_CRITICAL

      public static final CreditManagementAccountField<Boolean> BUSINESS_PARTNER_IS_CRITICAL
      Use with available fluent helpers to apply the BusinessPartnerIsCritical field to query operations.
    • CREDIT_ACCOUNT_IS_BLOCKED

      public static final CreditManagementAccountField<Boolean> CREDIT_ACCOUNT_IS_BLOCKED
      Use with available fluent helpers to apply the CreditAccountIsBlocked field to query operations.
    • CREDIT_ACCOUNT_BLOCK_REASON

      public static final CreditManagementAccountField<String> CREDIT_ACCOUNT_BLOCK_REASON
      Use with available fluent helpers to apply the CreditAccountBlockReason field to query operations.
    • CREDIT_ACCOUNT_RESUBMISSION_DATE

      public static final CreditManagementAccountField<LocalDateTime> CREDIT_ACCOUNT_RESUBMISSION_DATE
      Use with available fluent helpers to apply the CreditAccountResubmissionDate field to query operations.
    • CREDIT_LIMIT_AMOUNT

      public static final CreditManagementAccountField<BigDecimal> CREDIT_LIMIT_AMOUNT
      Use with available fluent helpers to apply the CreditLimitAmount field to query operations.
    • CREDIT_LIMIT_VALIDITY_END_DATE

      public static final CreditManagementAccountField<LocalDateTime> CREDIT_LIMIT_VALIDITY_END_DATE
      Use with available fluent helpers to apply the CreditLimitValidityEndDate field to query operations.
    • CREDIT_LIMIT_LAST_CHANGE_DATE

      public static final CreditManagementAccountField<LocalDateTime> CREDIT_LIMIT_LAST_CHANGE_DATE
      Use with available fluent helpers to apply the CreditLimitLastChangeDate field to query operations.
    • CREDIT_LIMIT_CALCULATED_AMOUNT

      public static final CreditManagementAccountField<BigDecimal> CREDIT_LIMIT_CALCULATED_AMOUNT
      Use with available fluent helpers to apply the CreditLimitCalculatedAmount field to query operations.
    • CREDIT_LIMIT_IS_ZERO

      public static final CreditManagementAccountField<Boolean> CREDIT_LIMIT_IS_ZERO
      Use with available fluent helpers to apply the CreditLimitIsZero field to query operations.
    • CREDIT_LIMIT_REQUESTED_AMOUNT

      public static final CreditManagementAccountField<BigDecimal> CREDIT_LIMIT_REQUESTED_AMOUNT
      Use with available fluent helpers to apply the CreditLimitRequestedAmount field to query operations.
    • CRDT_LMT_IS_REQD_FRM_AUTOM_CALC

      public static final CreditManagementAccountField<Boolean> CRDT_LMT_IS_REQD_FRM_AUTOM_CALC
      Use with available fluent helpers to apply the CrdtLmtIsReqdFrmAutomCalc field to query operations.
    • CREDIT_LIMIT_REQD_VALIDITY_END_DATE

      public static final CreditManagementAccountField<LocalDateTime> CREDIT_LIMIT_REQD_VALIDITY_END_DATE
      Use with available fluent helpers to apply the CreditLimitReqdValidityEndDate field to query operations.
    • CREDIT_LIMIT_REQUEST_DATE

      public static final CreditManagementAccountField<LocalDateTime> CREDIT_LIMIT_REQUEST_DATE
      Use with available fluent helpers to apply the CreditLimitRequestDate field to query operations.
    • CREDIT_SEGMENT_CURRENCY

      public static final CreditManagementAccountField<String> CREDIT_SEGMENT_CURRENCY
      Use with available fluent helpers to apply the CreditSegmentCurrency field to query operations.
    • TO_CRDT_M_BUSINESS_PARTNER_TP

      public static final CreditManagementAccountOneToOneLink<CreditMgmtBusinessPartner> TO_CRDT_M_BUSINESS_PARTNER_TP
      Use with available fluent helpers to apply the to_CrdtMBusinessPartnerTP navigation property to query operations.
    • TO_CRDT_M_ACCT_COLLATERAL_TP

      public static final CreditManagementAccountLink<CrdtMAcctCollateral> TO_CRDT_M_ACCT_COLLATERAL_TP
      Use with available fluent helpers to apply the to_CrdtMAcctCollateralTP navigation property to query operations.
    • TO_CRDT_M_ACCT_CRDT_INSURANCE_TP

      public static final CreditManagementAccountLink<CrdtMAcctCrdtInsurance> TO_CRDT_M_ACCT_CRDT_INSURANCE_TP
      Use with available fluent helpers to apply the to_CrdtMAcctCrdtInsuranceTP navigation property to query operations.
  • Constructor Details

  • Method Details

    • getType

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

      public void setBusinessPartner(@Nullable String businessPartner)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BusinessPartner

      Parameters:
      businessPartner - Business Partner Number
    • setCreditSegment

      public void setCreditSegment(@Nullable String creditSegment)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: CreditSegment

      Parameters:
      creditSegment - Credit Segment
    • setBusinessPartnerIsCritical

      public void setBusinessPartnerIsCritical(@Nullable Boolean businessPartnerIsCritical)
      Constraints: none

      Original property name from the Odata EDM: BusinessPartnerIsCritical

      Parameters:
      businessPartnerIsCritical - Special Attention Required
    • setCreditAccountIsBlocked

      public void setCreditAccountIsBlocked(@Nullable Boolean creditAccountIsBlocked)
      Constraints: none

      Original property name from the Odata EDM: CreditAccountIsBlocked

      Parameters:
      creditAccountIsBlocked - Credit Checks Fail Due to Credit Block
    • setCreditAccountBlockReason

      public void setCreditAccountBlockReason(@Nullable String creditAccountBlockReason)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: CreditAccountBlockReason

      Parameters:
      creditAccountBlockReason - Reason for Block in Credit Management
    • setCreditAccountResubmissionDate

      public void setCreditAccountResubmissionDate(@Nullable LocalDateTime creditAccountResubmissionDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreditAccountResubmissionDate

      Parameters:
      creditAccountResubmissionDate - Resubmission Date
    • setCreditLimitAmount

      public void setCreditLimitAmount(@Nullable BigDecimal creditLimitAmount)
      Constraints: Not nullable, Precision: 15, Scale: 3

      Original property name from the Odata EDM: CreditLimitAmount

      Parameters:
      creditLimitAmount - Credit Limit
    • setCreditLimitValidityEndDate

      public void setCreditLimitValidityEndDate(@Nullable LocalDateTime creditLimitValidityEndDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreditLimitValidityEndDate

      Parameters:
      creditLimitValidityEndDate - Valid To Date
    • setCreditLimitLastChangeDate

      public void setCreditLimitLastChangeDate(@Nullable LocalDateTime creditLimitLastChangeDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreditLimitLastChangeDate

      Parameters:
      creditLimitLastChangeDate - Change Date for Credit Limit
    • setCreditLimitCalculatedAmount

      public void setCreditLimitCalculatedAmount(@Nullable BigDecimal creditLimitCalculatedAmount)
      Constraints: Not nullable, Precision: 15, Scale: 3

      Original property name from the Odata EDM: CreditLimitCalculatedAmount

      Parameters:
      creditLimitCalculatedAmount - Calculated Credit Limit
    • setCreditLimitIsZero

      public void setCreditLimitIsZero(@Nullable Boolean creditLimitIsZero)
      Constraints: none

      Original property name from the Odata EDM: CreditLimitIsZero

      Parameters:
      creditLimitIsZero - Limit is Zero
    • setCreditLimitRequestedAmount

      public void setCreditLimitRequestedAmount(@Nullable BigDecimal creditLimitRequestedAmount)
      Constraints: Not nullable, Precision: 15, Scale: 3

      Original property name from the Odata EDM: CreditLimitRequestedAmount

      Parameters:
      creditLimitRequestedAmount - Credit Limit Requested
    • setCrdtLmtIsReqdFrmAutomCalc

      public void setCrdtLmtIsReqdFrmAutomCalc(@Nullable Boolean crdtLmtIsReqdFrmAutomCalc)
      Constraints: none

      Original property name from the Odata EDM: CrdtLmtIsReqdFrmAutomCalc

      Parameters:
      crdtLmtIsReqdFrmAutomCalc - Limit Request from Automatic Calculation
    • setCreditLimitReqdValidityEndDate

      public void setCreditLimitReqdValidityEndDate(@Nullable LocalDateTime creditLimitReqdValidityEndDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreditLimitReqdValidityEndDate

      Parameters:
      creditLimitReqdValidityEndDate - Valid To Date (Requested)
    • setCreditLimitRequestDate

      public void setCreditLimitRequestDate(@Nullable LocalDateTime creditLimitRequestDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreditLimitRequestDate

      Parameters:
      creditLimitRequestDate - Request Date
    • setCreditSegmentCurrency

      public void setCreditSegmentCurrency(@Nullable String creditSegmentCurrency)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: CreditSegmentCurrency

      Parameters:
      creditSegmentCurrency - Credit Segment Currency
    • getEntityCollection

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

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

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

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<CreditManagementAccount>
    • field

      @Nonnull public static <T> CreditManagementAccountField<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> CreditManagementAccountField<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<CreditManagementAccount>
    • setServicePathForFetch

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

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

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<CreditManagementAccount>
    • toMapOfNavigationProperties

      @Nonnull protected Map<String,Object> toMapOfNavigationProperties()
      Overrides:
      toMapOfNavigationProperties in class VdmObject<CreditManagementAccount>
    • fetchCrdtMBusinessPartnerTP

      @Nullable public CreditMgmtBusinessPartner fetchCrdtMBusinessPartnerTP()
      Fetches the CreditMgmtBusinessPartner entity (one to one) associated with this entity. This corresponds to the OData navigation property to_CrdtMBusinessPartnerTP.

      Please note: This method will not cache or persist the query results.

      Returns:
      The single associated CreditMgmtBusinessPartner entity, or null if an entity is not associated.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getCrdtMBusinessPartnerTPOrFetch

      @Nullable public CreditMgmtBusinessPartner getCrdtMBusinessPartnerTPOrFetch()
      Retrieval of associated CreditMgmtBusinessPartner entity (one to one). This corresponds to the OData navigation property to_CrdtMBusinessPartnerTP.

      If the navigation property to_CrdtMBusinessPartnerTP of a queried CreditManagementAccount is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated CreditMgmtBusinessPartner entity.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getCrdtMBusinessPartnerTPIfPresent

      @Nonnull public io.vavr.control.Option<CreditMgmtBusinessPartner> getCrdtMBusinessPartnerTPIfPresent()
      Retrieval of associated CreditMgmtBusinessPartner entity (one to one). This corresponds to the OData navigation property to_CrdtMBusinessPartnerTP.

      If the navigation property for an entity CreditManagementAccount has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_CrdtMBusinessPartnerTP is already loaded, the result will contain the CreditMgmtBusinessPartner entity. If not, an Option with result state empty is returned.
    • setCrdtMBusinessPartnerTP

      public void setCrdtMBusinessPartnerTP(CreditMgmtBusinessPartner value)
      Overwrites the associated CreditMgmtBusinessPartner entity for the loaded navigation property to_CrdtMBusinessPartnerTP.
      Parameters:
      value - New CreditMgmtBusinessPartner entity.
    • fetchCrdtMAcctCollateralTP

      @Nonnull public List<CrdtMAcctCollateral> fetchCrdtMAcctCollateralTP()
      Fetches the CrdtMAcctCollateral entities (one to many) associated with this entity. This corresponds to the OData navigation property to_CrdtMAcctCollateralTP.

      Please note: This method will not cache or persist the query results.

      Returns:
      List containing one or more associated CrdtMAcctCollateral entities. If no entities are associated then an empty list is returned.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getCrdtMAcctCollateralTPOrFetch

      @Nonnull public List<CrdtMAcctCollateral> getCrdtMAcctCollateralTPOrFetch()
      Retrieval of associated CrdtMAcctCollateral entities (one to many). This corresponds to the OData navigation property to_CrdtMAcctCollateralTP.

      If the navigation property to_CrdtMAcctCollateralTP of a queried CreditManagementAccount is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated CrdtMAcctCollateral entities.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getCrdtMAcctCollateralTPIfPresent

      @Nonnull public io.vavr.control.Option<List<CrdtMAcctCollateral>> getCrdtMAcctCollateralTPIfPresent()
      Retrieval of associated CrdtMAcctCollateral entities (one to many). This corresponds to the OData navigation property to_CrdtMAcctCollateralTP.

      If the navigation property for an entity CreditManagementAccount has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_CrdtMAcctCollateralTP is already loaded, the result will contain the CrdtMAcctCollateral entities. If not, an Option with result state empty is returned.
    • setCrdtMAcctCollateralTP

      public void setCrdtMAcctCollateralTP(@Nonnull List<CrdtMAcctCollateral> value)
      Overwrites the list of associated CrdtMAcctCollateral entities for the loaded navigation property to_CrdtMAcctCollateralTP.

      If the navigation property to_CrdtMAcctCollateralTP of a queried CreditManagementAccount is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      value - List of CrdtMAcctCollateral entities.
    • addCrdtMAcctCollateralTP

      public void addCrdtMAcctCollateralTP(CrdtMAcctCollateral... entity)
      Adds elements to the list of associated CrdtMAcctCollateral entities. This corresponds to the OData navigation property to_CrdtMAcctCollateralTP.

      If the navigation property to_CrdtMAcctCollateralTP of a queried CreditManagementAccount is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      entity - Array of CrdtMAcctCollateral entities.
    • fetchCrdtMAcctCrdtInsuranceTP

      @Nonnull public List<CrdtMAcctCrdtInsurance> fetchCrdtMAcctCrdtInsuranceTP()
      Fetches the CrdtMAcctCrdtInsurance entities (one to many) associated with this entity. This corresponds to the OData navigation property to_CrdtMAcctCrdtInsuranceTP.

      Please note: This method will not cache or persist the query results.

      Returns:
      List containing one or more associated CrdtMAcctCrdtInsurance entities. If no entities are associated then an empty list is returned.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getCrdtMAcctCrdtInsuranceTPOrFetch

      @Nonnull public List<CrdtMAcctCrdtInsurance> getCrdtMAcctCrdtInsuranceTPOrFetch()
      Retrieval of associated CrdtMAcctCrdtInsurance entities (one to many). This corresponds to the OData navigation property to_CrdtMAcctCrdtInsuranceTP.

      If the navigation property to_CrdtMAcctCrdtInsuranceTP of a queried CreditManagementAccount is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Returns:
      List of associated CrdtMAcctCrdtInsurance entities.
      Throws:
      com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException - If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and therefore has no ERP configuration context assigned. An entity is managed if it has been either retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or UPDATE call.
    • getCrdtMAcctCrdtInsuranceTPIfPresent

      @Nonnull public io.vavr.control.Option<List<CrdtMAcctCrdtInsurance>> getCrdtMAcctCrdtInsuranceTPIfPresent()
      Retrieval of associated CrdtMAcctCrdtInsurance entities (one to many). This corresponds to the OData navigation property to_CrdtMAcctCrdtInsuranceTP.

      If the navigation property for an entity CreditManagementAccount has not been resolved yet, this method will not query further information. Instead its Option result state will be empty.

      Returns:
      If the information for navigation property to_CrdtMAcctCrdtInsuranceTP is already loaded, the result will contain the CrdtMAcctCrdtInsurance entities. If not, an Option with result state empty is returned.
    • setCrdtMAcctCrdtInsuranceTP

      public void setCrdtMAcctCrdtInsuranceTP(@Nonnull List<CrdtMAcctCrdtInsurance> value)
      Overwrites the list of associated CrdtMAcctCrdtInsurance entities for the loaded navigation property to_CrdtMAcctCrdtInsuranceTP.

      If the navigation property to_CrdtMAcctCrdtInsuranceTP of a queried CreditManagementAccount is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      value - List of CrdtMAcctCrdtInsurance entities.
    • addCrdtMAcctCrdtInsuranceTP

      public void addCrdtMAcctCrdtInsuranceTP(CrdtMAcctCrdtInsurance... entity)
      Adds elements to the list of associated CrdtMAcctCrdtInsurance entities. This corresponds to the OData navigation property to_CrdtMAcctCrdtInsuranceTP.

      If the navigation property to_CrdtMAcctCrdtInsuranceTP of a queried CreditManagementAccount is operated lazily, an ODataException can be thrown in case of an OData query error.

      Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.

      Parameters:
      entity - Array of CrdtMAcctCrdtInsurance entities.
    • builder

    • getBusinessPartner

      @Nullable public String getBusinessPartner()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BusinessPartner

      Returns:
      Business Partner Number
    • getCreditSegment

      @Nullable public String getCreditSegment()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: CreditSegment

      Returns:
      Credit Segment
    • getBusinessPartnerIsCritical

      @Nullable public Boolean getBusinessPartnerIsCritical()
      Constraints: none

      Original property name from the Odata EDM: BusinessPartnerIsCritical

      Returns:
      Special Attention Required
    • getCreditAccountIsBlocked

      @Nullable public Boolean getCreditAccountIsBlocked()
      Constraints: none

      Original property name from the Odata EDM: CreditAccountIsBlocked

      Returns:
      Credit Checks Fail Due to Credit Block
    • getCreditAccountBlockReason

      @Nullable public String getCreditAccountBlockReason()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: CreditAccountBlockReason

      Returns:
      Reason for Block in Credit Management
    • getCreditAccountResubmissionDate

      @Nullable public LocalDateTime getCreditAccountResubmissionDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreditAccountResubmissionDate

      Returns:
      Resubmission Date
    • getCreditLimitAmount

      @Nullable public BigDecimal getCreditLimitAmount()
      Constraints: Not nullable, Precision: 15, Scale: 3

      Original property name from the Odata EDM: CreditLimitAmount

      Returns:
      Credit Limit
    • getCreditLimitValidityEndDate

      @Nullable public LocalDateTime getCreditLimitValidityEndDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreditLimitValidityEndDate

      Returns:
      Valid To Date
    • getCreditLimitLastChangeDate

      @Nullable public LocalDateTime getCreditLimitLastChangeDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreditLimitLastChangeDate

      Returns:
      Change Date for Credit Limit
    • getCreditLimitCalculatedAmount

      @Nullable public BigDecimal getCreditLimitCalculatedAmount()
      Constraints: Not nullable, Precision: 15, Scale: 3

      Original property name from the Odata EDM: CreditLimitCalculatedAmount

      Returns:
      Calculated Credit Limit
    • getCreditLimitIsZero

      @Nullable public Boolean getCreditLimitIsZero()
      Constraints: none

      Original property name from the Odata EDM: CreditLimitIsZero

      Returns:
      Limit is Zero
    • getCreditLimitRequestedAmount

      @Nullable public BigDecimal getCreditLimitRequestedAmount()
      Constraints: Not nullable, Precision: 15, Scale: 3

      Original property name from the Odata EDM: CreditLimitRequestedAmount

      Returns:
      Credit Limit Requested
    • getCrdtLmtIsReqdFrmAutomCalc

      @Nullable public Boolean getCrdtLmtIsReqdFrmAutomCalc()
      Constraints: none

      Original property name from the Odata EDM: CrdtLmtIsReqdFrmAutomCalc

      Returns:
      Limit Request from Automatic Calculation
    • getCreditLimitReqdValidityEndDate

      @Nullable public LocalDateTime getCreditLimitReqdValidityEndDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreditLimitReqdValidityEndDate

      Returns:
      Valid To Date (Requested)
    • getCreditLimitRequestDate

      @Nullable public LocalDateTime getCreditLimitRequestDate()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreditLimitRequestDate

      Returns:
      Request Date
    • getCreditSegmentCurrency

      @Nullable public String getCreditSegmentCurrency()
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: CreditSegmentCurrency

      Returns:
      Credit Segment Currency
    • toString

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

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

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

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