org.kuali.student.r2.lum.course.dto
Class ActivityInfo

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.r2.lum.course.dto.ActivityInfo
All Implemented Interfaces:
Serializable, Entity, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdEntity, TypeStateEntity, Activity

public class ActivityInfo
extends IdEntityInfo
implements Activity, Serializable

See Also:
Serialized Form

Constructor Summary
ActivityInfo()
           
ActivityInfo(Activity activity)
           
 
Method Summary
 AmountInfo getContactHours()
          Contact Hours for an Activity.
 Integer getDefaultEnrollmentEstimate()
          Default enrollment estimate for this CLU.
 TimeAmountInfo getDuration()
          The standard duration of the Course.
 List<String> getUnitsContentOwner()
          The organizations that represents the Subject area of the course.
 void setContactHours(AmountInfo contactHours)
           
 void setDefaultEnrollmentEstimate(Integer defaultEnrollmentEstimate)
           
 void setDuration(TimeAmountInfo duration)
           
 void setUnitsContentOwner(List<String> unitsContentOwner)
           
 
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

ActivityInfo

public ActivityInfo()

ActivityInfo

public ActivityInfo(Activity activity)
Method Detail

getDuration

public TimeAmountInfo getDuration()
Description copied from interface: Activity
The standard duration of the Course.

Specified by:
getDuration in interface Activity

setDuration

public void setDuration(TimeAmountInfo duration)

getUnitsContentOwner

public List<String> getUnitsContentOwner()
Description copied from interface: Activity
The organizations that represents the Subject area of the course.

Specified by:
getUnitsContentOwner in interface Activity

setUnitsContentOwner

public void setUnitsContentOwner(List<String> unitsContentOwner)

getDefaultEnrollmentEstimate

public Integer getDefaultEnrollmentEstimate()
Description copied from interface: Activity
Default enrollment estimate for this CLU.

Specified by:
getDefaultEnrollmentEstimate in interface Activity

setDefaultEnrollmentEstimate

public void setDefaultEnrollmentEstimate(Integer defaultEnrollmentEstimate)

setContactHours

public void setContactHours(AmountInfo contactHours)

getContactHours

public AmountInfo getContactHours()
Description copied from interface: Activity
Contact Hours for an Activity.

Specified by:
getContactHours in interface Activity


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.