Class FunderDbEntry

java.lang.Object
eu.dnetlib.openaire.funders.domain.db.FunderDbEntry
All Implemented Interfaces:
Serializable

@Entity public class FunderDbEntry extends Object implements Serializable
See Also:
  • Constructor Details

    • FunderDbEntry

      public FunderDbEntry()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getLegalShortName

      public String getLegalShortName()
    • setLegalShortName

      public void setLegalShortName(String legalShortName)
    • getLegalName

      public String getLegalName()
    • setLegalName

      public void setLegalName(String legalName)
    • getWebsiteUrl

      public String getWebsiteUrl()
    • setWebsiteUrl

      public void setWebsiteUrl(String websiteUrl)
    • getLogoUrl

      public String getLogoUrl()
    • setLogoUrl

      public void setLogoUrl(String logoUrl)
    • getCountry

      public String getCountry()
    • setCountry

      public void setCountry(String country)
    • getRegistrationDate

      public Date getRegistrationDate()
    • setRegistrationDate

      public void setRegistrationDate(Date registrationDate)
    • getRegistered

      public Boolean getRegistered()
    • setRegistered

      public void setRegistered(Boolean registered)
    • getPidsPostgres

      public String[] getPidsPostgres()
    • setPidsPostgres

      public void setPidsPostgres(String[] pidsPostgres)
    • getPids

      public List<FunderPid> getPids()
    • setPids

      public void setPids(List<FunderPid> pids)
    • getDatasourcesPostgres

      public String[] getDatasourcesPostgres()
    • setDatasourcesPostgres

      public void setDatasourcesPostgres(String[] datasourcesPostgres)
    • getDatasources

      public List<FunderDatasource> getDatasources()
    • setDatasources

      public void setDatasources(List<FunderDatasource> datasources)
    • getAggregationDates

      public Date[] getAggregationDates()
    • setAggregationDates

      public void setAggregationDates(Date[] aggregationDates)