java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Saldo>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Saldo
All Implemented Interfaces:
VdmEntitySet

public class Saldo extends VdmEntity<Saldo> implements VdmEntitySet
BR Balance of Accounts

Original entity name from the Odata EDM: saldoType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: empresa

      Parameters:
      empresa - Company Code
    • setDt_lanc

      public void setDt_lanc(@Nullable String dt_lanc)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_lanc

      Parameters:
      dt_lanc - Posting Date
    • setCod_cta

      public void setCod_cta(@Nullable String cod_cta)
      (Key Field) Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_cta

      Parameters:
      cod_cta - The cod_cta to set.
    • setCod_ccus

      public void setCod_ccus(@Nullable String cod_ccus)
      (Key Field) Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_ccus

      Parameters:
      cod_ccus - The cod_ccus to set.
    • setInd_dc

      public void setInd_dc(@Nullable String ind_dc)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_dc

      Parameters:
      ind_dc - Final Balance Situation
    • setVl_cta

      public void setVl_cta(@Nullable BigDecimal vl_cta)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_cta

      Parameters:
      vl_cta - Final Balance
    • setVl_cta_aux

      public void setVl_cta_aux(@Nullable BigDecimal vl_cta_aux)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_cta_aux

      Parameters:
      vl_cta_aux - Final balance before final posting
    • setInd_dc_aux

      public void setInd_dc_aux(@Nullable String ind_dc_aux)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_dc_aux

      Parameters:
      ind_dc_aux - Initial Value Nature Indicator
    • set_Messages

      public void set_Messages(@Nullable Collection<SAP__Message> _Messages)
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Parameters:
      _Messages - The _Messages to set.
    • getEntityCollection

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

      @Nonnull protected ODataEntityKey getKey()
      Overrides:
      getKey in class VdmObject<Saldo>
    • toMapOfFields

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

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

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

      @Nonnull public static Saldo.SaldoBuilder builder()
    • getEmpresa

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

      Original property name from the Odata EDM: empresa

      Returns:
      Company Code
    • getDt_lanc

      @Nullable public String getDt_lanc()
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_lanc

      Returns:
      Posting Date
    • getCod_cta

      @Nullable public String getCod_cta()
      (Key Field) Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_cta

      Returns:
      The cod_cta contained in this VdmEntity.
    • getCod_ccus

      @Nullable public String getCod_ccus()
      (Key Field) Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_ccus

      Returns:
      The cod_ccus contained in this VdmEntity.
    • getInd_dc

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

      Original property name from the Odata EDM: ind_dc

      Returns:
      Final Balance Situation
    • getVl_cta

      @Nullable public BigDecimal getVl_cta()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_cta

      Returns:
      Final Balance
    • getVl_cta_aux

      @Nullable public BigDecimal getVl_cta_aux()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_cta_aux

      Returns:
      Final balance before final posting
    • getInd_dc_aux

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

      Original property name from the Odata EDM: ind_dc_aux

      Returns:
      Initial Value Nature Indicator
    • get_Messages

      @Nullable public Collection<SAP__Message> get_Messages()
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      The _Messages contained in this VdmEntity.
    • toString

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<Saldo>
    • getOdataType

      public String getOdataType()
      Specified by:
      getOdataType in class VdmObject<Saldo>