org.kuali.rice.kim.api.common.delegate
Interface DelegateMemberContract

All Superinterfaces:
InactivatableFromTo, Versioned
All Known Implementing Classes:
DelegateMember, DelegateMember.Builder

public interface DelegateMemberContract
extends Versioned, InactivatableFromTo


Method Summary
 String getDelegationId()
           
 String getDelegationMemberId()
           
 String getMemberId()
           
 String getRoleMemberId()
           
 MemberType getType()
           
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.InactivatableFromTo
getActiveFromDate, getActiveToDate, isActive
 

Method Detail

getDelegationMemberId

String getDelegationMemberId()

getDelegationId

String getDelegationId()

getRoleMemberId

String getRoleMemberId()

getType

MemberType getType()

getMemberId

String getMemberId()


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