Class RelationshipView

java.lang.Object
eu.dnetlib.organizations.model.view.RelationshipView
All Implemented Interfaces:
Serializable

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

    • RelationshipView

      public RelationshipView()
  • Method Details

    • getId1

      public String getId1()
    • setId1

      public void setId1(String id1)
    • getId2

      public String getId2()
    • setId2

      public void setId2(String id2)
    • getOpenaireId2

      public String getOpenaireId2()
    • setOpenaireId2

      public void setOpenaireId2(String openaireId2)
    • getRelType

      public String getRelType()
    • setRelType

      public void setRelType(String relType)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCity

      public String getCity()
    • setCity

      public void setCity(String city)
    • getCountry

      public String getCountry()
    • setCountry

      public void setCountry(String country)
    • getAcronyms

      public Set<String> getAcronyms()
    • setAcronyms

      public void setAcronyms(Set<String> acronyms)
    • getUrls

      public Set<String> getUrls()
    • setUrls

      public void setUrls(Set<String> urls)
    • getOtherIdentifiers

      public Set<OtherIdentifier> getOtherIdentifiers()
    • setOtherIdentifiers

      public void setOtherIdentifiers(Set<OtherIdentifier> otherIdentifiers)