public class ExamOfferingClusterWrapper extends Object implements Serializable
Constructor and Description |
---|
ExamOfferingClusterWrapper() |
ExamOfferingClusterWrapper(String activityOfferingClusterId,
List<RegistrationGroupWrapper> rgWrapperList) |
Modifier and Type | Method and Description |
---|---|
String |
getActivityOfferingClusterId() |
String |
getClusterNameForDisplay() |
List<ExamOfferingWrapper> |
getEoWrapperList() |
String |
getFormatNameForDisplay() |
String |
getFormatOfferingId() |
void |
setActivityOfferingClusterId(String activityOfferingClusterId) |
void |
setClusterNameForDisplay(String clusterNameForDisplay) |
void |
setEoWrapperList(List<ExamOfferingWrapper> eoWrapperList) |
void |
setFormatNameForDisplay(String formatNameForDisplay) |
void |
setFormatOfferingId(String formatOfferingId) |
public ExamOfferingClusterWrapper()
public ExamOfferingClusterWrapper(String activityOfferingClusterId, List<RegistrationGroupWrapper> rgWrapperList)
public String getActivityOfferingClusterId()
public void setActivityOfferingClusterId(String activityOfferingClusterId)
public String getClusterNameForDisplay()
public void setClusterNameForDisplay(String clusterNameForDisplay)
public String getFormatNameForDisplay()
public void setFormatNameForDisplay(String formatNameForDisplay)
public String getFormatOfferingId()
public void setFormatOfferingId(String formatOfferingId)
public List<ExamOfferingWrapper> getEoWrapperList()
public void setEoWrapperList(List<ExamOfferingWrapper> eoWrapperList)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.