|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 UserId
public boolean isEmpty()
isEmpty
in interface Id
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |