public class ExamOfferingRelationInfo extends RelationshipInfo implements ExamOfferingRelation, Serializable
| Constructor and Description |
|---|
ExamOfferingRelationInfo() |
ExamOfferingRelationInfo(ExamOfferingRelation examOfferingRelation) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
get_futureElements() |
List<String> |
getActivityOfferingIds()
Gets the list of ActivityOfferings that relate to this exam offering for
this format offering instance.
|
String |
getExamOfferingId()
Unique identifier for an exam offering record.
|
String |
getFormatOfferingId()
Unique identifier for a Format Offering.
|
List<String> |
getPopulationIds()
Gets the list of Populations that relate to this exam offering for
this format offering instance.
|
void |
set_futureElements(List<Object> _futureElements) |
void |
setActivityOfferingIds(List<String> activityOfferingIds) |
void |
setExamOfferingId(String examOfferingId) |
void |
setFormatOfferingId(String formatOfferingId) |
void |
setPopulationIds(List<String> populationIds) |
getEffectiveDate, getExpirationDate, getId, getState, getStateKey, getType, getTypeKey, setEffectiveDate, setExpirationDate, setId, setState, setStateKey, setType, setTypeKeygetMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetType, getTypeKeygetState, getStateKeygetEffectiveDate, getExpirationDategetAttributespublic ExamOfferingRelationInfo()
public ExamOfferingRelationInfo(ExamOfferingRelation examOfferingRelation)
public String getFormatOfferingId()
ExamOfferingRelationgetFormatOfferingId in interface ExamOfferingRelationpublic void setFormatOfferingId(String formatOfferingId)
public String getExamOfferingId()
ExamOfferingRelationgetExamOfferingId in interface ExamOfferingRelationpublic void setExamOfferingId(String examOfferingId)
public List<String> getActivityOfferingIds()
ExamOfferingRelationgetActivityOfferingIds in interface ExamOfferingRelationpublic void setActivityOfferingIds(List<String> activityOfferingIds)
public List<String> getPopulationIds()
ExamOfferingRelationgetPopulationIds in interface ExamOfferingRelationpublic void setPopulationIds(List<String> populationIds)
public List<Object> get_futureElements()
public void set_futureElements(List<Object> _futureElements)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.