public class ActivityInfo extends IdEntityInfo implements Activity, Serializable
Constructor and Description |
---|
ActivityInfo() |
ActivityInfo(Activity activity) |
Modifier and Type | Method and Description |
---|---|
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) |
getId, setId
getDescr, getName, setDescr, setName
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getAttributes
public ActivityInfo()
public ActivityInfo(Activity activity)
public TimeAmountInfo getDuration()
Activity
getDuration
in interface Activity
public void setDuration(TimeAmountInfo duration)
public List<String> getUnitsContentOwner()
Activity
getUnitsContentOwner
in interface Activity
public void setUnitsContentOwner(List<String> unitsContentOwner)
public Integer getDefaultEnrollmentEstimate()
Activity
getDefaultEnrollmentEstimate
in interface Activity
public void setDefaultEnrollmentEstimate(Integer defaultEnrollmentEstimate)
public void setContactHours(AmountInfo contactHours)
public AmountInfo getContactHours()
Activity
getContactHours
in interface Activity
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.