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

public class Nf_doc_im extends VdmEntity<Nf_doc_im> implements VdmEntitySet
BR Nota Fiscal Doc of Import

Original entity name from the Odata EDM: nf_doc_imType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Nf_doc_im> getType()
      Specified by:
      getType in class VdmObject<Nf_doc_im>
    • 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
    • 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 - Nota Fiscal Id
    • setNum_acdraw

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

      Original property name from the Odata EDM: num_acdraw

      Parameters:
      num_acdraw - The num_acdraw to set.
    • setNum_doc_imp

      public void setNum_doc_imp(@Nullable String num_doc_imp)
      (Key Field) Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: num_doc_imp

      Parameters:
      num_doc_imp - The num_doc_imp to set.
    • setCod_doc_imp

      public void setCod_doc_imp(@Nullable String cod_doc_imp)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: cod_doc_imp

      Parameters:
      cod_doc_imp - Import Document
    • setPis_imp

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

      Original property name from the Odata EDM: pis_imp

      Parameters:
      pis_imp - The pis_imp to set.
    • setCofins_imp

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

      Original property name from the Odata EDM: cofins_imp

      Parameters:
      cofins_imp - The cofins_imp to set.
    • setMaritime_freight

      public void setMaritime_freight(@Nullable BigDecimal maritime_freight)
      Constraints: Not nullable, Precision: 13, Scale: 2

      Original property name from the Odata EDM: maritime_freight

      Parameters:
      maritime_freight - Maritime Freight in the Total Amount Value of NF-e
    • 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_doc_im>
    • getKey

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

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

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

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

      @Nonnull public static Nf_doc_im.Nf_doc_imBuilder 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
    • 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:
      Nota Fiscal Id
    • getNum_acdraw

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

      Original property name from the Odata EDM: num_acdraw

      Returns:
      The num_acdraw contained in this VdmEntity.
    • getNum_doc_imp

      @Nullable public String getNum_doc_imp()
      (Key Field) Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: num_doc_imp

      Returns:
      The num_doc_imp contained in this VdmEntity.
    • getCod_doc_imp

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

      Original property name from the Odata EDM: cod_doc_imp

      Returns:
      Import Document
    • getPis_imp

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

      Original property name from the Odata EDM: pis_imp

      Returns:
      The pis_imp contained in this VdmEntity.
    • getCofins_imp

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

      Original property name from the Odata EDM: cofins_imp

      Returns:
      The cofins_imp contained in this VdmEntity.
    • getMaritime_freight

      @Nullable public BigDecimal getMaritime_freight()
      Constraints: Not nullable, Precision: 13, Scale: 2

      Original property name from the Odata EDM: maritime_freight

      Returns:
      Maritime Freight in the Total Amount Value of NF-e
    • 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_doc_im>
    • equals

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

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

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

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