public interface GroupMemberContract extends Versioned, GloballyUnique, InactivatableFromTo, Identifiable
Modifier and Type | Method and Description |
---|---|
String |
getGroupId()
This is the id for the Group.
|
String |
getMemberId()
This is the member id for the Group Member.
|
MemberType |
getType()
This is the type code for the Group Member.
|
getVersionNumber
getObjectId
getActiveFromDate, getActiveToDate, isActive
isActive
getId
String getGroupId()
This is a id assigned to a Group. It defines the group this group member belongs to.
String getMemberId()
This is a id value that defines the Group Member. This value is either a Principal Id or Group Id depending on the type code
MemberType getType()
This is a value that defines the type of Group Member. This value determines whether memberId is either a Principal Id or Group Id
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.