Class OtherIdentifierPK

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

public class OtherIdentifierPK extends Object implements Serializable
See Also:
  • Constructor Details

    • OtherIdentifierPK

      public OtherIdentifierPK()
  • Method Details

    • getOrgId

      public String getOrgId()
    • setOrgId

      public void setOrgId(String orgId)
    • getOtherId

      public String getOtherId()
    • setOtherId

      public void setOtherId(String otherId)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

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

      public String toString()
      Overrides:
      toString in class Object