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

public class Prej_acum extends VdmEntity<Prej_acum> implements VdmEntitySet
BR Accumulated Losses Statemen

Original entity name from the Odata EDM: prej_acumType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setNif(@Nullable String nif)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: nif

      Parameters:
      nif - Tax Identification Number
    • setCnpj

      public void setCnpj(@Nullable String cnpj)
      (Key Field) Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj

      Parameters:
      cnpj - CNPJ
    • setRes_neg

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

      Original property name from the Odata EDM: res_neg

      Parameters:
      res_neg - Negative Results from Previous Period
    • setRes_neg_real

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

      Original property name from the Odata EDM: res_neg_real

      Parameters:
      res_neg_real - Negative Results from Previous Period in Reais
    • setSaldo_res_neg

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

      Original property name from the Odata EDM: saldo_res_neg

      Parameters:
      saldo_res_neg - Balance of Negative Result Accumulated
    • 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<Prej_acum>
    • getKey

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

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

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

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

      @Nonnull public static Prej_acum.Prej_acumBuilder 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
    • 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
    • getNif

      @Nullable public String getNif()
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: nif

      Returns:
      Tax Identification Number
    • getCnpj

      @Nullable public String getCnpj()
      (Key Field) Constraints: Not nullable, Maximum length: 14

      Original property name from the Odata EDM: cnpj

      Returns:
      CNPJ
    • getRes_neg

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

      Original property name from the Odata EDM: res_neg

      Returns:
      Negative Results from Previous Period
    • getRes_neg_real

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

      Original property name from the Odata EDM: res_neg_real

      Returns:
      Negative Results from Previous Period in Reais
    • getSaldo_res_neg

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

      Original property name from the Odata EDM: saldo_res_neg

      Returns:
      Balance of Negative Result Accumulated
    • 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<Prej_acum>
    • equals

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

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

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

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