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

public class Nf_it_cpl extends VdmEntity<Nf_it_cpl> implements VdmEntitySet
BR NF Item Complement

Original entity name from the Odata EDM: nf_it_cplType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: num_item

      Parameters:
      num_item - The num_item to set.
    • setCod_class

      public void setCod_class(@Nullable String cod_class)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: cod_class

      Parameters:
      cod_class - The cod_class to set.
    • 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 - The cod_part to set.
    • setInd_rec

      public void setInd_rec(@Nullable String ind_rec)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_rec

      Parameters:
      ind_rec - The ind_rec to set.
    • setVl_bc_icms_uf

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

      Original property name from the Odata EDM: vl_bc_icms_uf

      Parameters:
      vl_bc_icms_uf - The vl_bc_icms_uf to set.
    • setVl_icms_uf

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

      Original property name from the Odata EDM: vl_icms_uf

      Parameters:
      vl_icms_uf - The vl_icms_uf to set.
    • setQtd_contratada

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

      Original property name from the Odata EDM: qtd_contratada

      Parameters:
      qtd_contratada - Contracted amount
    • setNro_contrato

      public void setNro_contrato(@Nullable String nro_contrato)
      Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: nro_contrato

      Parameters:
      nro_contrato - Contract Number
    • setQtd_faturada

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

      Original property name from the Odata EDM: qtd_faturada

      Parameters:
      qtd_faturada - Billed Quantity
    • setTarifa_aplicada

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

      Original property name from the Odata EDM: tarifa_aplicada

      Parameters:
      tarifa_aplicada - Applied Fee
    • setInd_desc_jud

      public void setInd_desc_jud(@Nullable String ind_desc_jud)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_desc_jud

      Parameters:
      ind_desc_jud - Judicial Discount Indicator
    • setTp_isencao_reducao

      public void setTp_isencao_reducao(@Nullable String tp_isencao_reducao)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: tp_isencao_reducao

      Parameters:
      tp_isencao_reducao - Exemption Type/Calculation Basis Reduction
    • setFase_utilizacao

      public void setFase_utilizacao(@Nullable String fase_utilizacao)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: fase_utilizacao

      Parameters:
      fase_utilizacao - Phase or Type of Use
    • setVl_isnt_iss_p

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

      Original property name from the Odata EDM: vl_isnt_iss_p

      Parameters:
      vl_isnt_iss_p - Accumulated value of non tributed operations
    • setCod_inf_item

      public void setCod_inf_item(@Nullable String cod_inf_item)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: cod_inf_item

      Parameters:
      cod_inf_item - Aditional Information Code
    • 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_it_cpl>
    • getKey

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

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

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

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

      @Nonnull public static Nf_it_cpl.Nf_it_cplBuilder 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.
    • getNum_item

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

      Original property name from the Odata EDM: num_item

      Returns:
      The num_item contained in this VdmEntity.
    • getCod_class

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

      Original property name from the Odata EDM: cod_class

      Returns:
      The cod_class contained in this VdmEntity.
    • getCod_part

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

      Original property name from the Odata EDM: cod_part

      Returns:
      The cod_part contained in this VdmEntity.
    • getInd_rec

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

      Original property name from the Odata EDM: ind_rec

      Returns:
      The ind_rec contained in this VdmEntity.
    • getVl_bc_icms_uf

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

      Original property name from the Odata EDM: vl_bc_icms_uf

      Returns:
      The vl_bc_icms_uf contained in this VdmEntity.
    • getVl_icms_uf

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

      Original property name from the Odata EDM: vl_icms_uf

      Returns:
      The vl_icms_uf contained in this VdmEntity.
    • getQtd_contratada

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

      Original property name from the Odata EDM: qtd_contratada

      Returns:
      Contracted amount
    • getNro_contrato

      @Nullable public String getNro_contrato()
      Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: nro_contrato

      Returns:
      Contract Number
    • getQtd_faturada

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

      Original property name from the Odata EDM: qtd_faturada

      Returns:
      Billed Quantity
    • getTarifa_aplicada

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

      Original property name from the Odata EDM: tarifa_aplicada

      Returns:
      Applied Fee
    • getInd_desc_jud

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

      Original property name from the Odata EDM: ind_desc_jud

      Returns:
      Judicial Discount Indicator
    • getTp_isencao_reducao

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

      Original property name from the Odata EDM: tp_isencao_reducao

      Returns:
      Exemption Type/Calculation Basis Reduction
    • getFase_utilizacao

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

      Original property name from the Odata EDM: fase_utilizacao

      Returns:
      Phase or Type of Use
    • getVl_isnt_iss_p

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

      Original property name from the Odata EDM: vl_isnt_iss_p

      Returns:
      Accumulated value of non tributed operations
    • getCod_inf_item

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

      Original property name from the Odata EDM: cod_inf_item

      Returns:
      Aditional Information Code
    • 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_it_cpl>
    • equals

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

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

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

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