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

public class Contprvrb extends VdmEntity<Contprvrb> implements VdmEntitySet
BR Schema Gross Revenue Contr

Original entity name from the Odata EDM: contprvrbType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setCod_inc_trib(@Nullable String cod_inc_trib)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: cod_inc_trib

      Parameters:
      cod_inc_trib - Tax Occurrence in the Period
    • setVl_rec_tot

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

      Original property name from the Odata EDM: vl_rec_tot

      Parameters:
      vl_rec_tot - Total Value of Gross Revenue in the Period
    • setVl_rec_ativ

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

      Original property name from the Odata EDM: vl_rec_ativ

      Parameters:
      vl_rec_ativ - Value of Establishment Gross Revenue
    • setVl_rec_demais_ativ

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

      Original property name from the Odata EDM: vl_rec_demais_ativ

      Parameters:
      vl_rec_demais_ativ - Gross Revenue of Non-Taxed Activities
    • setInfo_compl

      public void setInfo_compl(@Nullable String info_compl)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: info_compl

      Parameters:
      info_compl - Additional Information
    • 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<Contprvrb>
    • getKey

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

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

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

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

      @Nonnull public static Contprvrb.ContprvrbBuilder 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
    • 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
    • getCod_inc_trib

      @Nullable public String getCod_inc_trib()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: cod_inc_trib

      Returns:
      Tax Occurrence in the Period
    • getVl_rec_tot

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

      Original property name from the Odata EDM: vl_rec_tot

      Returns:
      Total Value of Gross Revenue in the Period
    • getVl_rec_ativ

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

      Original property name from the Odata EDM: vl_rec_ativ

      Returns:
      Value of Establishment Gross Revenue
    • getVl_rec_demais_ativ

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

      Original property name from the Odata EDM: vl_rec_demais_ativ

      Returns:
      Gross Revenue of Non-Taxed Activities
    • getInfo_compl

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

      Original property name from the Odata EDM: info_compl

      Returns:
      Additional Information
    • 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<Contprvrb>
    • equals

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

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

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

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