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

public class Cfiscal_r extends VdmEntity<Cfiscal_r> implements VdmEntitySet
BR Referenced CFe

Original entity name from the Odata EDM: cfiscal_rType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Cfiscal_r> getType()
      Specified by:
      getType in class VdmObject<Cfiscal_r>
    • 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 - The empresa to set.
    • 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 - The filial to set.
    • setNf_id

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

      Original property name from the Odata EDM: nf_id

      Parameters:
      nf_id - The nf_id to set.
    • setCod_inf

      public void setCod_inf(@Nullable String cod_inf)
      (Key Field) Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: cod_inf

      Parameters:
      cod_inf - The cod_inf to set.
    • 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 - The dt_doc to set.
    • setNr_sat

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

      Original property name from the Odata EDM: nr_sat

      Parameters:
      nr_sat - The nr_sat to set.
    • setNum_cfe

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

      Original property name from the Odata EDM: num_cfe

      Parameters:
      num_cfe - The num_cfe to set.
    • 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 - The cod_mod to set.
    • 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 - The chv_cfe to set.
    • 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<Cfiscal_r>
    • getKey

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

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

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

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

      @Nonnull public static Cfiscal_r.Cfiscal_rBuilder builder()
    • getEmpresa

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

      Original property name from the Odata EDM: empresa

      Returns:
      The empresa contained in this VdmEntity.
    • getFilial

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

      Original property name from the Odata EDM: filial

      Returns:
      The filial contained in this VdmEntity.
    • getNf_id

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

      Original property name from the Odata EDM: nf_id

      Returns:
      The nf_id contained in this VdmEntity.
    • getCod_inf

      @Nullable public String getCod_inf()
      (Key Field) Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: cod_inf

      Returns:
      The cod_inf contained in this VdmEntity.
    • 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:
      The dt_doc contained in this VdmEntity.
    • getNr_sat

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

      Original property name from the Odata EDM: nr_sat

      Returns:
      The nr_sat contained in this VdmEntity.
    • getNum_cfe

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

      Original property name from the Odata EDM: num_cfe

      Returns:
      The num_cfe contained in this VdmEntity.
    • getCod_mod

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

      Original property name from the Odata EDM: cod_mod

      Returns:
      The cod_mod contained in this VdmEntity.
    • getChv_cfe

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

      Original property name from the Odata EDM: chv_cfe

      Returns:
      The chv_cfe contained in this VdmEntity.
    • 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<Cfiscal_r>
    • equals

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

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

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

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