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

public class Nfi_uipi extends VdmEntity<Nfi_uipi> implements VdmEntitySet
BR NF Item Unit IPI Operation

Original entity name from the Odata EDM: nfi_uipiType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setCl_enq(@Nullable String cl_enq)
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: cl_enq

      Parameters:
      cl_enq - The cl_enq to set.
    • setTipo_imposto

      public void setTipo_imposto(@Nullable String tipo_imposto)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: tipo_imposto

      Parameters:
      tipo_imposto - The tipo_imposto to set.
    • setPauta

      public void setPauta(@Nullable String pauta)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: pauta

      Parameters:
      pauta - The pauta to set.
    • setVl_unid

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

      Original property name from the Odata EDM: vl_unid

      Parameters:
      vl_unid - The vl_unid to set.
    • setQuant_pad

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

      Original property name from the Odata EDM: quant_pad

      Parameters:
      quant_pad - The quant_pad 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<Nfi_uipi>
    • getKey

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

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

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

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

      @Nonnull public static Nfi_uipi.Nfi_uipiBuilder 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.
    • getCl_enq

      @Nullable public String getCl_enq()
      Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: cl_enq

      Returns:
      The cl_enq contained in this VdmEntity.
    • getTipo_imposto

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

      Original property name from the Odata EDM: tipo_imposto

      Returns:
      The tipo_imposto contained in this VdmEntity.
    • getPauta

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

      Original property name from the Odata EDM: pauta

      Returns:
      The pauta contained in this VdmEntity.
    • getVl_unid

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

      Original property name from the Odata EDM: vl_unid

      Returns:
      The vl_unid contained in this VdmEntity.
    • getQuant_pad

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

      Original property name from the Odata EDM: quant_pad

      Returns:
      The quant_pad 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<Nfi_uipi>
    • equals

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

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

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

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