org.kuali.rice.kim.api.role
Interface RolePermissionContract

All Superinterfaces:
GloballyUnique, Identifiable, Inactivatable, Versioned
All Known Implementing Classes:
RolePermission, RolePermission.Builder

public interface RolePermissionContract
extends Versioned, GloballyUnique, Identifiable, Inactivatable

This is the contract for a KimPermission.


Method Summary
 String getPermissionId()
          The Permission ID referenced by the Role Permission.
 String getRoleId()
          The Role ID referenced by the Role Permission.
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getId
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable
isActive
 

Method Detail

getRoleId

String getRoleId()
The Role ID referenced by the Role Permission.

Returns:
roleId

getPermissionId

String getPermissionId()
The Permission ID referenced by the Role Permission.

Returns:
permissionId


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.