public final class DelegateMember extends AbstractDataTransferObject implements DelegateMemberContract
| Modifier and Type | Class and Description |
|---|---|
static class |
DelegateMember.Builder
A builder which can be used to construct
DelegateMember instances. |
static class |
DelegateMember.Cache |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getActiveFromDate() |
org.joda.time.DateTime |
getActiveToDate() |
Map<String,String> |
getAttributes() |
String |
getDelegationId() |
String |
getDelegationMemberId() |
String |
getMemberId() |
String |
getRoleMemberId() |
MemberType |
getType() |
Long |
getVersionNumber() |
boolean |
isActive() |
boolean |
isActive(org.joda.time.DateTime activeAsOfDate) |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getDelegationMemberId()
getDelegationMemberId in interface DelegateMemberContractpublic String getDelegationId()
getDelegationId in interface DelegateMemberContractpublic MemberType getType()
getType in interface DelegateMemberContractpublic String getRoleMemberId()
getRoleMemberId in interface DelegateMemberContractpublic String getMemberId()
getMemberId in interface DelegateMemberContractpublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic org.joda.time.DateTime getActiveFromDate()
getActiveFromDate in interface InactivatableFromTopublic org.joda.time.DateTime getActiveToDate()
getActiveToDate in interface InactivatableFromTopublic Map<String,String> getAttributes()
getAttributes in interface DelegateMemberContractpublic boolean isActive(org.joda.time.DateTime activeAsOfDate)
isActive in interface InactivatableFromTopublic boolean isActive()
isActive in interface InactivatableCopyright © 2005–2017 The Kuali Foundation. All rights reserved.