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

public static class Invent.InventBuilder extends Object
  • Method Details

    • empresa

      @Nonnull public Invent.InventBuilder 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 Invent.InventBuilder filial(@Nullable String filial)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: filial

      Returns:
      this.
    • cod_item

      @Nonnull public Invent.InventBuilder 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.
    • ind_prop

      @Nonnull public Invent.InventBuilder ind_prop(@Nullable String ind_prop)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_prop

      Returns:
      this.
    • cod_part

      @Nonnull public Invent.InventBuilder cod_part(@Nullable String cod_part)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_part

      Returns:
      this.
    • dt_estoque

      @Nonnull public Invent.InventBuilder dt_estoque(@Nullable String dt_estoque)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_estoque

      Returns:
      this.
    • centro

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

      Original property name from the Odata EDM: centro

      Returns:
      this.
    • mot_inv

      @Nonnull public Invent.InventBuilder mot_inv(@Nullable String mot_inv)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: mot_inv

      Returns:
      this.
    • tipo_part

      @Nonnull public Invent.InventBuilder tipo_part(@Nullable String tipo_part)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: tipo_part

      Returns:
      this.
    • unid

      @Nonnull public Invent.InventBuilder unid(@Nullable String unid)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: unid

      Returns:
      this.
    • qtd

      @Nonnull public Invent.InventBuilder qtd(@Nullable BigDecimal qtd)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: qtd

      Returns:
      this.
    • vl_unit

      @Nonnull public Invent.InventBuilder vl_unit(@Nullable BigDecimal vl_unit)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_unit

      Returns:
      this.
    • vl_item

      @Nonnull public Invent.InventBuilder vl_item(@Nullable BigDecimal vl_item)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_item

      Returns:
      this.
    • txt_compl

      @Nonnull public Invent.InventBuilder txt_compl(@Nullable String txt_compl)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: txt_compl

      Returns:
      this.
    • cod_cta

      @Nonnull public Invent.InventBuilder cod_cta(@Nullable String cod_cta)
      Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: cod_cta

      Returns:
      this.
    • avaliacao_area

      @Nonnull public Invent.InventBuilder avaliacao_area(@Nullable String avaliacao_area)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: avaliacao_area

      Returns:
      this.
    • avaliacao_tipo

      @Nonnull public Invent.InventBuilder avaliacao_tipo(@Nullable String avaliacao_tipo)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: avaliacao_tipo

      Returns:
      this.
    • wip

      @Nonnull public Invent.InventBuilder wip(@Nullable Boolean wip)
      Constraints: Not nullable

      Original property name from the Odata EDM: wip

      Returns:
      this.
    • vl_icms_op

      @Nonnull public Invent.InventBuilder vl_icms_op(@Nullable BigDecimal vl_icms_op)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_icms_op

      Returns:
      this.
    • vl_bc_icms_st

      @Nonnull public Invent.InventBuilder vl_bc_icms_st(@Nullable BigDecimal vl_bc_icms_st)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_bc_icms_st

      Returns:
      this.
    • vl_icms_st

      @Nonnull public Invent.InventBuilder vl_icms_st(@Nullable BigDecimal vl_icms_st)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_icms_st

      Returns:
      this.
    • vl_fcp

      @Nonnull public Invent.InventBuilder vl_fcp(@Nullable BigDecimal vl_fcp)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_fcp

      Returns:
      this.
    • _Messages

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

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      this.
    • build

      @Nonnull public Invent build()
    • toString

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