java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Prod.ProdBuilder
Enclosing class:
Prod

public static class Prod.ProdBuilder extends Object
  • Method Details

    • empresa

      @Nonnull public Prod.ProdBuilder empresa(@Nullable String empresa)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: empresa

      Returns:
      this.
    • filial

      @Nonnull public Prod.ProdBuilder filial(@Nullable String filial)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: filial

      Returns:
      this.
    • centro

      @Nonnull public Prod.ProdBuilder centro(@Nullable String centro)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: centro

      Returns:
      this.
    • cod_doc_op

      @Nonnull public Prod.ProdBuilder cod_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

      Returns:
      this.
    • cod_item

      @Nonnull public Prod.ProdBuilder cod_item(@Nullable String cod_item)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_item

      Returns:
      this.
    • dt_saida

      @Nonnull public Prod.ProdBuilder dt_saida(@Nullable String dt_saida)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_saida

      Returns:
      this.
    • cod_item_lin

      @Nonnull public Prod.ProdBuilder cod_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

      Returns:
      this.
    • dt_ini_op

      @Nonnull public Prod.ProdBuilder dt_ini_op(@Nullable String dt_ini_op)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_ini_op

      Returns:
      this.
    • dt_fin_op

      @Nonnull public Prod.ProdBuilder dt_fin_op(@Nullable String dt_fin_op)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_fin_op

      Returns:
      this.
    • qtd_enc

      @Nonnull public Prod.ProdBuilder qtd_enc(@Nullable BigDecimal qtd_enc)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: qtd_enc

      Returns:
      this.
    • qtd_consumida

      @Nonnull public Prod.ProdBuilder qtd_consumida(@Nullable BigDecimal qtd_consumida)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: qtd_consumida

      Returns:
      this.
    • cod_ins_subst

      @Nonnull public Prod.ProdBuilder cod_ins_subst(@Nullable String cod_ins_subst)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_ins_subst

      Returns:
      this.
    • _Messages

      @Nonnull public Prod.ProdBuilder _Messages(@Nullable Collection<SAP__Message> _Messages)
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public Prod build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object