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

public class It_prod extends VdmEntity<It_prod> implements VdmEntitySet
BR Produced Items

Original entity name from the Odata EDM: it_prodType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<It_prod> getType()
      Specified by:
      getType in class VdmObject<It_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 - Branch
    • setDt_ini_op

      public void setDt_ini_op(@Nullable String dt_ini_op)
      (Key Field) 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)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_fin_op

      Parameters:
      dt_fin_op - Production Order Final Date
    • 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
    • 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_lancto_op

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

      Original property name from the Odata EDM: dt_lancto_op

      Parameters:
      dt_lancto_op - Posting 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 - Amount
    • setTipo_ordem

      public void setTipo_ordem(@Nullable String tipo_ordem)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: tipo_ordem

      Parameters:
      tipo_ordem - Order Type
    • 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<It_prod>
    • getKey

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

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

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

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

      @Nonnull public static It_prod.It_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:
      Branch
    • getDt_ini_op

      @Nullable public String getDt_ini_op()
      (Key Field) 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()
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_fin_op

      Returns:
      Production Order Final Date
    • 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
    • getCentro

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

      Original property name from the Odata EDM: centro

      Returns:
      Plant
    • getDt_lancto_op

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

      Original property name from the Odata EDM: dt_lancto_op

      Returns:
      Posting 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:
      Amount
    • getTipo_ordem

      @Nullable public String getTipo_ordem()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: tipo_ordem

      Returns:
      Order Type
    • 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<It_prod>
    • equals

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

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

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

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