|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
PrincipalContract
PrincipalContract
's id.
getPrincipalId
in interface PrincipalContract
PrincipalContract
, or null if none has been assigned.public String getPrincipalName()
PrincipalContract
PrincipalContract
's name.
getPrincipalName
in interface PrincipalContract
PrincipalContract
, this value cannot be null.public String getEntityId()
PrincipalContract
PrincipalContract
's identity id.
getEntityId
in interface PrincipalContract
PrincipalContract
, or null if none has been assigned.public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |