|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.identity.principal.Principal
public final class Principal
| Nested Class Summary | |
|---|---|
static class |
Principal.Builder
A builder which can be used to construct Principal instances. |
static class |
Principal.Cache
|
| Method Summary | |
|---|---|
String |
getEntityId()
Gets this PrincipalContract's identity id. |
String |
getObjectId()
Return the globally unique object id of this object. |
String |
getPrincipalId()
Gets this PrincipalContract's id. |
String |
getPrincipalName()
Gets this PrincipalContract's name. |
Long |
getVersionNumber()
Returns the version number for this object. |
boolean |
isActive()
The active indicator for an object. |
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
|---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getPrincipalId()
PrincipalContractPrincipalContract's id.
getPrincipalId in interface PrincipalContractPrincipalContract, or null if none has been assigned.public String getPrincipalName()
PrincipalContractPrincipalContract's name.
getPrincipalName in interface PrincipalContractPrincipalContract, this value cannot be null.public String getEntityId()
PrincipalContractPrincipalContract's identity id.
getEntityId in interface PrincipalContractPrincipalContract, or null if none has been assigned.public boolean isActive()
Inactivatable
isActive in interface Inactivatablepublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic String getObjectId()
GloballyUnique
getObjectId in interface GloballyUnique
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||