org.kuali.student.enrollment.class2.appointment.dto
Class StudentGroupWrapper

java.lang.Object
  extended by org.kuali.student.enrollment.class2.appointment.dto.StudentGroupWrapper

public class StudentGroupWrapper
extends Object

This class //TODO ...

Author:
Kuali Student Team

Constructor Summary
StudentGroupWrapper()
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getName()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StudentGroupWrapper

public StudentGroupWrapper()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


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