public class BundledOfferingInfo extends IdEntityInfo implements BundledOffering
| Constructor and Description |
|---|
BundledOfferingInfo()
Constructs a new BundledOfferingInfo.
|
BundledOfferingInfo(BundledOffering offering)
Constructs a new BundledOfferingInfo from another
BundledOffering.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAdminOrgIds()
The identifiers of the administrative organizations for the
bundled offering.
|
String |
getBundledOfferingCode()
Identifies the number of a bundled offering as reflected in the
course catalog.
|
String |
getBundledOfferingCodeSuffix()
A suffix of the course number as reflected in the college
catalog.
|
String |
getCourseBundleId()
The CourseBundle identifier from which this BundledOffering is
offered.
|
List<String> |
getFormatOfferingIds()
The identifiers for the FormatOfferings to be included in this
bundled offering.
|
List<String> |
getRegistrationGroupIds()
The identifiers for the RegistrationGroups included in this
bundled offering.
|
String |
getSubjectAreaOrgId()
Identifies the department and/subject code of the course as
reflected in the course catalog.
|
String |
getTermId()
The Term identifier in which this BundledOffering is offered.
|
void |
setAdminOrgIds(List<String> adminOrgIds) |
void |
setBundledOfferingCode(String bundledOfferingCode) |
void |
setBundledOfferingCodeSuffix(String bundledOfferingCodeSuffix) |
void |
setCourseBundleId(String courseBundleId) |
void |
setFormatOfferingIds(List<String> formatOfferingIds) |
void |
setRegistrationGroupIds(List<String> registrationGroupIds) |
void |
setSubjectAreaOrgId(String subjectAreaOrgId) |
void |
setTermId(String termId) |
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 BundledOfferingInfo()
public BundledOfferingInfo(BundledOffering offering)
offering - the BundledOffering to copypublic String getCourseBundleId()
BundledOfferinggetCourseBundleId in interface BundledOfferingpublic void setCourseBundleId(String courseBundleId)
public String getTermId()
BundledOfferinggetTermId in interface BundledOfferingpublic String getBundledOfferingCode()
BundledOfferinggetBundledOfferingCode in interface BundledOfferingpublic void setBundledOfferingCode(String bundledOfferingCode)
public String getSubjectAreaOrgId()
BundledOfferinggetSubjectAreaOrgId in interface BundledOfferingpublic void setSubjectAreaOrgId(String subjectAreaOrgId)
public String getBundledOfferingCodeSuffix()
BundledOfferinggetBundledOfferingCodeSuffix in interface BundledOfferingpublic void setBundledOfferingCodeSuffix(String bundledOfferingCodeSuffix)
public List<String> getAdminOrgIds()
BundledOfferinggetAdminOrgIds in interface BundledOfferingpublic void setAdminOrgIds(List<String> adminOrgIds)
public List<String> getFormatOfferingIds()
BundledOfferinggetFormatOfferingIds in interface BundledOfferingpublic void setFormatOfferingIds(List<String> formatOfferingIds)
public List<String> getRegistrationGroupIds()
BundledOfferinggetRegistrationGroupIds in interface BundledOfferingpublic void setRegistrationGroupIds(List<String> registrationGroupIds)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.