org.kuali.rice.kim.bo.role
Interface KimResponsibilityTemplate

All Superinterfaces:
Inactivateable
All Known Implementing Classes:
KimResponsibilityTemplateImpl, KimResponsibilityTemplateInfo

public interface KimResponsibilityTemplate
extends Inactivateable

Represents a single permission template within the system. Permissions templates define the type (and corresponding set of attributes) for the permission as well as a default name and description.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 String getDescription()
          Verbose description of the Permission and functionally what permissions it implies.
 String getKimTypeId()
          Type identifier for this role.
 String getName()
           
 String getNamespaceCode()
           
 String getResponsibilityTemplateId()
           
 
Methods inherited from interface org.kuali.rice.kns.bo.Inactivateable
isActive, setActive
 

Method Detail

getResponsibilityTemplateId

String getResponsibilityTemplateId()

getNamespaceCode

String getNamespaceCode()

getName

String getName()

getDescription

String getDescription()
Verbose description of the Permission and functionally what permissions it implies.


getKimTypeId

String getKimTypeId()
Type identifier for this role. This will control what additional attributes are available



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.