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

public class Emp_cons extends VdmEntity<Emp_cons> implements VdmEntitySet
BR Consolidated Companies

Original entity name from the Odata EDM: emp_consType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: emp_cod

      Parameters:
      emp_cod - Company Code
    • 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
    • setCod_pais

      public void setCod_pais(@Nullable String cod_pais)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: cod_pais

      Parameters:
      cod_pais - Country/Region Code
    • setCnpj

      public void setCnpj(@Nullable String cnpj)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: cnpj

      Parameters:
      cnpj - CNPJ Root
    • setNome

      public void setNome(@Nullable String nome)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: nome

      Parameters:
      nome - Name
    • setPer_part

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

      Original property name from the Odata EDM: per_part

      Parameters:
      per_part - Percentage of Interest
    • setEvento

      public void setEvento(@Nullable String evento)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: evento

      Parameters:
      evento - Event Occurred in the Period
    • setPer_cons

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

      Original property name from the Odata EDM: per_cons

      Parameters:
      per_cons - Consolidation Percentage
    • setData_ini_emp

      public void setData_ini_emp(@Nullable LocalDate data_ini_emp)
      Constraints: Nullable

      Original property name from the Odata EDM: data_ini_emp

      Parameters:
      data_ini_emp - Bookkeeping Initial Date
    • setData_fin_emp

      public void setData_fin_emp(@Nullable LocalDate data_fin_emp)
      Constraints: Nullable

      Original property name from the Odata EDM: data_fin_emp

      Parameters:
      data_fin_emp - Bookkeeping Final Date
    • 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<Emp_cons>
    • getKey

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

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

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

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

      @Nonnull public static Emp_cons.Emp_consBuilder 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
    • getEmp_cod

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

      Original property name from the Odata EDM: emp_cod

      Returns:
      Company Code
    • 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
    • getCod_pais

      @Nullable public String getCod_pais()
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: cod_pais

      Returns:
      Country/Region Code
    • getCnpj

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

      Original property name from the Odata EDM: cnpj

      Returns:
      CNPJ Root
    • getNome

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

      Original property name from the Odata EDM: nome

      Returns:
      Name
    • getPer_part

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

      Original property name from the Odata EDM: per_part

      Returns:
      Percentage of Interest
    • getEvento

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

      Original property name from the Odata EDM: evento

      Returns:
      Event Occurred in the Period
    • getPer_cons

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

      Original property name from the Odata EDM: per_cons

      Returns:
      Consolidation Percentage
    • getData_ini_emp

      @Nullable public LocalDate getData_ini_emp()
      Constraints: Nullable

      Original property name from the Odata EDM: data_ini_emp

      Returns:
      Bookkeeping Initial Date
    • getData_fin_emp

      @Nullable public LocalDate getData_fin_emp()
      Constraints: Nullable

      Original property name from the Odata EDM: data_fin_emp

      Returns:
      Bookkeeping Final Date
    • 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<Emp_cons>
    • equals

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

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

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

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