org.kuali.student.enrollment.courseoffering.dto
Class ActivityOfferingClusterInfo

java.lang.Object
  extended by org.kuali.student.r2.common.dto.HasAttributesInfo
      extended by org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
          extended by org.kuali.student.r2.common.dto.TypeStateEntityInfo
              extended by org.kuali.student.r2.common.dto.EntityInfo
                  extended by org.kuali.student.r2.common.dto.IdEntityInfo
                      extended by 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

Constructor Summary
ActivityOfferingClusterInfo()
          Constructs a new ActivityOfferingClusterInfo.
ActivityOfferingClusterInfo(ActivityOfferingCluster template)
          Constructs a new ActivityOfferingClusterInfo from another ActivityOfferingCluster.
 
Method Summary
 List<ActivityOfferingSetInfo> getActivityOfferingSets()
          Gets the activity offering Id combinations.
 String getFormatOfferingId()
          Gets the format offering Id to which this template applies.
 String getPrivateName()
          Private name of ActivityOfferingCluster
 void setActivityOfferingSets(List<ActivityOfferingSetInfo> activityOfferingSets)
           
 void setFormatOfferingId(String formatOfferingId)
           
 void setPrivateName(String privateName)
           
 
Methods inherited from class org.kuali.student.r2.common.dto.IdEntityInfo
getId, setId
 
Methods inherited from class org.kuali.student.r2.common.dto.EntityInfo
getDescr, getName, setDescr, setName
 
Methods inherited from class org.kuali.student.r2.common.dto.TypeStateEntityInfo
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
getMeta, setMeta
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesInfo
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
 
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.Entity
getDescr, getName
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasType
getType, getTypeKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasState
getState, getStateKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 

Constructor Detail

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
Method Detail

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-2013 The Kuali Foundation. All Rights Reserved.