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, toString
public RolePermission(RolePermission.Builder builder)
builder
- 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
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.