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

All Superinterfaces:
ImmutableInactivatable, Inactivatable

public interface KimDelegation
extends Inactivatable

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.krad.bo.Inactivatable
setActive
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.ImmutableInactivatable
isActive
 

Method Detail

getDelegationId

String getDelegationId()

getRoleId

String getRoleId()

getKimTypeId

String getKimTypeId()

getDelegationTypeCode

String getDelegationTypeCode()

getMembers

List<? extends KimDelegationMember> getMembers()


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