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

public class Conta_agl extends VdmEntity<Conta_agl> implements VdmEntitySet
BR Account Codes Agglutination

Original entity name from the Odata EDM: conta_aglType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Conta_agl> getType()
      Specified by:
      getType in class VdmObject<Conta_agl>
    • 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
    • setEstr_balanco

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

      Original property name from the Odata EDM: estr_balanco

      Parameters:
      estr_balanco - Financial Statement Version
    • 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)
    • setCod_agl

      public void setCod_agl(@Nullable String cod_agl)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: cod_agl

      Parameters:
      cod_agl - Agglutination Account Code
    • setCod_ccus

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

      Original property name from the Odata EDM: cod_ccus

      Parameters:
      cod_ccus - Cost Center
    • setDt_ini

      public void setDt_ini(@Nullable LocalDate dt_ini)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: dt_ini

      Parameters:
      dt_ini - Initial date of computation referred
    • setDt_fin

      public void setDt_fin(@Nullable LocalDate dt_fin)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: dt_fin

      Parameters:
      dt_fin - Final date of computation referred
    • setNivel_agl

      public void setNivel_agl(@Nullable Integer nivel_agl)
      Constraints: Not nullable

      Original property name from the Odata EDM: nivel_agl

      Parameters:
      nivel_agl - Agglutination Account Level
    • setCod_nat_agl

      public void setCod_nat_agl(@Nullable String cod_nat_agl)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cod_nat_agl

      Parameters:
      cod_nat_agl - Account Nature
    • setDescr_cod_agl

      public void setDescr_cod_agl(@Nullable String descr_cod_agl)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: descr_cod_agl

      Parameters:
      descr_cod_agl - Description of Agglutination Code
    • setNota_exp_ref

      public void setNota_exp_ref(@Nullable String nota_exp_ref)
      Constraints: Not nullable

      Original property name from the Odata EDM: nota_exp_ref

      Parameters:
      nota_exp_ref - Accounting Statement Notes
    • setCod_agl_sup

      public void setCod_agl_sup(@Nullable String cod_agl_sup)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: cod_agl_sup

      Parameters:
      cod_agl_sup - Agglutination Superior Account Code
    • setInd_cod_agl

      public void setInd_cod_agl(@Nullable String ind_cod_agl)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_cod_agl

      Parameters:
      ind_cod_agl - Agglutination Code 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<Conta_agl>
    • getKey

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

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

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

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

      @Nonnull public static Conta_agl.Conta_aglBuilder 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
    • getEstr_balanco

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

      Original property name from the Odata EDM: estr_balanco

      Returns:
      Financial Statement Version
    • 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)
    • getCod_agl

      @Nullable public String getCod_agl()
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: cod_agl

      Returns:
      Agglutination Account Code
    • getCod_ccus

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

      Original property name from the Odata EDM: cod_ccus

      Returns:
      Cost Center
    • getDt_ini

      @Nullable public LocalDate getDt_ini()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: dt_ini

      Returns:
      Initial date of computation referred
    • getDt_fin

      @Nullable public LocalDate getDt_fin()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: dt_fin

      Returns:
      Final date of computation referred
    • getNivel_agl

      @Nullable public Integer getNivel_agl()
      Constraints: Not nullable

      Original property name from the Odata EDM: nivel_agl

      Returns:
      Agglutination Account Level
    • getCod_nat_agl

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

      Original property name from the Odata EDM: cod_nat_agl

      Returns:
      Account Nature
    • getDescr_cod_agl

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

      Original property name from the Odata EDM: descr_cod_agl

      Returns:
      Description of Agglutination Code
    • getNota_exp_ref

      @Nullable public String getNota_exp_ref()
      Constraints: Not nullable

      Original property name from the Odata EDM: nota_exp_ref

      Returns:
      Accounting Statement Notes
    • getCod_agl_sup

      @Nullable public String getCod_agl_sup()
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: cod_agl_sup

      Returns:
      Agglutination Superior Account Code
    • getInd_cod_agl

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

      Original property name from the Odata EDM: ind_cod_agl

      Returns:
      Agglutination Code 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<Conta_agl>
    • equals

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

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

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

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