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

public class Contr_cod extends VdmEntity<Contr_cod> implements VdmEntitySet
BR Tax Payable Cont Revenue Cd

Original entity name from the Odata EDM: contr_codType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: num_campo

      Parameters:
      num_campo - Register Field Number
    • setCod_rec

      public void setCod_rec(@Nullable String cod_rec)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: cod_rec

      Parameters:
      cod_rec - Revenue Code
    • setVl_debito_pis

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

      Original property name from the Odata EDM: vl_debito_pis

      Parameters:
      vl_debito_pis - Debit Value
    • setVl_debito_cofins

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

      Original property name from the Odata EDM: vl_debito_cofins

      Parameters:
      vl_debito_cofins - Debit 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<Contr_cod>
    • getKey

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

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

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

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

      @Nonnull public static Contr_cod.Contr_codBuilder 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
    • getNum_campo

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

      Original property name from the Odata EDM: num_campo

      Returns:
      Register Field Number
    • getCod_rec

      @Nullable public String getCod_rec()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: cod_rec

      Returns:
      Revenue Code
    • getVl_debito_pis

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

      Original property name from the Odata EDM: vl_debito_pis

      Returns:
      Debit Value
    • getVl_debito_cofins

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

      Original property name from the Odata EDM: vl_debito_cofins

      Returns:
      Debit 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<Contr_cod>
    • equals

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

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

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

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