|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kim.api.group.Group
public final class Group
Nested Class Summary | |
---|---|
static class |
Group.Builder
This builder constructs an Group enforcing the constraints of the GroupContract . |
(package private) static class |
Group.Constants
Defines some internal constants used on this class. |
(package private) static class |
Group.Elements
A private class which exposes constants which define the XML element names to use when this object is marshalled to XML. |
Field Summary | |
---|---|
private Collection<Element> |
_futureElements
|
private boolean |
active
|
private Attributes |
attributes
|
private String |
description
|
private String |
id
|
private String |
kimTypeId
|
private String |
name
|
private String |
namespaceCode
|
private String |
objectId
|
private Long |
versionNumber
|
Constructor Summary | |
---|---|
private |
Group()
|
|
Group(Group.Builder builder)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
All "Complete" model object's should adhere to the ModelObjectComplete.equals(Object) contract. |
Attributes |
getAttributes()
This is a set of Attributes for a Group. |
String |
getDescription()
This a description for the Group. |
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. |
int |
hashCode()
All "Complete" model object's should adhere to the ModelObjectComplete.hashCode() contract. |
boolean |
isActive()
Returns a boolean value determining if the Object is Active or not. |
String |
toString()
This will return a proper string representation of the Model Object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final String id
private final String namespaceCode
private final String name
private final String description
private final String kimTypeId
private final Attributes attributes
private final boolean active
private final Long versionNumber
private final String objectId
private final Collection<Element> _futureElements
Constructor Detail |
---|
private Group()
public Group(Group.Builder builder)
Method Detail |
---|
public int hashCode()
ModelObjectComplete
ModelObjectComplete.hashCode()
contract.
hashCode
in interface ModelObjectComplete
hashCode
in class Object
public boolean equals(Object obj)
ModelObjectComplete
ModelObjectComplete.equals(Object)
contract.
equals
in interface ModelObjectComplete
equals
in class Object
obj
- to object to compare for equality
public String toString()
ModelObjectBasic
toString
in interface ModelObjectBasic
toString
in class Object
public String getId()
Identifiable
getId
in interface Identifiable
public String getNamespaceCode()
GroupContract
This is a namespace code assigned to a Group. Together with name, it makes up another unique identifier for Group
getNamespaceCode
in interface GroupContract
public String getName()
GroupContract
This is a name assigned to a Group. Together with NamespaceCode, it makes up another unique identifier for Group
getName
in interface GroupContract
public String getDescription()
GroupContract
This is a description assigned to a Group.
getDescription
in interface GroupContract
public String getKimTypeId()
GroupContract
This links a Kim Type to the Group to allow custom types of Groups.
getKimTypeId
in interface GroupContract
public Attributes getAttributes()
GroupContract
This is a set of attributes which are key-label pairs that are defined by the Group's Kim Type.
getAttributes
in interface GroupContract
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |