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

public class Dem_ret_f extends VdmEntity<Dem_ret_f> implements VdmEntitySet
BR Wihholding Inc Tax and Oths

Original entity name from the Odata EDM: dem_ret_fType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setCnpj_fon(@Nullable String cnpj_fon)
      (Key Field) Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj_fon

      Parameters:
      cnpj_fon - CNPJ of Payer
    • setCod_rec

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

      Original property name from the Odata EDM: cod_rec

      Parameters:
      cod_rec - Revenue Code
    • setNom_emp

      public void setNom_emp(@Nullable String nom_emp)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: nom_emp

      Parameters:
      nom_emp - Business Name
    • setInd_org_pub

      public void setInd_org_pub(@Nullable String ind_org_pub)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_org_pub

      Parameters:
      ind_org_pub - Public Body Indicator
    • setVl_rend

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

      Original property name from the Odata EDM: vl_rend

      Parameters:
      vl_rend - Gross Income
    • setIr_ret

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

      Original property name from the Odata EDM: ir_ret

      Parameters:
      ir_ret - IR Withheld at Source
    • setCsll_ret

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

      Original property name from the Odata EDM: csll_ret

      Parameters:
      csll_ret - CSLL Withheld at Source
    • 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<Dem_ret_f>
    • getKey

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

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

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

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

      @Nonnull public static Dem_ret_f.Dem_ret_fBuilder 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
    • getCnpj_fon

      @Nullable public String getCnpj_fon()
      (Key Field) Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj_fon

      Returns:
      CNPJ of Payer
    • getCod_rec

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

      Original property name from the Odata EDM: cod_rec

      Returns:
      Revenue Code
    • getNom_emp

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

      Original property name from the Odata EDM: nom_emp

      Returns:
      Business Name
    • getInd_org_pub

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

      Original property name from the Odata EDM: ind_org_pub

      Returns:
      Public Body Indicator
    • getVl_rend

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

      Original property name from the Odata EDM: vl_rend

      Returns:
      Gross Income
    • getIr_ret

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

      Original property name from the Odata EDM: ir_ret

      Returns:
      IR Withheld at Source
    • getCsll_ret

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

      Original property name from the Odata EDM: csll_ret

      Returns:
      CSLL Withheld at Source
    • 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<Dem_ret_f>
    • equals

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

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

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

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