dsg.smart
Class ResearcherID
java.lang.Object
dsg.smart.ResearcherID
- All Implemented Interfaces:
- UserID
- public class ResearcherID
- extends java.lang.Object
- implements UserID
Class to identify people with Smart logins who are not patients or employees. They're generally identified by driver's license (state and ID, where ID will be the driver's licence number).
Constructor Summary |
ResearcherID(java.lang.String state,
java.lang.String id)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ResearcherID
public ResearcherID(java.lang.String state,
java.lang.String id)
throws ResearcherID.FormatException
toString
public java.lang.String toString()
- Specified by:
toString
in interface UserID
equals
public boolean equals(UserID p)
- Specified by:
equals
in interface UserID