org.kuali.rice.kim.bo.group.dto
Class GroupInfo
java.lang.Object
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
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
GroupInfo
public GroupInfo()
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.