org.kuali.student.enrollment.class2.courseoffering.dto
Class CourseOfferingCopyWrapper
java.lang.Object
org.kuali.student.enrollment.class2.courseoffering.dto.CourseOfferingCopyWrapper
- All Implemented Interfaces:
- Serializable
public class CourseOfferingCopyWrapper
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CourseOfferingCopyWrapper
public CourseOfferingCopyWrapper()
getCoInfo
public CourseOfferingInfo getCoInfo()
setCoInfo
public void setCoInfo(CourseOfferingInfo coInfo)
clear
public void clear()
getExistingOfferingsInCurrentTerm
public List<ExistingCourseOffering> getExistingOfferingsInCurrentTerm()
setExistingOfferingsInCurrentTerm
public void setExistingOfferingsInCurrentTerm(List<ExistingCourseOffering> existingOfferingsInCurrentTerm)
getActivityOfferingWrapperList
public List<ActivityOfferingWrapper> getActivityOfferingWrapperList()
setActivityOfferingWrapperList
public void setActivityOfferingWrapperList(List<ActivityOfferingWrapper> activityOfferingWrapperList)
getCourseOfferingCode
public String getCourseOfferingCode()
setCourseOfferingCode
public void setCourseOfferingCode(String courseOfferingCode)
getCourseTitle
public String getCourseTitle()
setCourseTitle
public void setCourseTitle(String courseTitle)
getTermId
public String getTermId()
setTermId
public void setTermId(String termId)
getCreditCountUI
public String getCreditCountUI()
getCreditCount
public String getCreditCount()
setCreditCount
public void setCreditCount(String creditCount)
getGradingOption
public String getGradingOption()
setGradingOption
public void setGradingOption(String gradingOption)
getStudentRegistrationGradingOptionsUI
public String getStudentRegistrationGradingOptionsUI()
getStudentRegistrationGradingOptionsList
public List<String> getStudentRegistrationGradingOptionsList()
setStudentRegistrationGradingOptionsList
public void setStudentRegistrationGradingOptionsList(List<String> studentRegistrationGradingOptionsList)
getFinalExamType
public String getFinalExamType()
setFinalExamType
public void setFinalExamType(String finalExamType)
getWaitlistLevelUI
public String getWaitlistLevelUI()
getWaitlistLevelTypeKey
public String getWaitlistLevelTypeKey()
setWaitlistLevelTypeKey
public void setWaitlistLevelTypeKey(String waitlistLevelTypeKey)
getWaitlistTypeUI
public String getWaitlistTypeUI()
getWaitlistTypeKey
public String getWaitlistTypeKey()
setWaitlistTypeKey
public void setWaitlistTypeKey(String waitlistTypeKey)
getIsHonorsUI
public String getIsHonorsUI()
isHonors
public boolean isHonors()
setIsHonors
public void setIsHonors(boolean isHonorsOffering)
isExcludeCancelledActivityOfferings
public boolean isExcludeCancelledActivityOfferings()
setExcludeCancelledActivityOfferings
public void setExcludeCancelledActivityOfferings(boolean excludeCancelledActivityOfferings)
isExcludeSchedulingInformation
public boolean isExcludeSchedulingInformation()
setExcludeSchedulingInformation
public void setExcludeSchedulingInformation(boolean excludeSchedulingInformation)
isExcludeInstructorInformation
public boolean isExcludeInstructorInformation()
setExcludeInstructorInformation
public void setExcludeInstructorInformation(boolean excludeInstructorInformation)
getAlternateCOCodesUIList
public String getAlternateCOCodesUIList()
- TODO: this method is duplicated by method of the same name in CourseOfferingWrapper; see https://jira.kuali.org/browse/KSENROLL-5931
(note: also notice that this UI-helper might be better located elsewhere outside of this DTO, like in a static UI-helper class or something)
This method returns a list of crosslisted course codes for a course as a comma-
separated string
- Returns:
- a comma-separated string of cross-listed course codes;
else, empty string; will not return null
- See Also:
CourseOfferingWrapper}
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.