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

public class Prod extends VdmEntity<Prod> implements VdmEntitySet
BR Production Items

Original entity name from the Odata EDM: prodType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Prod> getType()
      Specified by:
      getType in class VdmObject<Prod>
    • 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 - Business Place
    • 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
    • setCod_doc_op

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

      Original property name from the Odata EDM: cod_doc_op

      Parameters:
      cod_doc_op - Production Order Identification Code
    • 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 - Item Code for Production Order
    • setDt_saida

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

      Original property name from the Odata EDM: dt_saida

      Parameters:
      dt_saida - Consumption Date
    • setCod_item_lin

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

      Original property name from the Odata EDM: cod_item_lin

      Parameters:
      cod_item_lin - Consumption Item Code
    • setDt_ini_op

      public void setDt_ini_op(@Nullable String dt_ini_op)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_ini_op

      Parameters:
      dt_ini_op - Production Order Initial Date
    • setDt_fin_op

      public void setDt_fin_op(@Nullable String dt_fin_op)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_fin_op

      Parameters:
      dt_fin_op - Production Order Final Date
    • setQtd_enc

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

      Original property name from the Odata EDM: qtd_enc

      Parameters:
      qtd_enc - Finished Production Quantity
    • setQtd_consumida

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

      Original property name from the Odata EDM: qtd_consumida

      Parameters:
      qtd_consumida - Item Consumption
    • setCod_ins_subst

      public void setCod_ins_subst(@Nullable String cod_ins_subst)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_ins_subst

      Parameters:
      cod_ins_subst - Substituted Component Code
    • 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<Prod>
    • getKey

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

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

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

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

      @Nonnull public static Prod.ProdBuilder 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:
      Business Place
    • getCentro

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

      Original property name from the Odata EDM: centro

      Returns:
      Plant
    • getCod_doc_op

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

      Original property name from the Odata EDM: cod_doc_op

      Returns:
      Production Order Identification Code
    • 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:
      Item Code for Production Order
    • getDt_saida

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

      Original property name from the Odata EDM: dt_saida

      Returns:
      Consumption Date
    • getCod_item_lin

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

      Original property name from the Odata EDM: cod_item_lin

      Returns:
      Consumption Item Code
    • getDt_ini_op

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

      Original property name from the Odata EDM: dt_ini_op

      Returns:
      Production Order Initial Date
    • getDt_fin_op

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

      Original property name from the Odata EDM: dt_fin_op

      Returns:
      Production Order Final Date
    • getQtd_enc

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

      Original property name from the Odata EDM: qtd_enc

      Returns:
      Finished Production Quantity
    • getQtd_consumida

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

      Original property name from the Odata EDM: qtd_consumida

      Returns:
      Item Consumption
    • getCod_ins_subst

      @Nullable public String getCod_ins_subst()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_ins_subst

      Returns:
      Substituted Component Code
    • 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<Prod>
    • equals

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

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

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

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