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

public class Dados_suc extends VdmEntity<Dados_suc> implements VdmEntitySet
BR Successors Data

Original entity name from the Odata EDM: dados_sucType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: dt_lancto

      Parameters:
      dt_lancto - Posting Date
    • setCnpj

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

      Original property name from the Odata EDM: cnpj

      Parameters:
      cnpj - CNPJ
    • setNom_emp

      public void setNom_emp(@Nullable String nom_emp)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: nom_emp

      Parameters:
      nom_emp - Business Name
    • setPerc_pat_liq

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

      Original property name from the Odata EDM: perc_pat_liq

      Parameters:
      perc_pat_liq - Percentage of Net Worth
    • 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<Dados_suc>
    • getKey

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

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

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

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

      @Nonnull public static Dados_suc.Dados_sucBuilder 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_lancto

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

      Original property name from the Odata EDM: dt_lancto

      Returns:
      Posting Date
    • getCnpj

      @Nullable public String getCnpj()
      (Key Field) Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj

      Returns:
      CNPJ
    • getNom_emp

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

      Original property name from the Odata EDM: nom_emp

      Returns:
      Business Name
    • getPerc_pat_liq

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

      Original property name from the Odata EDM: perc_pat_liq

      Returns:
      Percentage of Net Worth
    • 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<Dados_suc>
    • equals

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

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

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

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