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

public class Nfi_vnovo extends VdmEntity<Nfi_vnovo> implements VdmEntitySet
BR NF Item New Vehicle Oper

Original entity name from the Odata EDM: nfi_vnovoType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Nfi_vnovo> getType()
      Specified by:
      getType in class VdmObject<Nfi_vnovo>
    • 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 - The empresa to set.
    • 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 - The filial to set.
    • 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.
    • setChassi_veic

      public void setChassi_veic(@Nullable String chassi_veic)
      (Key Field) Constraints: Not nullable, Maximum length: 17

      Original property name from the Odata EDM: chassi_veic

      Parameters:
      chassi_veic - The chassi_veic to set.
    • setInd_veic_oper

      public void setInd_veic_oper(@Nullable String ind_veic_oper)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_veic_oper

      Parameters:
      ind_veic_oper - The ind_veic_oper to set.
    • setCnpj

      public void setCnpj(@Nullable String cnpj)
      Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj

      Parameters:
      cnpj - The cnpj to set.
    • setUf

      public void setUf(@Nullable String uf)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: uf

      Parameters:
      uf - The uf 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_vnovo>
    • getKey

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

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

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

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

      @Nonnull public static Nfi_vnovo.Nfi_vnovoBuilder builder()
    • getEmpresa

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

      Original property name from the Odata EDM: filial

      Returns:
      The filial contained in this VdmEntity.
    • 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.
    • getChassi_veic

      @Nullable public String getChassi_veic()
      (Key Field) Constraints: Not nullable, Maximum length: 17

      Original property name from the Odata EDM: chassi_veic

      Returns:
      The chassi_veic contained in this VdmEntity.
    • getInd_veic_oper

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

      Original property name from the Odata EDM: ind_veic_oper

      Returns:
      The ind_veic_oper contained in this VdmEntity.
    • getCnpj

      @Nullable public String getCnpj()
      Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj

      Returns:
      The cnpj contained in this VdmEntity.
    • getUf

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

      Original property name from the Odata EDM: uf

      Returns:
      The uf 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_vnovo>
    • equals

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

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

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

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