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

public class Combu_mov extends VdmEntity<Combu_mov> implements VdmEntitySet
BR Fuel Movements

Original entity name from the Odata EDM: combu_movType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Combu_mov> getType()
      Specified by:
      getType in class VdmObject<Combu_mov>
    • 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.
    • 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 - The cod_item to set.
    • setDt_fech

      public void setDt_fech(@Nullable String dt_fech)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_fech

      Parameters:
      dt_fech - The dt_fech to set.
    • setNum_tanque

      public void setNum_tanque(@Nullable String num_tanque)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: num_tanque

      Parameters:
      num_tanque - The num_tanque to set.
    • setEstq_abert

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

      Original property name from the Odata EDM: estq_abert

      Parameters:
      estq_abert - The estq_abert to set.
    • setVol_entr

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

      Original property name from the Odata EDM: vol_entr

      Parameters:
      vol_entr - The vol_entr to set.
    • setVol_saidas

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

      Original property name from the Odata EDM: vol_saidas

      Parameters:
      vol_saidas - The vol_saidas to set.
    • setVal_aj_perda

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

      Original property name from the Odata EDM: val_aj_perda

      Parameters:
      val_aj_perda - The val_aj_perda to set.
    • setVal_aj_ganho

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

      Original property name from the Odata EDM: val_aj_ganho

      Parameters:
      val_aj_ganho - The val_aj_ganho to set.
    • setFech_fisico

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

      Original property name from the Odata EDM: fech_fisico

      Parameters:
      fech_fisico - The fech_fisico 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<Combu_mov>
    • getKey

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

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

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

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

      @Nonnull public static Combu_mov.Combu_movBuilder 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.
    • 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:
      The cod_item contained in this VdmEntity.
    • getDt_fech

      @Nullable public String getDt_fech()
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_fech

      Returns:
      The dt_fech contained in this VdmEntity.
    • getNum_tanque

      @Nullable public String getNum_tanque()
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: num_tanque

      Returns:
      The num_tanque contained in this VdmEntity.
    • getEstq_abert

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

      Original property name from the Odata EDM: estq_abert

      Returns:
      The estq_abert contained in this VdmEntity.
    • getVol_entr

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

      Original property name from the Odata EDM: vol_entr

      Returns:
      The vol_entr contained in this VdmEntity.
    • getVol_saidas

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

      Original property name from the Odata EDM: vol_saidas

      Returns:
      The vol_saidas contained in this VdmEntity.
    • getVal_aj_perda

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

      Original property name from the Odata EDM: val_aj_perda

      Returns:
      The val_aj_perda contained in this VdmEntity.
    • getVal_aj_ganho

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

      Original property name from the Odata EDM: val_aj_ganho

      Returns:
      The val_aj_ganho contained in this VdmEntity.
    • getFech_fisico

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

      Original property name from the Odata EDM: fech_fisico

      Returns:
      The fech_fisico 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<Combu_mov>
    • equals

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

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

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

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