Class DeclaredAffiliation

java.lang.Object
eu.dnetlib.dhp.schema.solr.DeclaredAffiliation
All Implemented Interfaces:
Serializable

public class DeclaredAffiliation extends Object implements Serializable
Represents a declared affiliation in the context of a Person record. This class encapsulates the ROR ID and OpenOrg ID associated with an affiliation.
See Also:
  • Constructor Details

    • DeclaredAffiliation

      public DeclaredAffiliation()
  • Method Details

    • newInstance

      public static DeclaredAffiliation newInstance(String rorId, String openOrgId)
    • getRorId

      public String getRorId()
    • setRorId

      public void setRorId(String rorId)
    • getOpenOrgId

      public String getOpenOrgId()
    • setOpenOrgId

      public void setOpenOrgId(String openOrgId)