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

public class Emp_cpl extends VdmEntity<Emp_cpl> implements VdmEntitySet
BR Company and Branch Data Cpl

Original entity name from the Odata EDM: emp_cplType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Emp_cpl> getType()
      Specified by:
      getType in class VdmObject<Emp_cpl>
    • 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 - The empresa to set.
    • setFilial

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

      Original property name from the Odata EDM: filial

      Parameters:
      filial - The filial to set.
    • setCpf

      public void setCpf(@Nullable String cpf)
      Constraints: Not nullable, Maximum length: 11

      Original property name from the Odata EDM: cpf

      Parameters:
      cpf - The cpf to set.
    • setNom_mest

      public void setNom_mest(@Nullable String nom_mest)
      Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: nom_mest

      Parameters:
      nom_mest - The nom_mest to set.
    • setChv_cod_dig

      public void setChv_cod_dig(@Nullable String chv_cod_dig)
      Constraints: Not nullable, Maximum length: 32

      Original property name from the Odata EDM: chv_cod_dig

      Parameters:
      chv_cod_dig - The chv_cod_dig to set.
    • setTam_fonte

      public void setTam_fonte(@Nullable String tam_fonte)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: tam_fonte

      Parameters:
      tam_fonte - The tam_fonte to set.
    • 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 - The nome_auditor to set.
    • setCod_cvm_auditor

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

      Original property name from the Odata EDM: cod_cvm_auditor

      Parameters:
      cod_cvm_auditor - The cod_cvm_auditor to set.
    • 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_cpl>
    • getKey

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

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

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

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

      @Nonnull public static Emp_cpl.Emp_cplBuilder builder()
    • getEmpresa

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

      Original property name from the Odata EDM: empresa

      Returns:
      The empresa contained in this VdmEntity.
    • getFilial

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

      Original property name from the Odata EDM: filial

      Returns:
      The filial contained in this VdmEntity.
    • getCpf

      @Nullable public String getCpf()
      Constraints: Not nullable, Maximum length: 11

      Original property name from the Odata EDM: cpf

      Returns:
      The cpf contained in this VdmEntity.
    • getNom_mest

      @Nullable public String getNom_mest()
      Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: nom_mest

      Returns:
      The nom_mest contained in this VdmEntity.
    • getChv_cod_dig

      @Nullable public String getChv_cod_dig()
      Constraints: Not nullable, Maximum length: 32

      Original property name from the Odata EDM: chv_cod_dig

      Returns:
      The chv_cod_dig contained in this VdmEntity.
    • getTam_fonte

      @Nullable public String getTam_fonte()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: tam_fonte

      Returns:
      The tam_fonte contained in this VdmEntity.
    • getNome_auditor

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

      Original property name from the Odata EDM: nome_auditor

      Returns:
      The nome_auditor contained in this VdmEntity.
    • getCod_cvm_auditor

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

      Original property name from the Odata EDM: cod_cvm_auditor

      Returns:
      The cod_cvm_auditor contained in this VdmEntity.
    • 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_cpl>
    • equals

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

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

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

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