|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 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 | |||||||||