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

public class Desm_merc extends VdmEntity<Desm_merc> implements VdmEntitySet
BR Goods Dismantling

Original entity name from the Odata EDM: desm_mercType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setPer_ref(@Nullable String per_ref)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: per_ref

      Parameters:
      per_ref - Bookkeeping reference period
    • 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_des

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

      Original property name from the Odata EDM: cod_item_des

      Parameters:
      cod_item_des - Destination Item Code
    • setCod_doc_os

      public void setCod_doc_os(@Nullable String cod_doc_os)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: cod_doc_os

      Parameters:
      cod_doc_os - Production Order or Service Order Identification Code
    • setQtd_ori

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

      Original property name from the Odata EDM: qtd_ori

      Parameters:
      qtd_ori - Source Item Quantity
    • setQtd_des

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

      Original property name from the Odata EDM: qtd_des

      Parameters:
      qtd_des - Destination Item Quantity
    • setDt_ini_os

      public void setDt_ini_os(@Nullable String dt_ini_os)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_ini_os

      Parameters:
      dt_ini_os - Service Order Initial Date
    • setDt_fin_os

      public void setDt_fin_os(@Nullable String dt_fin_os)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_fin_os

      Parameters:
      dt_fin_os - Service Order Final Date
    • 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<Desm_merc>
    • getKey

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

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

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

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

      @Nonnull public static Desm_merc.Desm_mercBuilder 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
    • getPer_ref

      @Nullable public String getPer_ref()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: per_ref

      Returns:
      Bookkeeping reference period
    • 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_des

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

      Original property name from the Odata EDM: cod_item_des

      Returns:
      Destination Item Code
    • getCod_doc_os

      @Nullable public String getCod_doc_os()
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: cod_doc_os

      Returns:
      Production Order or Service Order Identification Code
    • getQtd_ori

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

      Original property name from the Odata EDM: qtd_ori

      Returns:
      Source Item Quantity
    • getQtd_des

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

      Original property name from the Odata EDM: qtd_des

      Returns:
      Destination Item Quantity
    • getDt_ini_os

      @Nullable public String getDt_ini_os()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_ini_os

      Returns:
      Service Order Initial Date
    • getDt_fin_os

      @Nullable public String getDt_fin_os()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_fin_os

      Returns:
      Service Order Final Date
    • 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<Desm_merc>
    • equals

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

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

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

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