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

public class Auditor extends VdmEntity<Auditor> implements VdmEntitySet
BR Auditor

Original entity name from the Odata EDM: auditorType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setCod_cvm_auditor(@Nullable String cod_cvm_auditor)
      (Key Field) Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: cod_cvm_auditor

      Parameters:
      cod_cvm_auditor - Auditor's Code
    • setAno_auditoria

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

      Original property name from the Odata EDM: ano_auditoria

      Parameters:
      ano_auditoria - Year
    • setNome_auditor

      public void setNome_auditor(@Nullable String nome_auditor)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: nome_auditor

      Parameters:
      nome_auditor - Auditor's Name
    • setNi_cpf_cnpj

      public void setNi_cpf_cnpj(@Nullable String ni_cpf_cnpj)
      Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: ni_cpf_cnpj

      Parameters:
      ni_cpf_cnpj - Auditor's Identification (CPF or CNPJ)
    • 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<Auditor>
    • getKey

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

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

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

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

      @Nonnull public static Auditor.AuditorBuilder 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
    • getCod_cvm_auditor

      @Nullable public String getCod_cvm_auditor()
      (Key Field) Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: cod_cvm_auditor

      Returns:
      Auditor's Code
    • getAno_auditoria

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

      Original property name from the Odata EDM: ano_auditoria

      Returns:
      Year
    • getNome_auditor

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

      Original property name from the Odata EDM: nome_auditor

      Returns:
      Auditor's Name
    • getNi_cpf_cnpj

      @Nullable public String getNi_cpf_cnpj()
      Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: ni_cpf_cnpj

      Returns:
      Auditor's Identification (CPF or CNPJ)
    • 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<Auditor>
    • equals

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

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

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

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