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

All Superinterfaces:
InactivatableFromTo
All Known Implementing Classes:
RoleMember, RoleMember.Builder

public interface RoleMemberContract
extends InactivatableFromTo


Method Summary
 Map<String,String> getAttributes()
           
 String getMemberId()
           
 MemberType getMemberType()
           
 String getRoleId()
           
 String getRoleMemberId()
           
 List<? extends RoleResponsibilityActionContract> getRoleRspActions()
           
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.InactivatableFromTo
getActiveFromDate, getActiveToDate, isActive
 

Method Detail

getMemberId

String getMemberId()

getMemberType

MemberType getMemberType()

getRoleMemberId

String getRoleMemberId()

getRoleId

String getRoleId()

getAttributes

Map<String,String> getAttributes()

getRoleRspActions

List<? extends RoleResponsibilityActionContract> getRoleRspActions()


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