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

public class Prod_conj extends VdmEntity<Prod_conj> implements VdmEntitySet
BR Joint Production

Original entity name from the Odata EDM: prod_conjType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setTipo_prod(@Nullable String tipo_prod)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: tipo_prod

      Parameters:
      tipo_prod - Production Type
    • 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
    • setTipo_uso_item

      public void setTipo_uso_item(@Nullable String tipo_uso_item)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: tipo_uso_item

      Parameters:
      tipo_uso_item - Type of item use
    • 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
    • setDt_prod

      public void setDt_prod(@Nullable String dt_prod)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_prod

      Parameters:
      dt_prod - Production Date
    • setQtd

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

      Original property name from the Odata EDM: qtd

      Parameters:
      qtd - Amount
    • 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_conj>
    • getKey

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

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

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

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

      @Nonnull public static Prod_conj.Prod_conjBuilder 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
    • getTipo_prod

      @Nullable public String getTipo_prod()
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: tipo_prod

      Returns:
      Production Type
    • 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
    • getTipo_uso_item

      @Nullable public String getTipo_uso_item()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: tipo_uso_item

      Returns:
      Type of item use
    • 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
    • getDt_prod

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

      Original property name from the Odata EDM: dt_prod

      Returns:
      Production Date
    • getQtd

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

      Original property name from the Odata EDM: qtd

      Returns:
      Amount
    • 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_conj>
    • equals

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

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

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

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