org.kuali.rice.core.xml.dto
Class DataXmlDto

java.lang.Object
  extended by org.kuali.rice.core.xml.dto.DataXmlDto
All Implemented Interfaces:
Serializable

public class DataXmlDto
extends Object
implements Serializable

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

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

Field Summary
(package private)  List<GroupXmlDto> groups
           
 
Constructor Summary
DataXmlDto()
           
 
Method Summary
 List<GroupXmlDto> getGroups()
           
 void setGroups(List<GroupXmlDto> groups)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groups

List<GroupXmlDto> groups
Constructor Detail

DataXmlDto

public DataXmlDto()
Method Detail

getGroups

public List<GroupXmlDto> getGroups()

setGroups

public void setGroups(List<GroupXmlDto> groups)


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