public class SocRolloverResultItemInfo extends IdNamelessEntityInfo implements SocRolloverResultItem
| Constructor and Description |
|---|
SocRolloverResultItemInfo() |
SocRolloverResultItemInfo(SocRolloverResultItem orig) |
| Modifier and Type | Method and Description |
|---|---|
RichTextInfo |
getMessage()
Messages describing details of the status.
|
String |
getSocRolloverResultId()
The id of the rollover result to which this item belongs
|
String |
getSourceCourseOfferingId()
The id of the source course offering
|
String |
getTargetCourseOfferingId()
The id of the target course offering
Can be null if the rollover did not rollover the source course offering.
|
void |
setMessage(RichTextInfo message) |
void |
setSocRolloverResultId(String rolloverResultId) |
void |
setSourceCourseOfferingId(String sourceCourseOfferingId) |
void |
setTargetCourseOfferingId(String targetCourseOfferingId) |
getId, setIdgetState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKeygetMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetType, getTypeKeygetState, getStateKeygetAttributespublic SocRolloverResultItemInfo()
public SocRolloverResultItemInfo(SocRolloverResultItem orig)
public String getSocRolloverResultId()
SocRolloverResultItemgetSocRolloverResultId in interface SocRolloverResultItempublic void setSocRolloverResultId(String rolloverResultId)
public RichTextInfo getMessage()
SocRolloverResultItemgetMessage in interface SocRolloverResultItempublic void setMessage(RichTextInfo message)
public String getSourceCourseOfferingId()
SocRolloverResultItemgetSourceCourseOfferingId in interface SocRolloverResultItempublic void setSourceCourseOfferingId(String sourceCourseOfferingId)
public String getTargetCourseOfferingId()
SocRolloverResultItemgetTargetCourseOfferingId in interface SocRolloverResultItempublic void setTargetCourseOfferingId(String targetCourseOfferingId)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.