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

public class Nf_fatura extends VdmEntity<Nf_fatura> implements VdmEntitySet
BR Invoice

Original entity name from the Odata EDM: nf_faturaType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: exercicio

      Parameters:
      exercicio - The exercicio to set.
    • setNum_tit

      public void setNum_tit(@Nullable String num_tit)
      (Key Field) Constraints: Not nullable, Maximum length: 250

      Original property name from the Odata EDM: num_tit

      Parameters:
      num_tit - The num_tit to set.
    • setEmpresa

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

      Original property name from the Odata EDM: filial

      Parameters:
      filial - The filial to set.
    • setInd_emit

      public void setInd_emit(@Nullable String ind_emit)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_emit

      Parameters:
      ind_emit - The ind_emit to set.
    • setInd_tit

      public void setInd_tit(@Nullable String ind_tit)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ind_tit

      Parameters:
      ind_tit - The ind_tit to set.
    • setDesc_tit

      public void setDesc_tit(@Nullable String desc_tit)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: desc_tit

      Parameters:
      desc_tit - The desc_tit to set.
    • setQtd_parc

      public void setQtd_parc(@Nullable Integer qtd_parc)
      Constraints: Not nullable

      Original property name from the Odata EDM: qtd_parc

      Parameters:
      qtd_parc - The qtd_parc to set.
    • setVl_tit

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

      Original property name from the Odata EDM: vl_tit

      Parameters:
      vl_tit - The vl_tit 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<Nf_fatura>
    • getKey

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

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

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

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

      @Nonnull public static Nf_fatura.Nf_faturaBuilder builder()
    • 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.
    • getExercicio

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

      Original property name from the Odata EDM: exercicio

      Returns:
      The exercicio contained in this VdmEntity.
    • getNum_tit

      @Nullable public String getNum_tit()
      (Key Field) Constraints: Not nullable, Maximum length: 250

      Original property name from the Odata EDM: num_tit

      Returns:
      The num_tit contained in this VdmEntity.
    • getEmpresa

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

      Original property name from the Odata EDM: filial

      Returns:
      The filial contained in this VdmEntity.
    • getInd_emit

      @Nullable public String getInd_emit()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_emit

      Returns:
      The ind_emit contained in this VdmEntity.
    • getInd_tit

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

      Original property name from the Odata EDM: ind_tit

      Returns:
      The ind_tit contained in this VdmEntity.
    • getDesc_tit

      @Nullable public String getDesc_tit()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: desc_tit

      Returns:
      The desc_tit contained in this VdmEntity.
    • getQtd_parc

      @Nullable public Integer getQtd_parc()
      Constraints: Not nullable

      Original property name from the Odata EDM: qtd_parc

      Returns:
      The qtd_parc contained in this VdmEntity.
    • getVl_tit

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

      Original property name from the Odata EDM: vl_tit

      Returns:
      The vl_tit 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<Nf_fatura>
    • equals

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

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

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

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