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

public class Recisen_c extends VdmEntity<Recisen_c> implements VdmEntitySet
BR COFINS Exempt Revenues

Original entity name from the Odata EDM: recisen_cType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: cst_cofins

      Parameters:
      cst_cofins - Tax Situation Code related to COFINS
    • setCod_cta

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

      Original property name from the Odata EDM: cod_cta

      Parameters:
      cod_cta - Credit Source Indicator
    • setVl_tot_rec

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

      Original property name from the Odata EDM: vl_tot_rec

      Parameters:
      vl_tot_rec - Total value received in the month of bookkeeping
    • setDesc_compl

      public void setDesc_compl(@Nullable String desc_compl)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: desc_compl

      Parameters:
      desc_compl - Supplementary description of nature of income
    • 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<Recisen_c>
    • getKey

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

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

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

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

      @Nonnull public static Recisen_c.Recisen_cBuilder 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
    • 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
    • getCst_cofins

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

      Original property name from the Odata EDM: cst_cofins

      Returns:
      Tax Situation Code related to COFINS
    • getCod_cta

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

      Original property name from the Odata EDM: cod_cta

      Returns:
      Credit Source Indicator
    • getVl_tot_rec

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

      Original property name from the Odata EDM: vl_tot_rec

      Returns:
      Total value received in the month of bookkeeping
    • getDesc_compl

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

      Original property name from the Odata EDM: desc_compl

      Returns:
      Supplementary description of nature of income
    • 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<Recisen_c>
    • equals

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

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

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

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