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

public class Estoq_mov extends VdmEntity<Estoq_mov> implements VdmEntitySet
BR Other Int Mov Between Goods

Original entity name from the Odata EDM: estoq_movType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setCentro(@Nullable String centro)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: centro

      Parameters:
      centro - Plant
    • setDt_mov

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

      Original property name from the Odata EDM: dt_mov

      Parameters:
      dt_mov - Internal Movement Date
    • setCod_item_ori

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

      Original property name from the Odata EDM: cod_item_ori

      Parameters:
      cod_item_ori - Source Item Code
    • setCod_item_dest

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

      Original property name from the Odata EDM: cod_item_dest

      Parameters:
      cod_item_dest - Destination Item Code
    • setQtd

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

      Original property name from the Odata EDM: qtd

      Parameters:
      qtd - Amount
    • setQtd_dest

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

      Original property name from the Odata EDM: qtd_dest

      Parameters:
      qtd_dest - Destination Item Quantity
    • 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<Estoq_mov>
    • getKey

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

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

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

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

      @Nonnull public static Estoq_mov.Estoq_movBuilder 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
    • getCentro

      @Nullable public String getCentro()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: centro

      Returns:
      Plant
    • getDt_mov

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

      Original property name from the Odata EDM: dt_mov

      Returns:
      Internal Movement Date
    • getCod_item_ori

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

      Original property name from the Odata EDM: cod_item_ori

      Returns:
      Source Item Code
    • getCod_item_dest

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

      Original property name from the Odata EDM: cod_item_dest

      Returns:
      Destination Item Code
    • getQtd

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

      Original property name from the Odata EDM: qtd

      Returns:
      Amount
    • getQtd_dest

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

      Original property name from the Odata EDM: qtd_dest

      Returns:
      Destination Item Quantity
    • 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<Estoq_mov>
    • equals

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

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

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

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