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

public class SupplierDunning extends VdmEntity<SupplierDunning>
Supplier Dunning

Original entity name from the Odata EDM: A_SupplierDunningType

  • Field Details

    • ALL_FIELDS

      public static final SupplierDunningSelectable ALL_FIELDS
      Selector for all available fields of SupplierDunning.
    • SUPPLIER

      public static final SupplierDunningField<String> SUPPLIER
      Use with available fluent helpers to apply the Supplier field to query operations.
    • COMPANY_CODE

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

      public static final SupplierDunningField<String> DUNNING_AREA
      Use with available fluent helpers to apply the DunningArea field to query operations.
    • DUNNING_BLOCK

      public static final SupplierDunningField<String> DUNNING_BLOCK
      Use with available fluent helpers to apply the DunningBlock field to query operations.
    • DUNNING_LEVEL

      public static final SupplierDunningField<String> DUNNING_LEVEL
      Use with available fluent helpers to apply the DunningLevel field to query operations.
    • DUNNING_PROCEDURE

      public static final SupplierDunningField<String> DUNNING_PROCEDURE
      Use with available fluent helpers to apply the DunningProcedure field to query operations.
    • DUNNING_RECIPIENT

      public static final SupplierDunningField<String> DUNNING_RECIPIENT
      Use with available fluent helpers to apply the DunningRecipient field to query operations.
    • LAST_DUNNED_ON

      public static final SupplierDunningField<LocalDateTime> LAST_DUNNED_ON
      Use with available fluent helpers to apply the LastDunnedOn field to query operations.
    • LEG_DUNNING_PROCEDURE_ON

      public static final SupplierDunningField<LocalDateTime> LEG_DUNNING_PROCEDURE_ON
      Use with available fluent helpers to apply the LegDunningProcedureOn field to query operations.
    • DUNNING_CLERK

      public static final SupplierDunningField<String> DUNNING_CLERK
      Use with available fluent helpers to apply the DunningClerk field to query operations.
    • AUTHORIZATION_GROUP

      public static final SupplierDunningField<String> AUTHORIZATION_GROUP
      Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
    • SUPPLIER_ACCOUNT_GROUP

      public static final SupplierDunningField<String> SUPPLIER_ACCOUNT_GROUP
      Use with available fluent helpers to apply the SupplierAccountGroup field to query operations.
  • Constructor Details

    • SupplierDunning

      public SupplierDunning()
    • SupplierDunning

      public SupplierDunning(@Nullable String supplier, @Nullable String companyCode, @Nullable String dunningArea, @Nullable String dunningBlock, @Nullable String dunningLevel, @Nullable String dunningProcedure, @Nullable String dunningRecipient, @Nullable LocalDateTime lastDunnedOn, @Nullable LocalDateTime legDunningProcedureOn, @Nullable String dunningClerk, @Nullable String authorizationGroup, @Nullable String supplierAccountGroup)
  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: Supplier

      Parameters:
      supplier - Account Number of Supplier
    • 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 - Company Code
    • setDunningArea

      public void setDunningArea(@Nullable String dunningArea)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: DunningArea

      Parameters:
      dunningArea - Dunning Area
    • setDunningBlock

      public void setDunningBlock(@Nullable String dunningBlock)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: DunningBlock

      Parameters:
      dunningBlock - Dunning Block
    • setDunningLevel

      public void setDunningLevel(@Nullable String dunningLevel)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: DunningLevel

      Parameters:
      dunningLevel - Dunning Level
    • setDunningProcedure

      public void setDunningProcedure(@Nullable String dunningProcedure)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: DunningProcedure

      Parameters:
      dunningProcedure - Dunning Procedure
    • setDunningRecipient

      public void setDunningRecipient(@Nullable String dunningRecipient)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: DunningRecipient

      Parameters:
      dunningRecipient - Account number of the dunning recipient
    • setLastDunnedOn

      public void setLastDunnedOn(@Nullable LocalDateTime lastDunnedOn)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LastDunnedOn

      Parameters:
      lastDunnedOn - Date of Last Dunning Notice
    • setLegDunningProcedureOn

      public void setLegDunningProcedureOn(@Nullable LocalDateTime legDunningProcedureOn)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LegDunningProcedureOn

      Parameters:
      legDunningProcedureOn - Date of the legal dunning proceedings
    • setDunningClerk

      public void setDunningClerk(@Nullable String dunningClerk)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: DunningClerk

      Parameters:
      dunningClerk - Dunning clerk
    • setAuthorizationGroup

      public void setAuthorizationGroup(@Nullable String authorizationGroup)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: AuthorizationGroup

      Parameters:
      authorizationGroup - Authorization Group
    • setSupplierAccountGroup

      public void setSupplierAccountGroup(@Nullable String supplierAccountGroup)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: SupplierAccountGroup

      Parameters:
      supplierAccountGroup - Supplier Account Group
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> SupplierDunningField<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> SupplierDunningField<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<SupplierDunning>
    • setServicePathForFetch

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

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

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

      @Nonnull public static SupplierDunning.SupplierDunningBuilder builder()
    • getSupplier

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

      Original property name from the Odata EDM: Supplier

      Returns:
      Account Number of Supplier
    • getCompanyCode

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

      Original property name from the Odata EDM: CompanyCode

      Returns:
      Company Code
    • getDunningArea

      @Nullable public String getDunningArea()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: DunningArea

      Returns:
      Dunning Area
    • getDunningBlock

      @Nullable public String getDunningBlock()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: DunningBlock

      Returns:
      Dunning Block
    • getDunningLevel

      @Nullable public String getDunningLevel()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: DunningLevel

      Returns:
      Dunning Level
    • getDunningProcedure

      @Nullable public String getDunningProcedure()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: DunningProcedure

      Returns:
      Dunning Procedure
    • getDunningRecipient

      @Nullable public String getDunningRecipient()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: DunningRecipient

      Returns:
      Account number of the dunning recipient
    • getLastDunnedOn

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

      Original property name from the Odata EDM: LastDunnedOn

      Returns:
      Date of Last Dunning Notice
    • getLegDunningProcedureOn

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

      Original property name from the Odata EDM: LegDunningProcedureOn

      Returns:
      Date of the legal dunning proceedings
    • getDunningClerk

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

      Original property name from the Odata EDM: DunningClerk

      Returns:
      Dunning clerk
    • getAuthorizationGroup

      @Nullable public String getAuthorizationGroup()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: AuthorizationGroup

      Returns:
      Authorization Group
    • getSupplierAccountGroup

      @Nullable public String getSupplierAccountGroup()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: SupplierAccountGroup

      Returns:
      Supplier Account Group
    • toString

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

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

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

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