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

public class Repr_mat extends VdmEntity<Repr_mat> implements VdmEntitySet
BR Material Reprocessing

Original entity name from the Odata EDM: repr_matType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: cod_item_repr

      Parameters:
      cod_item_repr - Code of Reprocessed Item
    • setCod_item_cons

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

      Original property name from the Odata EDM: cod_item_cons

      Parameters:
      cod_item_cons - Code of Consumed Item
    • setCod_op_os

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

      Original property name from the Odata EDM: cod_op_os

      Parameters:
      cod_op_os - Production Order or Service Order Identification Code
    • setDt_saida

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

      Original property name from the Odata EDM: dt_saida

      Parameters:
      dt_saida - Stock Output Date
    • setQtd_saida

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

      Original property name from the Odata EDM: qtd_saida

      Parameters:
      qtd_saida - Amount of stock output
    • setDt_ret

      public void setDt_ret(@Nullable String dt_ret)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_ret

      Parameters:
      dt_ret - Stock Returning Date
    • setQtd_ret

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

      Original property name from the Odata EDM: qtd_ret

      Parameters:
      qtd_ret - Stock Return Amount of Reprocessed Item
    • setDt_cons

      public void setDt_cons(@Nullable String dt_cons)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_cons

      Parameters:
      dt_cons - Item Consumption Date
    • setQtd_cons

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

      Original property name from the Odata EDM: qtd_cons

      Parameters:
      qtd_cons - Item Consumption
    • setQtd_item_ret

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

      Original property name from the Odata EDM: qtd_item_ret

      Parameters:
      qtd_item_ret - Stock Return Amount of Consumed Item
    • setCentro

      public void setCentro(@Nullable String centro)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: centro

      Parameters:
      centro - Plant
    • 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<Repr_mat>
    • getKey

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

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

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

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

      @Nonnull public static Repr_mat.Repr_matBuilder 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
    • getCod_item_repr

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

      Original property name from the Odata EDM: cod_item_repr

      Returns:
      Code of Reprocessed Item
    • getCod_item_cons

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

      Original property name from the Odata EDM: cod_item_cons

      Returns:
      Code of Consumed Item
    • getCod_op_os

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

      Original property name from the Odata EDM: cod_op_os

      Returns:
      Production Order or Service Order Identification Code
    • getDt_saida

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

      Original property name from the Odata EDM: dt_saida

      Returns:
      Stock Output Date
    • getQtd_saida

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

      Original property name from the Odata EDM: qtd_saida

      Returns:
      Amount of stock output
    • getDt_ret

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

      Original property name from the Odata EDM: dt_ret

      Returns:
      Stock Returning Date
    • getQtd_ret

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

      Original property name from the Odata EDM: qtd_ret

      Returns:
      Stock Return Amount of Reprocessed Item
    • getDt_cons

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

      Original property name from the Odata EDM: dt_cons

      Returns:
      Item Consumption Date
    • getQtd_cons

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

      Original property name from the Odata EDM: qtd_cons

      Returns:
      Item Consumption
    • getQtd_item_ret

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

      Original property name from the Odata EDM: qtd_item_ret

      Returns:
      Stock Return Amount of Consumed Item
    • getCentro

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

      Original property name from the Odata EDM: centro

      Returns:
      Plant
    • 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<Repr_mat>
    • equals

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

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

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

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