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, toString
public String getDelegationMemberId()
getDelegationMemberId
in interface DelegateMemberContract
public String getDelegationId()
getDelegationId
in interface DelegateMemberContract
public MemberType getType()
getType
in interface DelegateMemberContract
public String getRoleMemberId()
getRoleMemberId
in interface DelegateMemberContract
public String getMemberId()
getMemberId
in interface DelegateMemberContract
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public org.joda.time.DateTime getActiveFromDate()
InactivatableFromTo
getActiveFromDate
in interface InactivatableFromTo
public org.joda.time.DateTime getActiveToDate()
InactivatableFromTo
getActiveToDate
in interface InactivatableFromTo
public Map<String,String> getAttributes()
getAttributes
in interface DelegateMemberContract
public boolean isActive(org.joda.time.DateTime activeAsOfDate)
InactivatableFromTo
isActive
in interface InactivatableFromTo
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.