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()
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.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic RolePermission(RolePermission.Builder builder)
builder - public String getId()
IdentifiablegetId in interface Identifiablepublic String getPermissionId()
RolePermissionContractgetPermissionId in interface RolePermissionContractpublic String getRoleId()
RolePermissionContractgetRoleId in interface RolePermissionContractpublic boolean isActive()
InactivatableisActive in interface Inactivatablepublic Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic String getObjectId()
GloballyUniquegetObjectId in interface GloballyUniqueCopyright © 2005–2016 The Kuali Foundation. All rights reserved.