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

public class Saldo_c_c extends VdmEntity<Saldo_c_c> implements VdmEntitySet
BR Balance of Consolidated Acc

Original entity name from the Odata EDM: saldo_c_cType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Saldo_c_c> getType()
      Specified by:
      getType in class VdmObject<Saldo_c_c>
    • 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
    • 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 - Account Code (Chart)
    • setDt_escrituracao

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

      Original property name from the Odata EDM: dt_escrituracao

      Parameters:
      dt_escrituracao - Bookkeeping Date
    • setVal_ag

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

      Original property name from the Odata EDM: val_ag

      Parameters:
      val_ag - Agglutinated Absolute Value
    • setInd_val_ag

      public void setInd_val_ag(@Nullable String ind_val_ag)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_val_ag

      Parameters:
      ind_val_ag - Agglutinated Value Indicator
    • setVal_el

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

      Original property name from the Odata EDM: val_el

      Parameters:
      val_el - Eliminations Absolute Value
    • setInd_val_el

      public void setInd_val_el(@Nullable String ind_val_el)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_val_el

      Parameters:
      ind_val_el - Eliminated Value Indicator
    • setVal_cs

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

      Original property name from the Odata EDM: val_cs

      Parameters:
      val_cs - Consolidated Absolute Value
    • setInd_val_cs

      public void setInd_val_cs(@Nullable String ind_val_cs)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_val_cs

      Parameters:
      ind_val_cs - Consolidated Value 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_c_c>
    • getKey

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

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

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

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

      @Nonnull public static Saldo_c_c.Saldo_c_cBuilder 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
    • 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:
      Account Code (Chart)
    • getDt_escrituracao

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

      Original property name from the Odata EDM: dt_escrituracao

      Returns:
      Bookkeeping Date
    • getVal_ag

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

      Original property name from the Odata EDM: val_ag

      Returns:
      Agglutinated Absolute Value
    • getInd_val_ag

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

      Original property name from the Odata EDM: ind_val_ag

      Returns:
      Agglutinated Value Indicator
    • getVal_el

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

      Original property name from the Odata EDM: val_el

      Returns:
      Eliminations Absolute Value
    • getInd_val_el

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

      Original property name from the Odata EDM: ind_val_el

      Returns:
      Eliminated Value Indicator
    • getVal_cs

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

      Original property name from the Odata EDM: val_cs

      Returns:
      Consolidated Absolute Value
    • getInd_val_cs

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

      Original property name from the Odata EDM: ind_val_cs

      Returns:
      Consolidated Value 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_c_c>
    • equals

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

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

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

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