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

public class Directinv extends VdmEntity<Directinv> implements VdmEntitySet
BR Direct Investors

Original entity name from the Odata EDM: directinvType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: nif

      Parameters:
      nif - Tax Identification Number
    • 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: 30

      Original property name from the Odata EDM: pais

      Parameters:
      pais - Country/Region
    • setNif_cnpj

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

      Original property name from the Odata EDM: nif_cnpj

      Parameters:
      nif_cnpj - Identification number of each direct investor
    • setRazao_social

      public void setRazao_social(@Nullable String razao_social)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: razao_social

      Parameters:
      razao_social - Legal Name of Business or Individual Name
    • setPercentual

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

      Original property name from the Odata EDM: percentual

      Parameters:
      percentual - Percentage of the direct investor's interest
    • 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<Directinv>
    • getKey

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

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

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

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

      @Nonnull public static Directinv.DirectinvBuilder 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
    • getNif

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

      Original property name from the Odata EDM: nif

      Returns:
      Tax Identification Number
    • 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: 30

      Original property name from the Odata EDM: pais

      Returns:
      Country/Region
    • getNif_cnpj

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

      Original property name from the Odata EDM: nif_cnpj

      Returns:
      Identification number of each direct investor
    • getRazao_social

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

      Original property name from the Odata EDM: razao_social

      Returns:
      Legal Name of Business or Individual Name
    • getPercentual

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

      Original property name from the Odata EDM: percentual

      Returns:
      Percentage of the direct investor's interest
    • 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<Directinv>
    • equals

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

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

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

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