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, 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 BundledOfferingInfo()
public BundledOfferingInfo(BundledOffering offering)
offering
- the BundledOffering to copypublic String getCourseBundleId()
BundledOffering
getCourseBundleId
in interface BundledOffering
public void setCourseBundleId(String courseBundleId)
public String getTermId()
BundledOffering
getTermId
in interface BundledOffering
public String getBundledOfferingCode()
BundledOffering
getBundledOfferingCode
in interface BundledOffering
public void setBundledOfferingCode(String bundledOfferingCode)
public String getSubjectAreaOrgId()
BundledOffering
getSubjectAreaOrgId
in interface BundledOffering
public void setSubjectAreaOrgId(String subjectAreaOrgId)
public String getBundledOfferingCodeSuffix()
BundledOffering
getBundledOfferingCodeSuffix
in interface BundledOffering
public void setBundledOfferingCodeSuffix(String bundledOfferingCodeSuffix)
public List<String> getAdminOrgIds()
BundledOffering
getAdminOrgIds
in interface BundledOffering
public void setAdminOrgIds(List<String> adminOrgIds)
public List<String> getFormatOfferingIds()
BundledOffering
getFormatOfferingIds
in interface BundledOffering
public void setFormatOfferingIds(List<String> formatOfferingIds)
public List<String> getRegistrationGroupIds()
BundledOffering
getRegistrationGroupIds
in interface BundledOffering
public void setRegistrationGroupIds(List<String> registrationGroupIds)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.