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

public class Nf_bpas_i extends VdmEntity<Nf_bpas_i> implements VdmEntitySet
BR Documents for Tickets

Original entity name from the Odata EDM: nf_bpas_iType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: id

      Parameters:
      id - Ticket Id
    • setNum_doc

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

      Original property name from the Odata EDM: num_doc

      Parameters:
      num_doc - Tax document number
    • setSer

      public void setSer(@Nullable String ser)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ser

      Parameters:
      ser - Tax document series
    • setSub

      public void setSub(@Nullable String sub)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: sub

      Parameters:
      sub - Fiscal Document Subseries Number
    • setCod_part

      public void setCod_part(@Nullable String cod_part)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_part

      Parameters:
      cod_part - Participant Code
    • setCod_mod

      public void setCod_mod(@Nullable String cod_mod)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cod_mod

      Parameters:
      cod_mod - Code of tax document model
    • setCod_sit

      public void setCod_sit(@Nullable String cod_sit)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cod_sit

      Parameters:
      cod_sit - Code of tax document situation
    • setCod_mun

      public void setCod_mun(@Nullable String cod_mun)
      Constraints: Not nullable, Maximum length: 7

      Original property name from the Odata EDM: cod_mun

      Parameters:
      cod_mun - City Code
    • setDt_doc

      public void setDt_doc(@Nullable String dt_doc)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_doc

      Parameters:
      dt_doc - Document Date
    • setVl_doc

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

      Original property name from the Odata EDM: vl_doc

      Parameters:
      vl_doc - Fiscal Document Value
    • setVl_desc

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

      Original property name from the Odata EDM: vl_desc

      Parameters:
      vl_desc - Value of Items Commercial Discount
    • setVl_serv

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

      Original property name from the Odata EDM: vl_serv

      Parameters:
      vl_serv - Value of ICMS taxed services
    • setVl_bc_icms

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

      Original property name from the Odata EDM: vl_bc_icms

      Parameters:
      vl_bc_icms - ICMS Base Accumulated Value
    • setVl_icms

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

      Original property name from the Odata EDM: vl_icms

      Parameters:
      vl_icms - ICMS Accumulated Value
    • setVl_pis

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

      Original property name from the Odata EDM: vl_pis

      Parameters:
      vl_pis - PIS/PASEP Value
    • setVl_cofins

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

      Original property name from the Odata EDM: vl_cofins

      Parameters:
      vl_cofins - COFINS Value
    • setCod_cta

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

      Original property name from the Odata EDM: cod_cta

      Parameters:
      cod_cta - Code of Controlled Book Account Charged/Credited
    • 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<Nf_bpas_i>
    • getKey

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

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

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

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

      @Nonnull public static Nf_bpas_i.Nf_bpas_iBuilder 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
    • getId

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

      Original property name from the Odata EDM: id

      Returns:
      Ticket Id
    • getNum_doc

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

      Original property name from the Odata EDM: num_doc

      Returns:
      Tax document number
    • getSer

      @Nullable public String getSer()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ser

      Returns:
      Tax document series
    • getSub

      @Nullable public String getSub()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: sub

      Returns:
      Fiscal Document Subseries Number
    • getCod_part

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

      Original property name from the Odata EDM: cod_part

      Returns:
      Participant Code
    • getCod_mod

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

      Original property name from the Odata EDM: cod_mod

      Returns:
      Code of tax document model
    • getCod_sit

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

      Original property name from the Odata EDM: cod_sit

      Returns:
      Code of tax document situation
    • getCod_mun

      @Nullable public String getCod_mun()
      Constraints: Not nullable, Maximum length: 7

      Original property name from the Odata EDM: cod_mun

      Returns:
      City Code
    • getDt_doc

      @Nullable public String getDt_doc()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_doc

      Returns:
      Document Date
    • getVl_doc

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

      Original property name from the Odata EDM: vl_doc

      Returns:
      Fiscal Document Value
    • getVl_desc

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

      Original property name from the Odata EDM: vl_desc

      Returns:
      Value of Items Commercial Discount
    • getVl_serv

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

      Original property name from the Odata EDM: vl_serv

      Returns:
      Value of ICMS taxed services
    • getVl_bc_icms

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

      Original property name from the Odata EDM: vl_bc_icms

      Returns:
      ICMS Base Accumulated Value
    • getVl_icms

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

      Original property name from the Odata EDM: vl_icms

      Returns:
      ICMS Accumulated Value
    • getVl_pis

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

      Original property name from the Odata EDM: vl_pis

      Returns:
      PIS/PASEP Value
    • getVl_cofins

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

      Original property name from the Odata EDM: vl_cofins

      Returns:
      COFINS Value
    • getCod_cta

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

      Original property name from the Odata EDM: cod_cta

      Returns:
      Code of Controlled Book Account Charged/Credited
    • 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<Nf_bpas_i>
    • equals

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

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

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

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