Class OrganizationDbEntry

java.lang.Object
eu.dnetlib.enabling.datasources.common.Organization<DatasourceDbEntry>
eu.dnetlib.openaire.dsm.domain.db.OrganizationDbEntry

@Entity public class OrganizationDbEntry extends eu.dnetlib.enabling.datasources.common.Organization<DatasourceDbEntry>
Created by claudio on 13/04/2017.
  • Field Summary

    Fields inherited from class eu.dnetlib.enabling.datasources.common.Organization

    collectedfrom, country, datasources, dateofcollection, id, legalname, legalshortname, logourl, provenanceaction, websiteurl
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class eu.dnetlib.enabling.datasources.common.Organization

    getCollectedfrom, getCountry, getDateofcollection, getId, getLegalname, getLegalshortname, getLogourl, getProvenanceaction, getWebsiteurl, setCollectedfrom, setCountry, setDatasources, setDateofcollection, setId, setLegalname, setLegalshortname, setLogourl, setProvenanceaction, setWebsiteurl

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OrganizationDbEntry

      public OrganizationDbEntry()
  • Method Details