|
||||||||||
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.role.Role
public final class Role
This is a description of what this class does - shyu don't forget to fill this in.
Nested Class Summary | |
---|---|
static class |
Role.Builder
|
static class |
Role.Cache
|
Method Summary | |
---|---|
String |
getDescription()
Verbose description of the role and functionally what permissions it implies. |
String |
getId()
Unique identifier for this role. |
String |
getKimTypeId()
Type identifier for this role. |
String |
getName()
Name for this role. |
String |
getNamespaceCode()
Namespace for this role - identifies the system/module to which this role applies |
String |
getObjectId()
Return the globally unique object id of this object. |
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, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getId()
getId
in interface Identifiable
public String getNamespaceCode()
getNamespaceCode
in interface RoleContract
public String getName()
getName
in interface RoleContract
public String getDescription()
getDescription
in interface RoleContract
public String getKimTypeId()
getKimTypeId
in interface RoleContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |