org.kuali.student.enrollment.grading.dto
Class GradeRosterInfo

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.EntityInfo
                  extended by org.kuali.student.r2.common.dto.IdEntityInfo
                      extended by org.kuali.student.enrollment.grading.dto.GradeRosterInfo
All Implemented Interfaces:
Serializable, GradeRoster, Entity, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdEntity, TypeStateEntity

public class GradeRosterInfo
extends IdEntityInfo
implements GradeRoster, Serializable

Author:
Kuali Student Team (Kamal)
See Also:
Serialized Form

Constructor Summary
GradeRosterInfo()
           
 
Method Summary
 List<String> getActivityOfferingIds()
          This method returns a list of activity offering Ids associated with this roster.
 String getCourseOfferingId()
          This method gets the course offering that the roster belongs to.
 List<String> getGraderIds()
          This method gets the list of graders that are associated with this grade roster
 List<String> getGradeRosterEntryIds()
          This method gets the list of grade roster entries which are associated with this grade roster.
 void setActivityOfferingIds(List<String> activityOfferings)
           
 void setCourseOfferingId(String courseOfferingId)
           
 void setGraderIds(List<String> graderIds)
           
 void setGradeRosterEntryIds(List<String> graderRosterEntryIds)
           
 
Methods inherited from class org.kuali.student.r2.common.dto.IdEntityInfo
getId, setId
 
Methods inherited from class org.kuali.student.r2.common.dto.EntityInfo
getDescr, getName, setDescr, setName
 
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.Entity
getDescr, getName
 
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

GradeRosterInfo

public GradeRosterInfo()
Method Detail

getGraderIds

public List<String> getGraderIds()
Description copied from interface: GradeRoster
This method gets the list of graders that are associated with this grade roster

Specified by:
getGraderIds in interface GradeRoster
Returns:

setGraderIds

public void setGraderIds(List<String> graderIds)

setGradeRosterEntryIds

public void setGradeRosterEntryIds(List<String> graderRosterEntryIds)

getGradeRosterEntryIds

public List<String> getGradeRosterEntryIds()
Description copied from interface: GradeRoster
This method gets the list of grade roster entries which are associated with this grade roster.

Specified by:
getGradeRosterEntryIds in interface GradeRoster
Returns:

setCourseOfferingId

public void setCourseOfferingId(String courseOfferingId)

getCourseOfferingId

public String getCourseOfferingId()
Description copied from interface: GradeRoster
This method gets the course offering that the roster belongs to. A course offering might contain one-many rosters

Specified by:
getCourseOfferingId in interface GradeRoster
Returns:

setActivityOfferingIds

public void setActivityOfferingIds(List<String> activityOfferings)

getActivityOfferingIds

public List<String> getActivityOfferingIds()
Description copied from interface: GradeRoster
This method returns a list of activity offering Ids associated with this roster.

Specified by:
getActivityOfferingIds in interface GradeRoster
Returns:


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