org.kuali.student.enrollment.courseofferingset.dto
Class SocRolloverResultItemInfo

java.lang.Object
  extended by org.kuali.student.r2.common.dto.HasAttributesInfo
      extended by org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
          extended by org.kuali.student.r2.common.dto.TypeStateEntityInfo
              extended by org.kuali.student.r2.common.dto.IdNamelessEntityInfo
                  extended by org.kuali.student.enrollment.courseofferingset.dto.SocRolloverResultItemInfo
All Implemented Interfaces:
Serializable, SocRolloverResultItem, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdNamelessEntity, TypeStateEntity

public class SocRolloverResultItemInfo
extends IdNamelessEntityInfo
implements SocRolloverResultItem

See Also:
Serialized Form

Constructor Summary
SocRolloverResultItemInfo()
           
SocRolloverResultItemInfo(SocRolloverResultItem orig)
           
 
Method Summary
 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)
           
 
Methods inherited from class org.kuali.student.r2.common.dto.IdNamelessEntityInfo
getId, setId
 
Methods inherited from class org.kuali.student.r2.common.dto.TypeStateEntityInfo
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
getMeta, setMeta
 
Methods inherited from class org.kuali.student.r2.common.dto.HasAttributesInfo
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasType
getType, getTypeKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasState
getState, getStateKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 

Constructor Detail

SocRolloverResultItemInfo

public SocRolloverResultItemInfo()

SocRolloverResultItemInfo

public SocRolloverResultItemInfo(SocRolloverResultItem orig)
Method Detail

getSocRolloverResultId

public String getSocRolloverResultId()
Description copied from interface: SocRolloverResultItem
The id of the rollover result to which this item belongs

Specified by:
getSocRolloverResultId in interface SocRolloverResultItem

setSocRolloverResultId

public void setSocRolloverResultId(String rolloverResultId)

getMessage

public RichTextInfo getMessage()
Description copied from interface: SocRolloverResultItem
Messages describing details of the status. Often left null if the status is that it is complete.

Specified by:
getMessage in interface SocRolloverResultItem

setMessage

public void setMessage(RichTextInfo message)

getSourceCourseOfferingId

public String getSourceCourseOfferingId()
Description copied from interface: SocRolloverResultItem
The id of the source course offering

Specified by:
getSourceCourseOfferingId in interface SocRolloverResultItem

setSourceCourseOfferingId

public void setSourceCourseOfferingId(String sourceCourseOfferingId)

getTargetCourseOfferingId

public String getTargetCourseOfferingId()
Description copied from interface: SocRolloverResultItem
The id of the target course offering Can be null if the rollover did not rollover the source course offering.

Specified by:
getTargetCourseOfferingId in interface SocRolloverResultItem

setTargetCourseOfferingId

public void setTargetCourseOfferingId(String targetCourseOfferingId)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.