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

public class Nfs_ufunc extends VdmEntity<Nfs_ufunc> implements VdmEntitySet
BR Uniprofessional Soc Employe

Original entity name from the Odata EDM: nfs_ufuncType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setDt_reg(@Nullable String dt_reg)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: dt_reg

      Parameters:
      dt_reg - The dt_reg to set.
    • setCpf

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

      Original property name from the Odata EDM: cpf

      Parameters:
      cpf - CPF
    • setNome

      public void setNome(@Nullable String nome)
      Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: nome

      Parameters:
      nome - Entity Name
    • setInd_prof

      public void setInd_prof(@Nullable String ind_prof)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_prof

      Parameters:
      ind_prof - Licensed Professional
    • setInd_esc

      public void setInd_esc(@Nullable String ind_esc)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_esc

      Parameters:
      ind_esc - Education Level
    • setInd_soc

      public void setInd_soc(@Nullable String ind_soc)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_soc

      Parameters:
      ind_soc - Societary Participation
    • 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<Nfs_ufunc>
    • getKey

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

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

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

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

      @Nonnull public static Nfs_ufunc.Nfs_ufuncBuilder 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
    • getFilial

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

      Original property name from the Odata EDM: filial

      Returns:
      Branch
    • getDt_reg

      @Nullable public String getDt_reg()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: dt_reg

      Returns:
      The dt_reg contained in this VdmEntity.
    • getCpf

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

      Original property name from the Odata EDM: cpf

      Returns:
      CPF
    • getNome

      @Nullable public String getNome()
      Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: nome

      Returns:
      Entity Name
    • getInd_prof

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

      Original property name from the Odata EDM: ind_prof

      Returns:
      Licensed Professional
    • getInd_esc

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

      Original property name from the Odata EDM: ind_esc

      Returns:
      Education Level
    • getInd_soc

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

      Original property name from the Odata EDM: ind_soc

      Returns:
      Societary Participation
    • 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<Nfs_ufunc>
    • equals

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

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

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

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