Class MCRWorkSource

java.lang.Object
org.mycore.orcid.works.MCRWorkSource

public class MCRWorkSource extends Object
Represents the source application that generated the work entry in the ORCID profile. This may be another ORCID, another client application or THIS, our MyCoRe application.
Author:
Frank Lützenkirchen *
  • Method Details

    • getID

      public String getID()
    • isThisApplication

      public boolean isThisApplication()
      Returns true, if this is our client application, that means the source's ID is our MCR.ORCID.OAuth.ClientID
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object