org.kuali.student.enrollment.class2.courseoffering.dto
Class ActivityOfferingClusterWrapper
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivityOfferingClusterWrapper
public ActivityOfferingClusterWrapper()
ActivityOfferingClusterWrapper
public ActivityOfferingClusterWrapper(String activityOfferingClusterId,
List<RegistrationGroupWrapper> rgWrapperList)
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.