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

public class Ecf_nf extends VdmEntity<Ecf_nf> implements VdmEntitySet
BR Cupom Fiscal Header Table

Original entity name from the Odata EDM: ecf_nfType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: cod_mod

      Parameters:
      cod_mod - Code of tax document model
    • setEcf_mod

      public void setEcf_mod(@Nullable String ecf_mod)
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: ecf_mod

      Parameters:
      ecf_mod - Model of Cupom Fiscal Equipment
    • setEcf_fab

      public void setEcf_fab(@Nullable String ecf_fab)
      (Key Field) Constraints: Not nullable, Maximum length: 21

      Original property name from the Odata EDM: ecf_fab

      Parameters:
      ecf_fab - ECF Manufacturing Serial Number
    • setDt_doc

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

      Original property name from the Odata EDM: dt_doc

      Parameters:
      dt_doc - Document Date
    • setEcf_cx

      public void setEcf_cx(@Nullable String ecf_cx)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ecf_cx

      Parameters:
      ecf_cx - ECF Cash Register Number
    • setNum_doc

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

      Original property name from the Odata EDM: num_doc

      Parameters:
      num_doc - Tax document number
    • 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
    • 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
    • setCpf_cnpj

      public void setCpf_cnpj(@Nullable String cpf_cnpj)
      Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cpf_cnpj

      Parameters:
      cpf_cnpj - Individual (CPF) or Legal Person (CNPJ) Identification
    • setNom_adq

      public void setNom_adq(@Nullable String nom_adq)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: nom_adq

      Parameters:
      nom_adq - Purchaser Name
    • setChv_cfe

      public void setChv_cfe(@Nullable String chv_cfe)
      Constraints: Not nullable, Maximum length: 44

      Original property name from the Odata EDM: chv_cfe

      Parameters:
      chv_cfe - Cupom Fiscal Key
    • setNum_ccf

      public void setNum_ccf(@Nullable String num_ccf)
      Constraints: Not nullable, Maximum length: 9

      Original property name from the Odata EDM: num_ccf

      Parameters:
      num_ccf - Number of Cupom Fiscal Counter
    • setUf

      public void setUf(@Nullable String uf)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: uf

      Parameters:
      uf - UF
    • 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<Ecf_nf>
    • getKey

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

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

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

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

      @Nonnull public static Ecf_nf.Ecf_nfBuilder 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
    • getCod_mod

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

      Original property name from the Odata EDM: cod_mod

      Returns:
      Code of tax document model
    • getEcf_mod

      @Nullable public String getEcf_mod()
      (Key Field) Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: ecf_mod

      Returns:
      Model of Cupom Fiscal Equipment
    • getEcf_fab

      @Nullable public String getEcf_fab()
      (Key Field) Constraints: Not nullable, Maximum length: 21

      Original property name from the Odata EDM: ecf_fab

      Returns:
      ECF Manufacturing Serial Number
    • getDt_doc

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

      Original property name from the Odata EDM: dt_doc

      Returns:
      Document Date
    • getEcf_cx

      @Nullable public String getEcf_cx()
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: ecf_cx

      Returns:
      ECF Cash Register Number
    • getNum_doc

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

      Original property name from the Odata EDM: num_doc

      Returns:
      Tax document number
    • 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
    • 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
    • getCpf_cnpj

      @Nullable public String getCpf_cnpj()
      Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cpf_cnpj

      Returns:
      Individual (CPF) or Legal Person (CNPJ) Identification
    • getNom_adq

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

      Original property name from the Odata EDM: nom_adq

      Returns:
      Purchaser Name
    • getChv_cfe

      @Nullable public String getChv_cfe()
      Constraints: Not nullable, Maximum length: 44

      Original property name from the Odata EDM: chv_cfe

      Returns:
      Cupom Fiscal Key
    • getNum_ccf

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

      Original property name from the Odata EDM: num_ccf

      Returns:
      Number of Cupom Fiscal Counter
    • getUf

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

      Original property name from the Odata EDM: uf

      Returns:
      UF
    • 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<Ecf_nf>
    • equals

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

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

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

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