org.kuali.student.enrollment.courseoffering.dto
Class FormatOfferingInfo
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.FormatOfferingInfo
- All Implemented Interfaces:
- Serializable, FormatOffering, Entity, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdEntity, TypeStateEntity
public class FormatOfferingInfo
- extends IdEntityInfo
- implements FormatOffering
- See Also:
- Serialized Form
Methods inherited from interface org.kuali.student.r2.common.infc.HasId |
getId |
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta |
getMeta |
FormatOfferingInfo
public FormatOfferingInfo()
- Constructs a new FormatOffering.
FormatOfferingInfo
public FormatOfferingInfo(FormatOffering offering)
- Constructs a new FormatOfferingInfo from another
FormatOffering.
- Parameters:
offering
- the activity offering to copy
getCourseOfferingId
public String getCourseOfferingId()
- Description copied from interface:
FormatOffering
- The Course Offering Id to which this Format Offering belongs.
- Specified by:
getCourseOfferingId
in interface FormatOffering
setCourseOfferingId
public void setCourseOfferingId(String courseOfferingId)
getFormatId
public String getFormatId()
- Description copied from interface:
FormatOffering
- Canonical Format this Format Offering corresponds
to. Currently, this is optional and Format Offerings may not
directly map to any canonical Format.
- Specified by:
getFormatId
in interface FormatOffering
setFormatId
public void setFormatId(String formatId)
getTermId
public String getTermId()
- Description copied from interface:
FormatOffering
- Academic term the format is being offered in.
Same as course offering term or a nested term of course
offering.
- Specified by:
getTermId
in interface FormatOffering
setTermId
public void setTermId(String termId)
getShortName
public String getShortName()
- Description copied from interface:
FormatOffering
- The short name for this Format Offering, such as LC or LC/LB.
- Specified by:
getShortName
in interface FormatOffering
setShortName
public void setShortName(String shortName)
getActivityOfferingTypeKeys
public List<String> getActivityOfferingTypeKeys()
- Description copied from interface:
FormatOffering
- Gets a list of Activity Offering Types within this Format
Offering.
- Specified by:
getActivityOfferingTypeKeys
in interface FormatOffering
setActivityOfferingTypeKeys
public void setActivityOfferingTypeKeys(List<String> activityOfferingTypeKeys)
getGradeRosterLevelTypeKey
public String getGradeRosterLevelTypeKey()
- Description copied from interface:
FormatOffering
- Key indicating the level at which grade rosters should be generated -
activity, format or course. TODO: define these types. TODO: add a service
method to get the list of types that can be put in this field.
- Specified by:
getGradeRosterLevelTypeKey
in interface FormatOffering
setGradeRosterLevelTypeKey
public void setGradeRosterLevelTypeKey(String gradeRosterLevelTypeKey)
getFinalExamLevelTypeKey
public String getFinalExamLevelTypeKey()
- Description copied from interface:
FormatOffering
- Indicates what activity type does the final exam exist in
- Specified by:
getFinalExamLevelTypeKey
in interface FormatOffering
setFinalExamLevelTypeKey
public void setFinalExamLevelTypeKey(String finalExamLevelTypeKey)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.