Class OtherIdentifier

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

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

    • OtherIdentifier

      public OtherIdentifier()
    • OtherIdentifier

      public OtherIdentifier(String orgId, String otherId, String type)
  • 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)