org.kuali.student.enrollment.courseoffering.dto
Class ActivityOfferingClusterInfo
java.lang.Object
org.kuali.student.r2.common.dto.HasAttributesInfo
org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
org.kuali.student.r2.common.dto.TypeStateEntityInfo
org.kuali.student.r2.common.dto.EntityInfo
org.kuali.student.r2.common.dto.IdEntityInfo
org.kuali.student.enrollment.courseoffering.dto.ActivityOfferingClusterInfo
- All Implemented Interfaces:
- Serializable, ActivityOfferingCluster, Entity, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdEntity, TypeStateEntity
public class ActivityOfferingClusterInfo
- extends IdEntityInfo
- implements ActivityOfferingCluster
- Author:
- Kuali Student Team (Kamal)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.student.r2.common.infc.HasId |
getId |
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta |
getMeta |
ActivityOfferingClusterInfo
public ActivityOfferingClusterInfo()
- Constructs a new ActivityOfferingClusterInfo.
ActivityOfferingClusterInfo
public ActivityOfferingClusterInfo(ActivityOfferingCluster template)
- Constructs a new ActivityOfferingClusterInfo from another
ActivityOfferingCluster.
- Parameters:
template
- the registration group template to copy
getPrivateName
public String getPrivateName()
- Description copied from interface:
ActivityOfferingCluster
- Private name of ActivityOfferingCluster
- Specified by:
getPrivateName
in interface ActivityOfferingCluster
setPrivateName
public void setPrivateName(String privateName)
getFormatOfferingId
public String getFormatOfferingId()
- Description copied from interface:
ActivityOfferingCluster
- Gets the format offering Id to which this template applies.
- Specified by:
getFormatOfferingId
in interface ActivityOfferingCluster
setFormatOfferingId
public void setFormatOfferingId(String formatOfferingId)
getActivityOfferingSets
public List<ActivityOfferingSetInfo> getActivityOfferingSets()
- Description copied from interface:
ActivityOfferingCluster
- Gets the activity offering Id combinations. Each list within
this list contains a list of Activity Offering Ids.
This rule says that a RegistrationGroup comprising of a single
activity offering Id from each and every list within the
activity offering combinations should be created.
(needs an example)
- Specified by:
getActivityOfferingSets
in interface ActivityOfferingCluster
setActivityOfferingSets
public void setActivityOfferingSets(List<ActivityOfferingSetInfo> activityOfferingSets)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.