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()
Gets the date for which the record become active.
|
org.joda.time.DateTime |
getActiveToDate()
Gets the date for which the record become inactive.
|
Map<String,String> |
getAttributes() |
String |
getDelegationId() |
String |
getDelegationMemberId() |
String |
getMemberId() |
String |
getRoleMemberId() |
MemberType |
getType() |
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isActive()
The active indicator for an object.
|
boolean |
isActive(org.joda.time.DateTime activeAsOfDate)
Returns if the record is active for a given Time.
|
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()
VersionedgetVersionNumber in interface Versionedpublic org.joda.time.DateTime getActiveFromDate()
InactivatableFromTogetActiveFromDate in interface InactivatableFromTopublic org.joda.time.DateTime getActiveToDate()
InactivatableFromTogetActiveToDate in interface InactivatableFromTopublic Map<String,String> getAttributes()
getAttributes in interface DelegateMemberContractpublic boolean isActive(org.joda.time.DateTime activeAsOfDate)
InactivatableFromToisActive in interface InactivatableFromTopublic boolean isActive()
InactivatableisActive in interface InactivatableCopyright © 2005–2016 The Kuali Foundation. All rights reserved.