|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdsg.smart.EmployeeID
Class to identify BWH employees by their BWH employee ID. Format: %09d
Nested Class Summary | |
static class |
EmployeeID.FormatException
Indicates a problem with the format of an EmployeeID when trying to convert from a String. |
Constructor Summary | |
EmployeeID(java.lang.String id)
|
Method Summary | |
boolean |
equals(UserID p)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EmployeeID(java.lang.String id) throws EmployeeID.FormatException
Method Detail |
public java.lang.String toString()
toString
in interface UserID
public boolean equals(UserID p)
equals
in interface UserID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |