org.kuali.rice.kim.bo.group.dto
Class GroupInfo

java.lang.Object
  extended by org.kuali.rice.kim.bo.group.dto.GroupInfo
All Implemented Interfaces:
Serializable, Group, BusinessObject, ExternalizableBusinessObject

public class GroupInfo
extends Object
implements Group, Serializable

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

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
protected  boolean active
           
protected  AttributeSet attributes
           
protected  String groupDescription
           
protected  String groupId
           
protected  String groupName
           
protected  String kimTypeId
           
protected  String namespaceCode
           
 
Constructor Summary
GroupInfo()
           
 
Method Summary
 boolean equals(Object object)
           
 AttributeSet getAttributes()
           
 String getGroupDescription()
           
 String getGroupId()
           
 String getGroupName()
           
 String getKimTypeId()
           
 String getNamespaceCode()
           
 int hashCode()
           
 boolean isActive()
           
 void prepareForWorkflow()
           
 void refresh()
          Refreshes any reference objects from the primitive values.
 void setActive(boolean active)
           
 void setAttributes(AttributeSet attributes)
           
 void setGroupDescription(String groupDescription)
           
 void setGroupId(String groupId)
           
 void setGroupName(String groupName)
           
 void setKimTypeId(String kimTypeId)
           
 void setNamespaceCode(String namespaceCode)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupId

protected String groupId

groupName

protected String groupName

groupDescription

protected String groupDescription

active

protected boolean active

kimTypeId

protected String kimTypeId

namespaceCode

protected String namespaceCode

attributes

protected AttributeSet attributes
Constructor Detail

GroupInfo

public GroupInfo()
Method Detail

getGroupDescription

public String getGroupDescription()
Specified by:
getGroupDescription in interface Group

getGroupId

public String getGroupId()
Specified by:
getGroupId in interface Group

getGroupName

public String getGroupName()
Specified by:
getGroupName in interface Group

getKimTypeId

public String getKimTypeId()
Specified by:
getKimTypeId in interface Group

getNamespaceCode

public String getNamespaceCode()
Specified by:
getNamespaceCode in interface Group

getAttributes

public AttributeSet getAttributes()
Specified by:
getAttributes in interface Group

setGroupDescription

public void setGroupDescription(String groupDescription)

setGroupId

public void setGroupId(String groupId)

setGroupName

public void setGroupName(String groupName)

setKimTypeId

public void setKimTypeId(String kimTypeId)

setNamespaceCode

public void setNamespaceCode(String namespaceCode)

setAttributes

public void setAttributes(AttributeSet attributes)

isActive

public boolean isActive()
Specified by:
isActive in interface Group

setActive

public void setActive(boolean active)

refresh

public void refresh()
Description copied from interface: BusinessObject
Refreshes any reference objects from the primitive values.

Specified by:
refresh in interface BusinessObject

prepareForWorkflow

public void prepareForWorkflow()
Specified by:
prepareForWorkflow in interface BusinessObject

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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