|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.kim.impl.group.GroupBase
@MappedSuperclass public abstract class GroupBase
| Field Summary | |
|---|---|
protected Map<String,String> |
attributes
|
| Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
|---|
extension, newCollectionRecord, objectId, versionNumber |
| Constructor Summary | |
|---|---|
GroupBase()
|
|
| Method Summary | |
|---|---|
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. |
KimTypeBo |
getKimTypeInfo()
|
String |
getName()
This is the name for the Group. |
String |
getNamespaceCode()
This is the namespace code for the Group. |
boolean |
isActive()
The active indicator for an object. |
void |
setActive(boolean active)
|
void |
setAttributes(Map<String,String> attributes)
|
void |
setDescription(String description)
|
void |
setKimTypeId(String kimTypeId)
|
void |
setName(String name)
|
void |
setNamespaceCode(String namespaceCode)
|
| Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
|---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
| Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.kim.framework.group.GroupEbo |
|---|
getId, getObjectId, getVersionNumber |
| Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject |
|---|
refresh |
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
|---|
toString |
| Field Detail |
|---|
protected Map<String,String> attributes
| Constructor Detail |
|---|
public GroupBase()
| Method Detail |
|---|
public Map<String,String> getAttributes()
GroupEboThis is a set of attributes which are key-label pairs that are defined by the Group's Kim Type.
getAttributes in interface GroupContractgetAttributes in interface GroupEbopublic void setAttributes(Map<String,String> attributes)
public String getName()
GroupEboThis is a name assigned to a Group. Together with NamespaceCode, it makes up another unique identifier for Group
getName in interface GroupContractgetName in interface GroupEbopublic void setName(String name)
public String getDescription()
GroupEboThis is a description assigned to a Group.
getDescription in interface GroupContractgetDescription in interface GroupEbopublic void setDescription(String description)
public boolean isActive()
GroupEbo
isActive in interface InactivatableisActive in interface GroupEbopublic void setActive(boolean active)
public String getKimTypeId()
GroupEboThis links a Kim Type to the Group to allow custom types of Groups.
getKimTypeId in interface GroupContractgetKimTypeId in interface GroupEbopublic void setKimTypeId(String kimTypeId)
public String getNamespaceCode()
GroupEboThis is a namespace code assigned to a Group. Together with name, it makes up another unique identifier for Group
getNamespaceCode in interface GroupContractgetNamespaceCode in interface GroupEbopublic void setNamespaceCode(String namespaceCode)
public KimTypeBo getKimTypeInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||