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

public class Sld_trn_n extends VdmEntity<Sld_trn_n> implements VdmEntitySet
BR GL Acct Balance Transfer

Original entity name from the Odata EDM: sld_trn_nType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setId(@Nullable String id)
      (Key Field) Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: id

      Parameters:
      id - ID
    • setEmpresa

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

      Original property name from the Odata EDM: empresa

      Parameters:
      empresa - Company Code
    • setLedger

      public void setLedger(@Nullable String ledger)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ledger

      Parameters:
      ledger - Ledger
    • setPeriodo

      public void setPeriodo(@Nullable String periodo)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: periodo

      Parameters:
      periodo - Period
    • setAno

      public void setAno(@Nullable String ano)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ano

      Parameters:
      ano - Year
    • setCod_cta

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

      Original property name from the Odata EDM: cod_cta

      Parameters:
      cod_cta - Account Code (Chart)
    • setCod_ccus

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

      Original property name from the Odata EDM: cod_ccus

      Parameters:
      cod_ccus - Cost Center
    • setCod_cta_ant

      public void setCod_cta_ant(@Nullable String cod_cta_ant)
      Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_cta_ant

      Parameters:
      cod_cta_ant - Previous Account Code (Chart)
    • setCod_ccus_ant

      public void setCod_ccus_ant(@Nullable String cod_ccus_ant)
      Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_ccus_ant

      Parameters:
      cod_ccus_ant - Cost Center
    • setVl_sld_ini

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

      Original property name from the Odata EDM: vl_sld_ini

      Parameters:
      vl_sld_ini - Initial Balance Value
    • setInd_dc_ini

      public void setInd_dc_ini(@Nullable String ind_dc_ini)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_dc_ini

      Parameters:
      ind_dc_ini - Final Balance Situation
    • setVl_sld_ini_aux

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

      Original property name from the Odata EDM: vl_sld_ini_aux

      Parameters:
      vl_sld_ini_aux - Initial Period Summary
    • setInd_dc_ini_aux

      public void setInd_dc_ini_aux(@Nullable String ind_dc_ini_aux)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_dc_ini_aux

      Parameters:
      ind_dc_ini_aux - Debit or Credit Indicator
    • setDt_alt

      public void setDt_alt(@Nullable String dt_alt)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_alt

      Parameters:
      dt_alt - Corporate change date
    • setCod_nat

      public void setCod_nat(@Nullable String cod_nat)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cod_nat

      Parameters:
      cod_nat - Account Nature
    • setInd_cta

      public void setInd_cta(@Nullable String ind_cta)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_cta

      Parameters:
      ind_cta - Account Indicator
    • setNivel

      public void setNivel(@Nullable Integer nivel)
      Constraints: Not nullable

      Original property name from the Odata EDM: nivel

      Parameters:
      nivel - Account Level
    • setCod_cta_sup

      public void setCod_cta_sup(@Nullable String cod_cta_sup)
      Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_cta_sup

      Parameters:
      cod_cta_sup - Account Code (Chart)
    • setCta

      public void setCta(@Nullable String cta)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: cta

      Parameters:
      cta - Code of Controlled Book Account Charged/Credited
    • 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<Sld_trn_n>
    • getKey

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

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

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

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

      @Nonnull public static Sld_trn_n.Sld_trn_nBuilder builder()
    • getId

      @Nullable public String getId()
      (Key Field) Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: id

      Returns:
      ID
    • getEmpresa

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

      Original property name from the Odata EDM: empresa

      Returns:
      Company Code
    • getLedger

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

      Original property name from the Odata EDM: ledger

      Returns:
      Ledger
    • getPeriodo

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

      Original property name from the Odata EDM: periodo

      Returns:
      Period
    • getAno

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

      Original property name from the Odata EDM: ano

      Returns:
      Year
    • getCod_cta

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

      Original property name from the Odata EDM: cod_cta

      Returns:
      Account Code (Chart)
    • getCod_ccus

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

      Original property name from the Odata EDM: cod_ccus

      Returns:
      Cost Center
    • getCod_cta_ant

      @Nullable public String getCod_cta_ant()
      Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_cta_ant

      Returns:
      Previous Account Code (Chart)
    • getCod_ccus_ant

      @Nullable public String getCod_ccus_ant()
      Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_ccus_ant

      Returns:
      Cost Center
    • getVl_sld_ini

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

      Original property name from the Odata EDM: vl_sld_ini

      Returns:
      Initial Balance Value
    • getInd_dc_ini

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

      Original property name from the Odata EDM: ind_dc_ini

      Returns:
      Final Balance Situation
    • getVl_sld_ini_aux

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

      Original property name from the Odata EDM: vl_sld_ini_aux

      Returns:
      Initial Period Summary
    • getInd_dc_ini_aux

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

      Original property name from the Odata EDM: ind_dc_ini_aux

      Returns:
      Debit or Credit Indicator
    • getDt_alt

      @Nullable public String getDt_alt()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_alt

      Returns:
      Corporate change date
    • getCod_nat

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

      Original property name from the Odata EDM: cod_nat

      Returns:
      Account Nature
    • getInd_cta

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

      Original property name from the Odata EDM: ind_cta

      Returns:
      Account Indicator
    • getNivel

      @Nullable public Integer getNivel()
      Constraints: Not nullable

      Original property name from the Odata EDM: nivel

      Returns:
      Account Level
    • getCod_cta_sup

      @Nullable public String getCod_cta_sup()
      Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_cta_sup

      Returns:
      Account Code (Chart)
    • getCta

      @Nullable public String getCta()
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: cta

      Returns:
      Code of Controlled Book Account Charged/Credited
    • 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<Sld_trn_n>
    • equals

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

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

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

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