|
||||||||||
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.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, hashCode, 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 Identifiable
public String getPermissionId()
RolePermissionContract
getPermissionId
in interface RolePermissionContract
public String getRoleId()
RolePermissionContract
getRoleId
in interface RolePermissionContract
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 |