Package eu.dnetlib.dhp.schema.solr
Class DeclaredAffiliation
java.lang.Object
eu.dnetlib.dhp.schema.solr.DeclaredAffiliation
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRorId()static DeclaredAffiliationnewInstance(String rorId, String openOrgId) voidsetOpenOrgId(String openOrgId) void
-
Constructor Details
-
DeclaredAffiliation
public DeclaredAffiliation()
-
-
Method Details
-
newInstance
-
getRorId
-
setRorId
-
getOpenOrgId
-
setOpenOrgId
-