Package org.kuali.rice.kim.api.group
Class GroupMember
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.group.GroupMember
- All Implemented Interfaces:
Serializable,Inactivatable,InactivatableFromTo,GloballyUnique,Identifiable,Versioned,ModelObjectBasic,ModelObjectComplete,GroupMemberContract
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Constructor Details
-
GroupMember
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceIdentifiable
-
getGroupId
Description copied from interface:GroupMemberContractThis is the id for the Group.This is a id assigned to a Group. It defines the group this group member belongs to.
- Specified by:
getGroupIdin interfaceGroupMemberContract- Returns:
- groupId
-
getMemberId
Description copied from interface:GroupMemberContractThis is the member id for the Group Member.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
- Specified by:
getMemberIdin interfaceGroupMemberContract- Returns:
- memberId
-
getType
Description copied from interface:GroupMemberContractThis is the type code for the Group Member.This is a value that defines the type of Group Member. This value determines whether memberId is either a Principal Id or Group Id
- Specified by:
getTypein interfaceGroupMemberContract- Returns:
- typeCode
-
getActiveFromDate
public org.joda.time.DateTime getActiveFromDate()- Specified by:
getActiveFromDatein interfaceInactivatableFromTo
-
getActiveToDate
public org.joda.time.DateTime getActiveToDate()- Specified by:
getActiveToDatein interfaceInactivatableFromTo
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-
getObjectId
- Specified by:
getObjectIdin interfaceGloballyUnique
-
isActive
public boolean isActive(org.joda.time.DateTime activeAsOf) - Specified by:
isActivein interfaceInactivatableFromTo
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceInactivatable
-