| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.group.GroupHistory
public final class GroupHistory
| Nested Class Summary | |
|---|---|
static class | 
GroupHistory.Builder
A builder which can be used to construct GroupHistory instances. | 
static class | 
GroupHistory.Cache
 | 
| Method Summary | |
|---|---|
 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()
This is a set of Attributes for a Group.  | 
 String | 
getDescription()
This a description for the Group.  | 
 Long | 
getHistoryId()
 | 
 String | 
getId()
The unique identifier for an object.  | 
 String | 
getKimTypeId()
This a Kim Type Id for the Group.  | 
 String | 
getName()
This is the name for the Group.  | 
 String | 
getNamespaceCode()
This is the namespace code for the Group.  | 
 String | 
getObjectId()
Return the globally unique object id of this object.  | 
 Long | 
getVersionNumber()
Returns the version number for this object.  | 
 boolean | 
isActive()
The active indicator for an object.  | 
 boolean | 
isActive(org.joda.time.DateTime activeAsOf)
Returns if the record is active for a given Time.  | 
 boolean | 
isActiveNow()
 | 
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject | 
|---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Method Detail | 
|---|
public String getName()
GroupContractThis is a name assigned to a Group. Together with NamespaceCode, it makes up another unique identifier for Group
getName in interface GroupContractpublic Map<String,String> getAttributes()
GroupContractThis is a set of attributes which are key-label pairs that are defined by the Group's Kim Type.
getAttributes in interface GroupContractpublic String getNamespaceCode()
GroupContractThis is a namespace code assigned to a Group. Together with name, it makes up another unique identifier for Group
getNamespaceCode in interface GroupContractpublic String getDescription()
GroupContractThis is a description assigned to a Group.
getDescription in interface GroupContractpublic String getKimTypeId()
GroupContractThis links a Kim Type to the Group to allow custom types of Groups.
getKimTypeId in interface GroupContractpublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic String getObjectId()
GloballyUnique
getObjectId in interface GloballyUniquepublic boolean isActive()
Inactivatable
isActive in interface Inactivatablepublic boolean isActiveNow()
isActiveNow in interface Historicalpublic boolean isActive(org.joda.time.DateTime activeAsOf)
InactivatableFromTo
isActive in interface InactivatableFromTopublic String getId()
Identifiable
getId in interface Identifiablepublic Long getHistoryId()
getHistoryId in interface Historicalpublic org.joda.time.DateTime getActiveFromDate()
InactivatableFromTo
getActiveFromDate in interface InactivatableFromTopublic org.joda.time.DateTime getActiveToDate()
InactivatableFromTo
getActiveToDate in interface InactivatableFromTo
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||