public class PrincipalId extends Object implements UserId
Constructor and Description |
---|
PrincipalId() |
PrincipalId(String principalId) |
Modifier and Type | Method and Description |
---|---|
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() |
public PrincipalId()
public PrincipalId(String principalId)
public String getPrincipalId()
public void setPrincipalId(String principalId)
public String getId()
UserId
public boolean isEmpty()
public boolean equals(Object obj)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.