org.kuali.rice.kim.bo
Interface Group

All Superinterfaces:
BusinessObject, ExternalizableBusinessObject, Serializable
All Known Implementing Classes:
GroupImpl, GroupInfo

public interface Group
extends ExternalizableBusinessObject

This is a description of what this class does - shyu don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 AttributeSet getAttributes()
           
 String getGroupDescription()
           
 String getGroupId()
           
 String getGroupName()
           
 String getKimTypeId()
           
 String getNamespaceCode()
           
 boolean isActive()
           
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 

Method Detail

getGroupId

String getGroupId()

getGroupName

String getGroupName()

getGroupDescription

String getGroupDescription()

getKimTypeId

String getKimTypeId()

getNamespaceCode

String getNamespaceCode()

getAttributes

AttributeSet getAttributes()

isActive

boolean isActive()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.