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

public class Cred_estq extends VdmEntity<Cred_estq> implements VdmEntitySet
BR Opening Stock Presumed Cred

Original entity name from the Odata EDM: cred_estqType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setNum_lancto(@Nullable String num_lancto)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: num_lancto

      Parameters:
      num_lancto - Posting Number
    • setNat_bc_cred

      public void setNat_bc_cred(@Nullable String nat_bc_cred)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: nat_bc_cred

      Parameters:
      nat_bc_cred - Code of Calculation Basis of Credits
    • setVl_tot_est

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

      Original property name from the Odata EDM: vl_tot_est

      Parameters:
      vl_tot_est - Total Value of Opening Inventory
    • setEst_imp

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

      Original property name from the Odata EDM: est_imp

      Parameters:
      est_imp - Portion of Opening Inventory Related to Assets Without Cred.
    • setVl_bc_est

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

      Original property name from the Odata EDM: vl_bc_est

      Parameters:
      vl_bc_est - Value of Calculation Basis of Credit on Opening Inventory
    • setVl_bc_men_est

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

      Original property name from the Odata EDM: vl_bc_men_est

      Parameters:
      vl_bc_men_est - Value of Monthly Calc. Basis of Credit on Opening Inventory
    • setCst_pis

      public void setCst_pis(@Nullable String cst_pis)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cst_pis

      Parameters:
      cst_pis - Tax Situation Code related to PIS/PASEP
    • setAliq_pis

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

      Original property name from the Odata EDM: aliq_pis

      Parameters:
      aliq_pis - PIS/PASEP Tax Rate (%)
    • setVl_cred_pis

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

      Original property name from the Odata EDM: vl_cred_pis

      Parameters:
      vl_cred_pis - Monthly Value of Presumed Credit Receivable - PIS/PASEP
    • setCst_cofins

      public void setCst_cofins(@Nullable String cst_cofins)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cst_cofins

      Parameters:
      cst_cofins - Tax Situation Code related to COFINS
    • setAliq_cofins

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

      Original property name from the Odata EDM: aliq_cofins

      Parameters:
      aliq_cofins - COFINS Tax Rate (%)
    • setVl_cred_cofins

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

      Original property name from the Odata EDM: vl_cred_cofins

      Parameters:
      vl_cred_cofins - Monthly Value of Presumed Credit Receivable - COFINS
    • setDesc_est

      public void setDesc_est(@Nullable String desc_est)
      Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: desc_est

      Parameters:
      desc_est - Inventory Description
    • setCod_cta

      public void setCod_cta(@Nullable String cod_cta)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_cta

      Parameters:
      cod_cta - Credit Source Indicator
    • 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<Cred_estq>
    • getKey

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

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

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

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

      @Nonnull public static Cred_estq.Cred_estqBuilder 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_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
    • getNum_lancto

      @Nullable public String getNum_lancto()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: num_lancto

      Returns:
      Posting Number
    • getNat_bc_cred

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

      Original property name from the Odata EDM: nat_bc_cred

      Returns:
      Code of Calculation Basis of Credits
    • getVl_tot_est

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

      Original property name from the Odata EDM: vl_tot_est

      Returns:
      Total Value of Opening Inventory
    • getEst_imp

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

      Original property name from the Odata EDM: est_imp

      Returns:
      Portion of Opening Inventory Related to Assets Without Cred.
    • getVl_bc_est

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

      Original property name from the Odata EDM: vl_bc_est

      Returns:
      Value of Calculation Basis of Credit on Opening Inventory
    • getVl_bc_men_est

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

      Original property name from the Odata EDM: vl_bc_men_est

      Returns:
      Value of Monthly Calc. Basis of Credit on Opening Inventory
    • getCst_pis

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

      Original property name from the Odata EDM: cst_pis

      Returns:
      Tax Situation Code related to PIS/PASEP
    • getAliq_pis

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

      Original property name from the Odata EDM: aliq_pis

      Returns:
      PIS/PASEP Tax Rate (%)
    • getVl_cred_pis

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

      Original property name from the Odata EDM: vl_cred_pis

      Returns:
      Monthly Value of Presumed Credit Receivable - PIS/PASEP
    • getCst_cofins

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

      Original property name from the Odata EDM: cst_cofins

      Returns:
      Tax Situation Code related to COFINS
    • getAliq_cofins

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

      Original property name from the Odata EDM: aliq_cofins

      Returns:
      COFINS Tax Rate (%)
    • getVl_cred_cofins

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

      Original property name from the Odata EDM: vl_cred_cofins

      Returns:
      Monthly Value of Presumed Credit Receivable - COFINS
    • getDesc_est

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

      Original property name from the Odata EDM: desc_est

      Returns:
      Inventory Description
    • getCod_cta

      @Nullable public String getCod_cta()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_cta

      Returns:
      Credit Source Indicator
    • 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<Cred_estq>
    • equals

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

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

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

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