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

public class Fund_inve extends VdmEntity<Fund_inve> implements VdmEntitySet
BR Investment Funds

Original entity name from the Odata EDM: fund_inveType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: qte_quot

      Parameters:
      qte_quot - Number of Members at End of Period
    • setQte_quota

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

      Original property name from the Odata EDM: qte_quota

      Parameters:
      qte_quota - Number of Members at End of Period
    • setPatr_fin_per

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

      Original property name from the Odata EDM: patr_fin_per

      Parameters:
      patr_fin_per - Equity at End of Period
    • setDat_abert

      public void setDat_abert(@Nullable String dat_abert)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dat_abert

      Parameters:
      dat_abert - Opening Date
    • setDat_encer

      public void setDat_encer(@Nullable String dat_encer)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dat_encer

      Parameters:
      dat_encer - Closing Date
    • 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<Fund_inve>
    • getKey

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

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

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

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

      @Nonnull public static Fund_inve.Fund_inveBuilder 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
    • getCnpj

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

      Original property name from the Odata EDM: cnpj

      Returns:
      CNPJ
    • getQte_quot

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

      Original property name from the Odata EDM: qte_quot

      Returns:
      Number of Members at End of Period
    • getQte_quota

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

      Original property name from the Odata EDM: qte_quota

      Returns:
      Number of Members at End of Period
    • getPatr_fin_per

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

      Original property name from the Odata EDM: patr_fin_per

      Returns:
      Equity at End of Period
    • getDat_abert

      @Nullable public String getDat_abert()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dat_abert

      Returns:
      Opening Date
    • getDat_encer

      @Nullable public String getDat_encer()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dat_encer

      Returns:
      Closing Date
    • 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<Fund_inve>
    • equals

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

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

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

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