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

public class Cons_aipi extends VdmEntity<Cons_aipi> implements VdmEntitySet
BR Consolidated IPI Values

Original entity name from the Odata EDM: cons_aipiType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: ano

      Parameters:
      ano - Year
    • setPeriodo

      public void setPeriodo(@Nullable String periodo)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: periodo

      Parameters:
      periodo - Period
    • setCfop

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

      Original property name from the Odata EDM: cfop

      Parameters:
      cfop - CFOP (Tax code of operation and installment)
    • setCst_ipi

      public void setCst_ipi(@Nullable String cst_ipi)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cst_ipi

      Parameters:
      cst_ipi - Tax Situation Code for IPI
    • setVl_cont_ipi

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

      Original property name from the Odata EDM: vl_cont_ipi

      Parameters:
      vl_cont_ipi - IPI Account Base Amount
    • setVl_bc_ipi

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

      Original property name from the Odata EDM: vl_bc_ipi

      Parameters:
      vl_bc_ipi - IPI Base Amount
    • setVl_ipi

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

      Original property name from the Odata EDM: vl_ipi

      Parameters:
      vl_ipi - IPI 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<Cons_aipi>
    • getKey

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

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

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

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

      @Nonnull public static Cons_aipi.Cons_aipiBuilder 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
    • getAno

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

      Original property name from the Odata EDM: ano

      Returns:
      Year
    • getPeriodo

      @Nullable public String getPeriodo()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: periodo

      Returns:
      Period
    • getCfop

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

      Original property name from the Odata EDM: cfop

      Returns:
      CFOP (Tax code of operation and installment)
    • getCst_ipi

      @Nullable public String getCst_ipi()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cst_ipi

      Returns:
      Tax Situation Code for IPI
    • getVl_cont_ipi

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

      Original property name from the Odata EDM: vl_cont_ipi

      Returns:
      IPI Account Base Amount
    • getVl_bc_ipi

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

      Original property name from the Odata EDM: vl_bc_ipi

      Returns:
      IPI Base Amount
    • getVl_ipi

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

      Original property name from the Odata EDM: vl_ipi

      Returns:
      IPI 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<Cons_aipi>
    • equals

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

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

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

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