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

public class Nfs_dedu extends VdmEntity<Nfs_dedu> implements VdmEntitySet
BR ISS Deductions Block B

Original entity name from the Odata EDM: nfs_deduType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: ind_ded

      Parameters:
      ind_ded - Indicator of nature of deduction
    • setCod_inf_obs

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

      Original property name from the Odata EDM: cod_inf_obs

      Parameters:
      cod_inf_obs - Observation Code
    • setInd_obr

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

      Original property name from the Odata EDM: ind_obr

      Parameters:
      ind_obr - ISS Obligation Indicator
    • setVl_ded

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

      Original property name from the Odata EDM: vl_ded

      Parameters:
      vl_ded - Total Value of Deductions
    • setNum_proc

      public void setNum_proc(@Nullable String num_proc)
      Constraints: Not nullable, Maximum length: 21

      Original property name from the Odata EDM: num_proc

      Parameters:
      num_proc - Administrative Procedure/Lawsuit Number
    • setInd_proc

      public void setInd_proc(@Nullable String ind_proc)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_proc

      Parameters:
      ind_proc - Process Type
    • setProce

      public void setProce(@Nullable String proce)
      Constraints: Not nullable, Maximum length: 150

      Original property name from the Odata EDM: proce

      Parameters:
      proce - 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<Nfs_dedu>
    • getKey

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

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

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

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

      @Nonnull public static Nfs_dedu.Nfs_deduBuilder 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.
    • getInd_ded

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

      Original property name from the Odata EDM: ind_ded

      Returns:
      Indicator of nature of deduction
    • getCod_inf_obs

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

      Original property name from the Odata EDM: cod_inf_obs

      Returns:
      Observation Code
    • getInd_obr

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

      Original property name from the Odata EDM: ind_obr

      Returns:
      ISS Obligation Indicator
    • getVl_ded

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

      Original property name from the Odata EDM: vl_ded

      Returns:
      Total Value of Deductions
    • getNum_proc

      @Nullable public String getNum_proc()
      Constraints: Not nullable, Maximum length: 21

      Original property name from the Odata EDM: num_proc

      Returns:
      Administrative Procedure/Lawsuit Number
    • getInd_proc

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

      Original property name from the Odata EDM: ind_proc

      Returns:
      Process Type
    • getProce

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

      Original property name from the Odata EDM: proce

      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<Nfs_dedu>
    • equals

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

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

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

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