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

public class Cons_espc extends VdmEntity<Cons_espc> implements VdmEntitySet
BR Standard Specific Consump

Original entity name from the Odata EDM: cons_espcType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: dt_ini

      Parameters:
      dt_ini - Valid-From Date
    • 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
    • setCod_item_comp

      public void setCod_item_comp(@Nullable String cod_item_comp)
      (Key Field) Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: cod_item_comp

      Parameters:
      cod_item_comp - Component Item Code
    • setDt_fin

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

      Original property name from the Odata EDM: dt_fin

      Parameters:
      dt_fin - Final Date
    • setQtd_comp

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

      Original property name from the Odata EDM: qtd_comp

      Parameters:
      qtd_comp - Component Quantity
    • setPerda

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

      Original property name from the Odata EDM: perda

      Parameters:
      perda - Component Quantity to Production
    • setEmpresa

      public void setEmpresa(@Nullable String empresa)
      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)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: filial

      Parameters:
      filial - Branch
    • 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<Cons_espc>
    • getKey

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

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

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

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

      @Nonnull public static Cons_espc.Cons_espcBuilder builder()
    • getCentro

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

      Original property name from the Odata EDM: centro

      Returns:
      Plant
    • getDt_ini

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

      Original property name from the Odata EDM: dt_ini

      Returns:
      Valid-From Date
    • 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
    • getCod_item_comp

      @Nullable public String getCod_item_comp()
      (Key Field) Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: cod_item_comp

      Returns:
      Component Item Code
    • getDt_fin

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

      Original property name from the Odata EDM: dt_fin

      Returns:
      Final Date
    • getQtd_comp

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

      Original property name from the Odata EDM: qtd_comp

      Returns:
      Component Quantity
    • getPerda

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

      Original property name from the Odata EDM: perda

      Returns:
      Component Quantity to Production
    • getEmpresa

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

      Original property name from the Odata EDM: empresa

      Returns:
      Company Code
    • getFilial

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

      Original property name from the Odata EDM: filial

      Returns:
      Branch
    • 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<Cons_espc>
    • equals

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

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

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

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