org.kuali.student.enrollment.class2.registration.dto
Class RegistrationGroupWrapper

java.lang.Object
  extended by org.kuali.student.enrollment.class2.registration.dto.RegistrationGroupWrapper
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class RegistrationGroupWrapper
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RegistrationGroupWrapper()
          Deprecated.  
 
Method Summary
 List<ActivityOfferingWrapper> getActivityOfferingWrappers()
          Deprecated.  
 CourseOfferingInfo getCourseOffering()
          Deprecated.  
 RegistrationGroupInfo getRegistrationGroup()
          Deprecated.  
 void setActivityOfferingWrappers(List<ActivityOfferingWrapper> activityOfferingWrappers)
          Deprecated.  
 void setCourseOffering(CourseOfferingInfo courseOffering)
          Deprecated.  
 void setRegistrationGroup(RegistrationGroupInfo registrationGroup)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationGroupWrapper

public RegistrationGroupWrapper()
Deprecated. 
Method Detail

getCourseOffering

public CourseOfferingInfo getCourseOffering()
Deprecated. 

setCourseOffering

public void setCourseOffering(CourseOfferingInfo courseOffering)
Deprecated. 

getRegistrationGroup

public RegistrationGroupInfo getRegistrationGroup()
Deprecated. 

setRegistrationGroup

public void setRegistrationGroup(RegistrationGroupInfo registrationGroup)
Deprecated. 

getActivityOfferingWrappers

public List<ActivityOfferingWrapper> getActivityOfferingWrappers()
Deprecated. 

setActivityOfferingWrappers

public void setActivityOfferingWrappers(List<ActivityOfferingWrapper> activityOfferingWrappers)
Deprecated. 


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