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

public class Cfe_an_it extends VdmEntity<Cfe_an_it> implements VdmEntitySet
BR CFe Analytical Item w ST

Original entity name from the Odata EDM: cfe_an_itType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Cfe_an_it> getType()
      Specified by:
      getType in class VdmObject<Cfe_an_it>
    • setId

      public void setId(@Nullable UUID id)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: id

      Parameters:
      id - Tables ID
    • setEmpresa

      public void setEmpresa(@Nullable String empresa)
      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)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: filial

      Parameters:
      filial - Branch
    • 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
    • setNum_cfe

      public void setNum_cfe(@Nullable String num_cfe)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: num_cfe

      Parameters:
      num_cfe - CFE's Number
    • setNr_sat

      public void setNr_sat(@Nullable String nr_sat)
      Constraints: Not nullable, Maximum length: 9

      Original property name from the Odata EDM: nr_sat

      Parameters:
      nr_sat - Serial Number of SAT Equipment
    • 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
    • setNum_item

      public void setNum_item(@Nullable String num_item)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: num_item

      Parameters:
      num_item - External Item Number
    • setCod_item

      public void setCod_item(@Nullable String cod_item)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_item

      Parameters:
      cod_item - Item Code
    • setCod_obs

      public void setCod_obs(@Nullable String cod_obs)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: cod_obs

      Parameters:
      cod_obs - Observation Code
    • setCst_icms

      public void setCst_icms(@Nullable String cst_icms)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: cst_icms

      Parameters:
      cst_icms - Fiscal Situation Code
    • setCfop

      public void setCfop(@Nullable String cfop)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: cfop

      Parameters:
      cfop - CFOP (Tax code of operation and installment)
    • setAliq_icms

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

      Original property name from the Odata EDM: aliq_icms

      Parameters:
      aliq_icms - ICMS Aliquot
    • setQtd

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

      Original property name from the Odata EDM: qtd

      Parameters:
      qtd - Amount
    • setUnid

      public void setUnid(@Nullable String unid)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: unid

      Parameters:
      unid - Base Unit of Measure
    • setVl_opr

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

      Original property name from the Odata EDM: vl_opr

      Parameters:
      vl_opr - Operation Value
    • setVl_item

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

      Original property name from the Odata EDM: vl_item

      Parameters:
      vl_item - Item Value
    • 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
    • setTxt

      public void setTxt(@Nullable String txt)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: txt

      Parameters:
      txt - Text
    • 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<Cfe_an_it>
    • getKey

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

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

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

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

      @Nonnull public static Cfe_an_it.Cfe_an_itBuilder builder()
    • getId

      @Nullable public UUID getId()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: id

      Returns:
      Tables ID
    • getEmpresa

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

      Original property name from the Odata EDM: empresa

      Returns:
      Company Code
    • getFilial

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

      Original property name from the Odata EDM: filial

      Returns:
      Branch
    • 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
    • getNum_cfe

      @Nullable public String getNum_cfe()
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: num_cfe

      Returns:
      CFE's Number
    • getNr_sat

      @Nullable public String getNr_sat()
      Constraints: Not nullable, Maximum length: 9

      Original property name from the Odata EDM: nr_sat

      Returns:
      Serial Number of SAT Equipment
    • 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
    • getNum_item

      @Nullable public String getNum_item()
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: num_item

      Returns:
      External Item Number
    • getCod_item

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

      Original property name from the Odata EDM: cod_item

      Returns:
      Item Code
    • getCod_obs

      @Nullable public String getCod_obs()
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: cod_obs

      Returns:
      Observation Code
    • getCst_icms

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

      Original property name from the Odata EDM: cst_icms

      Returns:
      Fiscal Situation Code
    • getCfop

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

      Original property name from the Odata EDM: cfop

      Returns:
      CFOP (Tax code of operation and installment)
    • getAliq_icms

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

      Original property name from the Odata EDM: aliq_icms

      Returns:
      ICMS Aliquot
    • getQtd

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

      Original property name from the Odata EDM: qtd

      Returns:
      Amount
    • getUnid

      @Nullable public String getUnid()
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: unid

      Returns:
      Base Unit of Measure
    • getVl_opr

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

      Original property name from the Odata EDM: vl_opr

      Returns:
      Operation Value
    • getVl_item

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

      Original property name from the Odata EDM: vl_item

      Returns:
      Item Value
    • 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
    • getTxt

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

      Original property name from the Odata EDM: txt

      Returns:
      Text
    • 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<Cfe_an_it>
    • equals

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

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

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

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