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, setId
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 SocRolloverResultItemInfo()
public SocRolloverResultItemInfo(SocRolloverResultItem orig)
public String getSocRolloverResultId()
SocRolloverResultItem
getSocRolloverResultId
in interface SocRolloverResultItem
public void setSocRolloverResultId(String rolloverResultId)
public RichTextInfo getMessage()
SocRolloverResultItem
getMessage
in interface SocRolloverResultItem
public void setMessage(RichTextInfo message)
public String getSourceCourseOfferingId()
SocRolloverResultItem
getSourceCourseOfferingId
in interface SocRolloverResultItem
public void setSourceCourseOfferingId(String sourceCourseOfferingId)
public String getTargetCourseOfferingId()
SocRolloverResultItem
getTargetCourseOfferingId
in interface SocRolloverResultItem
public void setTargetCourseOfferingId(String targetCourseOfferingId)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.