|
||||||||||
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.PrincipalId
public class PrincipalId
The primary ID of a Principal in KIM
Constructor Summary | |
---|---|
PrincipalId()
|
|
PrincipalId(String principalId)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
If you make this class non-final, you must rewrite equals to work for subclasses. |
String |
getId()
Returns the value of the id as a String |
String |
getPrincipalId()
|
int |
hashCode()
|
boolean |
isEmpty()
Returns true if this userId has an empty value. |
void |
setPrincipalId(String principalId)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PrincipalId()
public PrincipalId(String principalId)
Method Detail |
---|
public String getPrincipalId()
public void setPrincipalId(String principalId)
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 |