Class OldFunderDbEntry

java.lang.Object
eu.dnetlib.openaire.funders.domain.db.OldFunderDbEntry

@Deprecated public class OldFunderDbEntry extends Object
Deprecated.
  • Constructor Details

    • OldFunderDbEntry

      public OldFunderDbEntry()
      Deprecated.
  • Method Details

    • getId

      public String getId()
      Deprecated.
    • setId

      public void setId(String id)
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • setName

      public void setName(String name)
      Deprecated.
    • getShortname

      public String getShortname()
      Deprecated.
    • setShortname

      public void setShortname(String shortname)
      Deprecated.
    • getJurisdiction

      public String getJurisdiction()
      Deprecated.
    • setJurisdiction

      public void setJurisdiction(String jurisdiction)
      Deprecated.
    • getWebsiteurl

      public String getWebsiteurl()
      Deprecated.
    • setWebsiteurl

      public void setWebsiteurl(String websiteurl)
      Deprecated.
    • getPolicy

      public String getPolicy()
      Deprecated.
    • setPolicy

      public void setPolicy(String policy)
      Deprecated.
    • getRegistrationdate

      public Date getRegistrationdate()
      Deprecated.
    • setRegistrationdate

      public void setRegistrationdate(Date registrationdate)
      Deprecated.
    • getLastupdatedate

      public Date getLastupdatedate()
      Deprecated.
    • setLastupdatedate

      public void setLastupdatedate(Date lastupdatedate)
      Deprecated.
    • getPids

      public Set<IdentityDbEntry> getPids()
      Deprecated.
    • setPids

      public void setPids(Set<IdentityDbEntry> pids)
      Deprecated.
    • getFundingpaths

      public Set<OldFundingPathDbEntry> getFundingpaths()
      Deprecated.
    • setFundingpaths

      public void setFundingpaths(Set<OldFundingPathDbEntry> fundingpaths)
      Deprecated.