|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kew.user.EmplId
EmployeeId
instead
public class EmplId
EmplId is an "employee" id that can be used as a foreign key into another,
institutional, identity system. The workflow engine does not depend upon
the existence of this ID on a WorkflowUser
.
Constructor Summary | |
---|---|
EmplId()
Deprecated. |
|
EmplId(String emplId)
Deprecated. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Deprecated. If you make this class non-final, you must rewrite equals to work for subclasses. |
String |
getEmplId()
Deprecated. |
String |
getId()
Deprecated. Returns the value of the id as a String |
int |
hashCode()
Deprecated. |
boolean |
isEmpty()
Deprecated. Returns true if this userId has an empty value. |
void |
setEmplId(String emplId)
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EmplId(String emplId)
public EmplId()
Method Detail |
---|
public String getId()
UserId
getId
in interface UserId
public String getEmplId()
public void setEmplId(String emplId)
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 |