public interface GroupContract extends Versioned, GloballyUnique, Inactivatable, Identifiable
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 |
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.
|
getVersionNumber
getObjectId
isActive
getId
String getNamespaceCode()
This is a namespace code assigned to a Group. Together with name, it makes up another unique identifier for Group
String getName()
This is a name assigned to a Group. Together with NamespaceCode, it makes up another unique identifier for Group
String getDescription()
This is a description assigned to a Group.
String getKimTypeId()
This links a Kim Type to the Group to allow custom types of Groups.
Map<String,String> getAttributes()
This is a set of attributes which are key-label pairs that are defined by the Group's Kim Type.
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.