org.kuali.rice.kim.bo
Interface Group

All Superinterfaces:
BusinessObject, ExternalizableBusinessObject, org.kuali.rice.core.api.mo.ModelObjectBasic, Serializable
All Known Implementing Classes:
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
 org.kuali.rice.core.xml.dto.AttributeSet getAttributes()
           
 String getGroupDescription()
           
 String getGroupId()
           
 String getGroupName()
           
 String getKimTypeId()
           
 String getNamespaceCode()
           
 boolean isActive()
           
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
refresh
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Method Detail

getGroupId

String getGroupId()

getGroupName

String getGroupName()

getGroupDescription

String getGroupDescription()

getKimTypeId

String getKimTypeId()

getNamespaceCode

String getNamespaceCode()

getAttributes

org.kuali.rice.core.xml.dto.AttributeSet getAttributes()

isActive

boolean isActive()


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