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

public class Ajus_ipi extends VdmEntity<Ajus_ipi> implements VdmEntitySet
BR IPI Verification Adjustment

Original entity name from the Odata EDM: ajus_ipiType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: num_doc

      Parameters:
      num_doc - Document Number for IPI Adjustments
    • setDt_reg

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

      Original property name from the Odata EDM: dt_reg

      Parameters:
      dt_reg - Register Date
    • setInd_aj

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

      Original property name from the Odata EDM: ind_aj

      Parameters:
      ind_aj - Indicator of adjustment type
    • setCod_aj

      public void setCod_aj(@Nullable String cod_aj)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: cod_aj

      Parameters:
      cod_aj - Adjustment Code
    • setInd_doc

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

      Original property name from the Odata EDM: ind_doc

      Parameters:
      ind_doc - Document Origin Indicator
    • setNum_item

      public void setNum_item(@Nullable String num_item)
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: num_item

      Parameters:
      num_item - Sequencial Number
    • setDescr_aj

      public void setDescr_aj(@Nullable String descr_aj)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: descr_aj

      Parameters:
      descr_aj - Description
    • setVl_aj

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

      Original property name from the Odata EDM: vl_aj

      Parameters:
      vl_aj - Adjustment Value
    • 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<Ajus_ipi>
    • getKey

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

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

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

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

      @Nonnull public static Ajus_ipi.Ajus_ipiBuilder 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
    • getNum_doc

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

      Original property name from the Odata EDM: num_doc

      Returns:
      Document Number for IPI Adjustments
    • getDt_reg

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

      Original property name from the Odata EDM: dt_reg

      Returns:
      Register Date
    • getInd_aj

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

      Original property name from the Odata EDM: ind_aj

      Returns:
      Indicator of adjustment type
    • getCod_aj

      @Nullable public String getCod_aj()
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: cod_aj

      Returns:
      Adjustment Code
    • getInd_doc

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

      Original property name from the Odata EDM: ind_doc

      Returns:
      Document Origin Indicator
    • getNum_item

      @Nullable public String getNum_item()
      (Key Field) Constraints: Not nullable, Maximum length: 5

      Original property name from the Odata EDM: num_item

      Returns:
      Sequencial Number
    • getDescr_aj

      @Nullable public String getDescr_aj()
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: descr_aj

      Returns:
      Description
    • getVl_aj

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

      Original property name from the Odata EDM: vl_aj

      Returns:
      Adjustment Value
    • 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<Ajus_ipi>
    • equals

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

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

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

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