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

public class Res_liq extends VdmEntity<Res_liq> implements VdmEntitySet
BR Statement of Net Profit

Original entity name from the Odata EDM: res_liqType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: per_apur

      Parameters:
      per_apur - Nature of credit deferred, attached to revenue taxed
    • setDt_lancto

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

      Original property name from the Odata EDM: dt_lancto

      Parameters:
      dt_lancto - Posting Date
    • setForma_trib

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

      Original property name from the Odata EDM: forma_trib

      Parameters:
      forma_trib - Form of Taxation of Income
    • setCodigo

      public void setCodigo(@Nullable String codigo)
      (Key Field) Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: codigo

      Parameters:
      codigo - Referential Account Code
    • setDescricao

      public void setDescricao(@Nullable String descricao)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: descricao

      Parameters:
      descricao - Description
    • setTipo

      public void setTipo(@Nullable String tipo)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: tipo

      Parameters:
      tipo - Register Type
    • setNivel

      public void setNivel(@Nullable String nivel)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: nivel

      Parameters:
      nivel - Account Level
    • setCod_nat

      public void setCod_nat(@Nullable String cod_nat)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cod_nat

      Parameters:
      cod_nat - Account Nature
    • setCod_cta_sup

      public void setCod_cta_sup(@Nullable String cod_cta_sup)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_cta_sup

      Parameters:
      cod_cta_sup - Superior Account Code
    • setValor

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

      Original property name from the Odata EDM: valor

      Parameters:
      valor - Value of Final Account Balance Reference
    • setInd_valor

      public void setInd_valor(@Nullable String ind_valor)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_valor

      Parameters:
      ind_valor - Final Balance of Referential Account
    • 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<Res_liq>
    • getKey

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

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

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

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

      @Nonnull public static Res_liq.Res_liqBuilder 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_apur

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

      Original property name from the Odata EDM: per_apur

      Returns:
      Nature of credit deferred, attached to revenue taxed
    • getDt_lancto

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

      Original property name from the Odata EDM: dt_lancto

      Returns:
      Posting Date
    • getForma_trib

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

      Original property name from the Odata EDM: forma_trib

      Returns:
      Form of Taxation of Income
    • getCodigo

      @Nullable public String getCodigo()
      (Key Field) Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: codigo

      Returns:
      Referential Account Code
    • getDescricao

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

      Original property name from the Odata EDM: descricao

      Returns:
      Description
    • getTipo

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

      Original property name from the Odata EDM: tipo

      Returns:
      Register Type
    • getNivel

      @Nullable public String getNivel()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: nivel

      Returns:
      Account Level
    • getCod_nat

      @Nullable public String getCod_nat()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: cod_nat

      Returns:
      Account Nature
    • getCod_cta_sup

      @Nullable public String getCod_cta_sup()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_cta_sup

      Returns:
      Superior Account Code
    • getValor

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

      Original property name from the Odata EDM: valor

      Returns:
      Value of Final Account Balance Reference
    • getInd_valor

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

      Original property name from the Odata EDM: ind_valor

      Returns:
      Final Balance of Referential Account
    • 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<Res_liq>
    • equals

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

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

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

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