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

public class Corr_inv extends VdmEntity<Corr_inv> implements VdmEntitySet
BR Inventory Corrections

Original entity name from the Odata EDM: corr_invType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: dt_retificacao

      Parameters:
      dt_retificacao - Correction date
    • setDt_est

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

      Original property name from the Odata EDM: dt_est

      Parameters:
      dt_est - Inventory 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
    • setInd_est

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

      Original property name from the Odata EDM: ind_est

      Parameters:
      ind_est - Inventory type
    • setCod_part

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

      Original property name from the Odata EDM: cod_part

      Parameters:
      cod_part - Participant 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
    • setQtd_cor_pos

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

      Original property name from the Odata EDM: qtd_cor_pos

      Parameters:
      qtd_cor_pos - Positive Correction Quantity
    • setQtd_cor_neg

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

      Original property name from the Odata EDM: qtd_cor_neg

      Parameters:
      qtd_cor_neg - Negative Correction Quantity
    • 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<Corr_inv>
    • getKey

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

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

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

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

      @Nonnull public static Corr_inv.Corr_invBuilder 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_retificacao

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

      Original property name from the Odata EDM: dt_retificacao

      Returns:
      Correction date
    • getDt_est

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

      Original property name from the Odata EDM: dt_est

      Returns:
      Inventory 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
    • getInd_est

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

      Original property name from the Odata EDM: ind_est

      Returns:
      Inventory type
    • getCod_part

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

      Original property name from the Odata EDM: cod_part

      Returns:
      Participant Code
    • getCentro

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

      Original property name from the Odata EDM: centro

      Returns:
      Plant
    • getQtd_cor_pos

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

      Original property name from the Odata EDM: qtd_cor_pos

      Returns:
      Positive Correction Quantity
    • getQtd_cor_neg

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

      Original property name from the Odata EDM: qtd_cor_neg

      Returns:
      Negative Correction Quantity
    • 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<Corr_inv>
    • equals

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

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

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

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