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, setIdgetDescr, getName, setDescr, setNamegetState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKeygetMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetType, getTypeKeygetState, getStateKeygetAttributespublic ActivityInfo()
public ActivityInfo(Activity activity)
public TimeAmountInfo getDuration()
ActivitygetDuration in interface Activitypublic void setDuration(TimeAmountInfo duration)
public List<String> getUnitsContentOwner()
ActivitygetUnitsContentOwner in interface Activitypublic void setUnitsContentOwner(List<String> unitsContentOwner)
public Integer getDefaultEnrollmentEstimate()
ActivitygetDefaultEnrollmentEstimate in interface Activitypublic void setDefaultEnrollmentEstimate(Integer defaultEnrollmentEstimate)
public void setContactHours(AmountInfo contactHours)
public AmountInfo getContactHours()
ActivitygetContactHours in interface ActivityCopyright © 2004–2014 The Kuali Foundation. All rights reserved.