Class OrganizationIgnoredProperties

java.lang.Object
eu.dnetlib.openaire.exporter.model.dsm.OrganizationIgnoredProperties
Direct Known Subclasses:
OrganizationDetails

public class OrganizationIgnoredProperties extends Object
  • Field Details

    • id

      protected String id
    • collectedfrom

      protected String collectedfrom
    • dateofcollection

      protected Date dateofcollection
    • provenanceaction

      protected String provenanceaction
    • datasources

      protected Set<?> datasources
  • Constructor Details

    • OrganizationIgnoredProperties

      public OrganizationIgnoredProperties()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getCollectedfrom

      public String getCollectedfrom()
    • setCollectedfrom

      public void setCollectedfrom(String collectedfrom)
    • getDateofcollection

      public Date getDateofcollection()
    • setDateofcollection

      public void setDateofcollection(Date dateofcollection)
    • getProvenanceaction

      public String getProvenanceaction()
    • setProvenanceaction

      public void setProvenanceaction(String provenanceaction)
    • getDatasources

      public Set<?> getDatasources()
    • setDatasources

      public void setDatasources(Set<?> datasources)