|
||||||||||
| 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.role.RolePermission
public class RolePermission
| Nested Class Summary | |
|---|---|
static class |
RolePermission.Builder
This builder constructs a RolePermission enforcing the constraints of the RolePermissionContract. |
| Constructor Summary | |
|---|---|
RolePermission(RolePermission.Builder builder)
A constructor using the Builder. |
|
| Method Summary | |
|---|---|
String |
getId()
The unique identifier for an object. |
String |
getObjectId()
Return the globally unique object id of this object. |
String |
getPermissionId()
The Permission ID referenced by the Role Permission. |
String |
getRoleId()
The Role ID referenced by the Role Permission. |
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 |
| Constructor Detail |
|---|
public RolePermission(RolePermission.Builder builder)
builder - | Method Detail |
|---|
public String getId()
Identifiable
getId in interface Identifiablepublic String getPermissionId()
RolePermissionContract
getPermissionId in interface RolePermissionContractpublic String getRoleId()
RolePermissionContract
getRoleId in interface RolePermissionContractpublic 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 | |||||||||