public class ActivityOfferingClusterWrapper extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
RG_MESSAGE_ALL |
static String |
RG_MESSAGE_NONE |
static String |
RG_MESSAGE_PARTIAL |
Constructor and Description |
---|
ActivityOfferingClusterWrapper() |
ActivityOfferingClusterWrapper(String activityOfferingClusterId,
List<RegistrationGroupWrapper> rgWrapperList) |
Modifier and Type | Method and Description |
---|---|
String |
getActivityOfferingClusterId() |
ActivityOfferingClusterInfo |
getAoCluster() |
List<ActivityOfferingWrapper> |
getAoWrapperList() |
String |
getClusterNameForDisplay() |
String |
getFormatNameForDisplay() |
String |
getFormatOfferingId() |
String |
getRgMessageStyle() |
String |
getRgStatus() |
List<RegistrationGroupWrapper> |
getRgWrapperList() |
boolean |
isHasAllRegGroups() |
void |
setActivityOfferingClusterId(String activityOfferingClusterId) |
void |
setAoCluster(ActivityOfferingClusterInfo aoCluster) |
void |
setAoWrapperList(List<ActivityOfferingWrapper> aoWrapperList) |
void |
setClusterNameForDisplay(String clusterNameForDisplay) |
void |
setFormatNameForDisplay(String formatNameForDisplay) |
void |
setFormatOfferingId(String formatOfferingId) |
void |
setHasAllRegGroups(boolean hasAllRegGroups) |
void |
setRgMessageStyle(String rgMessageStyle) |
void |
setRgStatus(String rgStatus) |
void |
setRgWrapperList(List<RegistrationGroupWrapper> rgWrapperList) |
public static final String RG_MESSAGE_PARTIAL
public static final String RG_MESSAGE_ALL
public static final String RG_MESSAGE_NONE
public ActivityOfferingClusterWrapper()
public ActivityOfferingClusterWrapper(String activityOfferingClusterId, List<RegistrationGroupWrapper> rgWrapperList)
public String getActivityOfferingClusterId()
public void setActivityOfferingClusterId(String activityOfferingClusterId)
public ActivityOfferingClusterInfo getAoCluster()
public void setAoCluster(ActivityOfferingClusterInfo aoCluster)
public List<RegistrationGroupWrapper> getRgWrapperList()
public void setRgWrapperList(List<RegistrationGroupWrapper> rgWrapperList)
public List<ActivityOfferingWrapper> getAoWrapperList()
public void setAoWrapperList(List<ActivityOfferingWrapper> aoWrapperList)
public String getRgStatus()
public void setRgStatus(String rgStatus)
public String getRgMessageStyle()
public void setRgMessageStyle(String rgMessageStyle)
public boolean isHasAllRegGroups()
public void setHasAllRegGroups(boolean hasAllRegGroups)
public String getClusterNameForDisplay()
public void setClusterNameForDisplay(String clusterNameForDisplay)
public String getFormatNameForDisplay()
public void setFormatNameForDisplay(String formatNameForDisplay)
public String getFormatOfferingId()
public void setFormatOfferingId(String formatOfferingId)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.