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

public class Nf_vol_tr extends VdmEntity<Nf_vol_tr> implements VdmEntitySet
BR NF Transported Volumes

Original entity name from the Odata EDM: nf_vol_trType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: cod_part

      Parameters:
      cod_part - The cod_part to set.
    • setVeic_id

      public void setVeic_id(@Nullable String veic_id)
      (Key Field) Constraints: Not nullable, Maximum length: 7

      Original property name from the Odata EDM: veic_id

      Parameters:
      veic_id - The veic_id to set.
    • setQtd_vol

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

      Original property name from the Odata EDM: qtd_vol

      Parameters:
      qtd_vol - The qtd_vol to set.
    • setPeso_brt

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

      Original property name from the Odata EDM: peso_brt

      Parameters:
      peso_brt - The peso_brt to set.
    • setPeso_liq

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

      Original property name from the Odata EDM: peso_liq

      Parameters:
      peso_liq - The peso_liq to set.
    • setUf_id

      public void setUf_id(@Nullable String uf_id)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: uf_id

      Parameters:
      uf_id - The uf_id 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<Nf_vol_tr>
    • getKey

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

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

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

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

      @Nonnull public static Nf_vol_tr.Nf_vol_trBuilder 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:
      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.
    • getCod_part

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

      Original property name from the Odata EDM: cod_part

      Returns:
      The cod_part contained in this VdmEntity.
    • getVeic_id

      @Nullable public String getVeic_id()
      (Key Field) Constraints: Not nullable, Maximum length: 7

      Original property name from the Odata EDM: veic_id

      Returns:
      The veic_id contained in this VdmEntity.
    • getQtd_vol

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

      Original property name from the Odata EDM: qtd_vol

      Returns:
      The qtd_vol contained in this VdmEntity.
    • getPeso_brt

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

      Original property name from the Odata EDM: peso_brt

      Returns:
      The peso_brt contained in this VdmEntity.
    • getPeso_liq

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

      Original property name from the Odata EDM: peso_liq

      Returns:
      The peso_liq contained in this VdmEntity.
    • getUf_id

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

      Original property name from the Odata EDM: uf_id

      Returns:
      The uf_id 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<Nf_vol_tr>
    • equals

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

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

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

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