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

public class Pis_folha extends VdmEntity<Pis_folha> implements VdmEntitySet
BR PIS PASEP Payroll

Original entity name from the Odata EDM: pis_folhaType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: per_ref

      Parameters:
      per_ref - Bookkeeping reference period
    • setVl_tot_fol

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

      Original property name from the Odata EDM: vl_tot_fol

      Parameters:
      vl_tot_fol - Total Value of Payroll
    • setVl_exc_bc

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

      Original property name from the Odata EDM: vl_exc_bc

      Parameters:
      vl_exc_bc - Total value of exclusions to the calculation basis
    • setVl_tot_bc

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

      Original property name from the Odata EDM: vl_tot_bc

      Parameters:
      vl_tot_bc - Total value of calculation basis
    • setAliq_imp_fol

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

      Original property name from the Odata EDM: aliq_imp_fol

      Parameters:
      aliq_imp_fol - Tax Rate - Payroll
    • setVl_tot_cont_fol

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

      Original property name from the Odata EDM: vl_tot_cont_fol

      Parameters:
      vl_tot_cont_fol - Total amount of Social Contribution on the Payroll
    • 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<Pis_folha>
    • getKey

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

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

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

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

      @Nonnull public static Pis_folha.Pis_folhaBuilder 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
    • getPer_ref

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

      Original property name from the Odata EDM: per_ref

      Returns:
      Bookkeeping reference period
    • getVl_tot_fol

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

      Original property name from the Odata EDM: vl_tot_fol

      Returns:
      Total Value of Payroll
    • getVl_exc_bc

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

      Original property name from the Odata EDM: vl_exc_bc

      Returns:
      Total value of exclusions to the calculation basis
    • getVl_tot_bc

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

      Original property name from the Odata EDM: vl_tot_bc

      Returns:
      Total value of calculation basis
    • getAliq_imp_fol

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

      Original property name from the Odata EDM: aliq_imp_fol

      Returns:
      Tax Rate - Payroll
    • getVl_tot_cont_fol

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

      Original property name from the Odata EDM: vl_tot_cont_fol

      Returns:
      Total amount of Social Contribution on the Payroll
    • 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<Pis_folha>
    • equals

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

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

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

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