org.kuali.student.enrollment.class2.courseoffering.dto
Class ActivityOfferingClusterWrapper

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

public class ActivityOfferingClusterWrapper
extends Object
implements Serializable

Created by IntelliJ IDEA. User: huangb Date: 9/11/12 Time: 11:00 AM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
ActivityOfferingClusterWrapper()
           
ActivityOfferingClusterWrapper(String activityOfferingClusterId, List<RegistrationGroupWrapper> rgWrapperList)
           
 
Method Summary
 String getActivityOfferingClusterId()
           
 ActivityOfferingClusterInfo getAoCluster()
           
 List<ActivityOfferingWrapper> getAoWrapperList()
           
 String getRgStatus()
           
 List<RegistrationGroupWrapper> getRgWrapperList()
           
 boolean isHasRegGroups()
           
 void setActivityOfferingClusterId(String activityOfferingClusterId)
           
 void setAoCluster(ActivityOfferingClusterInfo aoCluster)
           
 void setAoWrapperList(List<ActivityOfferingWrapper> aoWrapperList)
           
 void setHasRegGroups(boolean hasRegGroups)
           
 void setRgStatus(String rgStatus)
           
 void setRgWrapperList(List<RegistrationGroupWrapper> rgWrapperList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityOfferingClusterWrapper

public ActivityOfferingClusterWrapper()

ActivityOfferingClusterWrapper

public ActivityOfferingClusterWrapper(String activityOfferingClusterId,
                                      List<RegistrationGroupWrapper> rgWrapperList)
Method Detail

getActivityOfferingClusterId

public String getActivityOfferingClusterId()

setActivityOfferingClusterId

public void setActivityOfferingClusterId(String activityOfferingClusterId)

getAoCluster

public ActivityOfferingClusterInfo getAoCluster()

setAoCluster

public void setAoCluster(ActivityOfferingClusterInfo aoCluster)

getRgWrapperList

public List<RegistrationGroupWrapper> getRgWrapperList()

setRgWrapperList

public void setRgWrapperList(List<RegistrationGroupWrapper> rgWrapperList)

getAoWrapperList

public List<ActivityOfferingWrapper> getAoWrapperList()

setAoWrapperList

public void setAoWrapperList(List<ActivityOfferingWrapper> aoWrapperList)

getRgStatus

public String getRgStatus()

setRgStatus

public void setRgStatus(String rgStatus)

isHasRegGroups

public boolean isHasRegGroups()

setHasRegGroups

public void setHasRegGroups(boolean hasRegGroups)


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