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

All Superinterfaces:
Inactivateable
All Known Implementing Classes:
KimDelegationImpl

public interface KimDelegation
extends Inactivateable

This is a description of what this class does - kellerj don't forget to fill this in.

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

Method Summary
 String getDelegationId()
           
 String getDelegationTypeCode()
           
 String getKimTypeId()
           
 List<? extends KimDelegationMember> getMembers()
           
 String getRoleId()
           
 
Methods inherited from interface org.kuali.rice.kns.bo.Inactivateable
isActive, setActive
 

Method Detail

getDelegationId

String getDelegationId()

getRoleId

String getRoleId()

getKimTypeId

String getKimTypeId()

getDelegationTypeCode

String getDelegationTypeCode()

getMembers

List<? extends KimDelegationMember> getMembers()


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