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, setTypeKey
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getEffectiveDate, getExpirationDate
getAttributes
public ExamOfferingRelationInfo()
public ExamOfferingRelationInfo(ExamOfferingRelation examOfferingRelation)
public String getFormatOfferingId()
ExamOfferingRelation
getFormatOfferingId
in interface ExamOfferingRelation
public void setFormatOfferingId(String formatOfferingId)
public String getExamOfferingId()
ExamOfferingRelation
getExamOfferingId
in interface ExamOfferingRelation
public void setExamOfferingId(String examOfferingId)
public List<String> getActivityOfferingIds()
ExamOfferingRelation
getActivityOfferingIds
in interface ExamOfferingRelation
public void setActivityOfferingIds(List<String> activityOfferingIds)
public List<String> getPopulationIds()
ExamOfferingRelation
getPopulationIds
in interface ExamOfferingRelation
public 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.