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

public class Parti_per extends VdmEntity<Parti_per> implements VdmEntitySet
BR Permanent Part on Affiliate

Original entity name from the Odata EDM: parti_perType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setPais(@Nullable String pais)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: pais

      Parameters:
      pais - Siscomex Table Country/Region Code
    • setDt_evento

      public void setDt_evento(@Nullable LocalDate dt_evento)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: dt_evento

      Parameters:
      dt_evento - Date of event
    • setInd_relac

      public void setInd_relac(@Nullable String ind_relac)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_relac

      Parameters:
      ind_relac - Type of Relationship
    • setNum_lancto

      public void setNum_lancto(@Nullable String num_lancto)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: num_lancto

      Parameters:
      num_lancto - Posting Number
    • 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
    • setValor_reais

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

      Original property name from the Odata EDM: valor_reais

      Parameters:
      valor_reais - Participation Value in Reais
    • setValor_estr

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

      Original property name from the Odata EDM: valor_estr

      Parameters:
      valor_estr - Participation Value in Original Currecy of Country/Region
    • setPerc_cap_tot

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

      Original property name from the Odata EDM: perc_cap_tot

      Parameters:
      perc_cap_tot - Percentage over Total Capital
    • setPerc_cap_vot

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

      Original property name from the Odata EDM: perc_cap_vot

      Parameters:
      perc_cap_vot - Percentage over voting capital
    • setRes_eq_pat

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

      Original property name from the Odata EDM: res_eq_pat

      Parameters:
      res_eq_pat - Results of Balance Sheet Equivalence
    • setData_aquis

      public void setData_aquis(@Nullable String data_aquis)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: data_aquis

      Parameters:
      data_aquis - Participation Acquisition Date
    • setInd_proc_cart

      public void setInd_proc_cart(@Nullable String ind_proc_cart)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_proc_cart

      Parameters:
      ind_proc_cart - Summary in Registry
    • setNum_proc_cart

      public void setNum_proc_cart(@Nullable String num_proc_cart)
      Constraints: Not nullable, Maximum length: 150

      Original property name from the Odata EDM: num_proc_cart

      Parameters:
      num_proc_cart - Record Number in the Registry
    • setNome_cart

      public void setNome_cart(@Nullable String nome_cart)
      Constraints: Not nullable, Maximum length: 150

      Original property name from the Odata EDM: nome_cart

      Parameters:
      nome_cart - Registry Name
    • setInd_proc_rfb

      public void setInd_proc_rfb(@Nullable String ind_proc_rfb)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_proc_rfb

      Parameters:
      ind_proc_rfb - Report Registered in the RFB
    • setNum_proc_rfb

      public void setNum_proc_rfb(@Nullable String num_proc_rfb)
      Constraints: Not nullable, Maximum length: 150

      Original property name from the Odata EDM: num_proc_rfb

      Parameters:
      num_proc_rfb - Process Number
    • 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<Parti_per>
    • getKey

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

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

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

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

      @Nonnull public static Parti_per.Parti_perBuilder 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
    • getPais

      @Nullable public String getPais()
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: pais

      Returns:
      Siscomex Table Country/Region Code
    • getDt_evento

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

      Original property name from the Odata EDM: dt_evento

      Returns:
      Date of event
    • getInd_relac

      @Nullable public String getInd_relac()
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_relac

      Returns:
      Type of Relationship
    • getNum_lancto

      @Nullable public String getNum_lancto()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: num_lancto

      Returns:
      Posting Number
    • 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
    • getValor_reais

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

      Original property name from the Odata EDM: valor_reais

      Returns:
      Participation Value in Reais
    • getValor_estr

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

      Original property name from the Odata EDM: valor_estr

      Returns:
      Participation Value in Original Currecy of Country/Region
    • getPerc_cap_tot

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

      Original property name from the Odata EDM: perc_cap_tot

      Returns:
      Percentage over Total Capital
    • getPerc_cap_vot

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

      Original property name from the Odata EDM: perc_cap_vot

      Returns:
      Percentage over voting capital
    • getRes_eq_pat

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

      Original property name from the Odata EDM: res_eq_pat

      Returns:
      Results of Balance Sheet Equivalence
    • getData_aquis

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

      Original property name from the Odata EDM: data_aquis

      Returns:
      Participation Acquisition Date
    • getInd_proc_cart

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

      Original property name from the Odata EDM: ind_proc_cart

      Returns:
      Summary in Registry
    • getNum_proc_cart

      @Nullable public String getNum_proc_cart()
      Constraints: Not nullable, Maximum length: 150

      Original property name from the Odata EDM: num_proc_cart

      Returns:
      Record Number in the Registry
    • getNome_cart

      @Nullable public String getNome_cart()
      Constraints: Not nullable, Maximum length: 150

      Original property name from the Odata EDM: nome_cart

      Returns:
      Registry Name
    • getInd_proc_rfb

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

      Original property name from the Odata EDM: ind_proc_rfb

      Returns:
      Report Registered in the RFB
    • getNum_proc_rfb

      @Nullable public String getNum_proc_rfb()
      Constraints: Not nullable, Maximum length: 150

      Original property name from the Odata EDM: num_proc_rfb

      Returns:
      Process Number
    • 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<Parti_per>
    • equals

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

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

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

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