public final class Group extends AbstractDataTransferObject implements GroupContract
| Modifier and Type | Class and Description |
|---|---|
static class |
Group.Builder
This builder constructs an Group enforcing the constraints of the
GroupContract. |
static class |
Group.Cache |
| Constructor and Description |
|---|
Group(Group.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes()
This is a set of Attributes for a Group.
|
String |
getDescription()
This a description for the Group.
|
String |
getId() |
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() |
Long |
getVersionNumber() |
boolean |
isActive() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic Group(Group.Builder builder)
public String getId()
getId in interface Identifiablepublic 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 getName()
GroupContractThis is a name assigned to a Group. Together with NamespaceCode, it makes up another unique identifier for Group
getName 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 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 boolean isActive()
isActive in interface Inactivatablepublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getObjectId()
getObjectId in interface GloballyUniqueCopyright © 2005–2018 The Kuali Foundation. All rights reserved.