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

public class Fato_cta extends VdmEntity<Fato_cta> implements VdmEntitySet
BR Profit and Loss Acct Fact

Original entity name from the Odata EDM: fato_ctaType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: ledger

      Parameters:
      ledger - Ledger
    • setPeriodo

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

      Original property name from the Odata EDM: periodo

      Parameters:
      periodo - Period
    • setAno

      public void setAno(@Nullable String ano)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ano

      Parameters:
      ano - Year
    • setCod_agl

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

      Original property name from the Odata EDM: cod_agl

      Parameters:
      cod_agl - The cod_agl to set.
    • setCod_hist_fat

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

      Original property name from the Odata EDM: cod_hist_fat

      Parameters:
      cod_hist_fat - The cod_hist_fat to set.
    • setVl_fat_cont

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

      Original property name from the Odata EDM: vl_fat_cont

      Parameters:
      vl_fat_cont - The vl_fat_cont to set.
    • setInd_dc_fat

      public void setInd_dc_fat(@Nullable String ind_dc_fat)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_dc_fat

      Parameters:
      ind_dc_fat - Final Balance Situation
    • setDesc_fat

      public void setDesc_fat(@Nullable String desc_fat)
      Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: desc_fat

      Parameters:
      desc_fat - Accounting Event Description
    • 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<Fato_cta>
    • getKey

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

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

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

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

      @Nonnull public static Fato_cta.Fato_ctaBuilder 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
    • getLedger

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

      Original property name from the Odata EDM: ledger

      Returns:
      Ledger
    • getPeriodo

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

      Original property name from the Odata EDM: periodo

      Returns:
      Period
    • getAno

      @Nullable public String getAno()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ano

      Returns:
      Year
    • getCod_agl

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

      Original property name from the Odata EDM: cod_agl

      Returns:
      The cod_agl contained in this VdmEntity.
    • getCod_hist_fat

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

      Original property name from the Odata EDM: cod_hist_fat

      Returns:
      The cod_hist_fat contained in this VdmEntity.
    • getVl_fat_cont

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

      Original property name from the Odata EDM: vl_fat_cont

      Returns:
      The vl_fat_cont contained in this VdmEntity.
    • getInd_dc_fat

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

      Original property name from the Odata EDM: ind_dc_fat

      Returns:
      Final Balance Situation
    • getDesc_fat

      @Nullable public String getDesc_fat()
      Constraints: Not nullable, Maximum length: 100

      Original property name from the Odata EDM: desc_fat

      Returns:
      Accounting Event Description
    • 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<Fato_cta>
    • equals

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

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

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

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