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

public class Export_nf extends VdmEntity<Export_nf> implements VdmEntitySet
BR Company and Branch Data

Original entity name from the Odata EDM: export_nfType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setNro_de(@Nullable String nro_de)
      (Key Field) Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: nro_de

      Parameters:
      nro_de - Export Document Number
    • setNro_re

      public void setNro_re(@Nullable String nro_re)
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: nro_re

      Parameters:
      nro_re - Export Register Number
    • setCod_item

      public void setCod_item(@Nullable String cod_item)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_item

      Parameters:
      cod_item - Item Code
    • setNat_exp

      public void setNat_exp(@Nullable String nat_exp)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: nat_exp

      Parameters:
      nat_exp - Nature of Export
    • 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<Export_nf>
    • getKey

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

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

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

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

      @Nonnull public static Export_nf.Export_nfBuilder 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
    • getNro_de

      @Nullable public String getNro_de()
      (Key Field) Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: nro_de

      Returns:
      Export Document Number
    • getNro_re

      @Nullable public String getNro_re()
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: nro_re

      Returns:
      Export Register Number
    • getCod_item

      @Nullable public String getCod_item()
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_item

      Returns:
      Item Code
    • getNat_exp

      @Nullable public String getNat_exp()
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: nat_exp

      Returns:
      Nature of Export
    • 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<Export_nf>
    • equals

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

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

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

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