public class RolePermission extends AbstractDataTransferObject implements RolePermissionContract
| Modifier and Type | Class and Description |
|---|---|
static class |
RolePermission.Builder
This builder constructs a RolePermission enforcing the constraints of the
RolePermissionContract. |
| Constructor and Description |
|---|
RolePermission(RolePermission.Builder builder)
A constructor using the Builder.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getObjectId() |
String |
getPermissionId()
The Permission ID referenced by the Role Permission.
|
String |
getRoleId()
The Role ID referenced by the Role Permission.
|
Long |
getVersionNumber() |
boolean |
isActive() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic RolePermission(RolePermission.Builder builder)
builder - public String getId()
getId in interface Identifiablepublic String getPermissionId()
RolePermissionContractgetPermissionId in interface RolePermissionContractpublic String getRoleId()
RolePermissionContractgetRoleId in interface RolePermissionContractpublic boolean isActive()
isActive in interface Inactivatablepublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getObjectId()
getObjectId in interface GloballyUniqueCopyright © 2005–2016 The Kuali Foundation. All rights reserved.