|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kew.api.identity.EmployeeId
public class EmployeeId
The Employee ID of a Person in KIM
| Constructor Summary | |
|---|---|
EmployeeId()
|
|
EmployeeId(String employeeId)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
If you make this class non-final, you must rewrite equals to work for subclasses. |
String |
getEmployeeId()
|
String |
getId()
Returns the value of the id as a String |
int |
hashCode()
|
boolean |
isEmpty()
Returns true if this userId has an empty value. |
void |
setEmployeeId(String employeeId)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EmployeeId()
public EmployeeId(String employeeId)
| Method Detail |
|---|
public String getEmployeeId()
public void setEmployeeId(String employeeId)
public String getId()
UserId
getId in interface UserIdpublic boolean isEmpty()
isEmpty in interface Idpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||