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

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.KeyEntityInfo
                      extended by org.kuali.student.enrollment.grading.dto.GradeValuesGroupInfo
All Implemented Interfaces:
Serializable, GradeValuesGroup, Entity, HasAttributes, HasAttributesAndMeta, HasKey, HasMeta, HasPrimaryKey, HasState, HasType, KeyEntity, TypeStateEntity

public class GradeValuesGroupInfo
extends KeyEntityInfo
implements GradeValuesGroup

See Also:
Serialized Form

Constructor Summary
GradeValuesGroupInfo()
           
GradeValuesGroupInfo(GradeValuesGroup gradeValuesGroup)
           
 
Method Summary
 List<ResultValueInfo> getResultValueInfos()
           
 ResultValueRangeInfo getResultValueRange()
           
 void setResultValueInfos(List<ResultValueInfo> resultValueInfos)
           
 void setResultValueRange(ResultValueRangeInfo resultValueRange)
           
 
Methods inherited from class org.kuali.student.r2.common.dto.KeyEntityInfo
getKey, setKey
 
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.HasKey
getKey
 
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

GradeValuesGroupInfo

public GradeValuesGroupInfo()

GradeValuesGroupInfo

public GradeValuesGroupInfo(GradeValuesGroup gradeValuesGroup)
Method Detail

getResultValueInfos

public List<ResultValueInfo> getResultValueInfos()
Specified by:
getResultValueInfos in interface GradeValuesGroup

setResultValueInfos

public void setResultValueInfos(List<ResultValueInfo> resultValueInfos)

getResultValueRange

public ResultValueRangeInfo getResultValueRange()
Specified by:
getResultValueRange in interface GradeValuesGroup

setResultValueRange

public void setResultValueRange(ResultValueRangeInfo resultValueRange)


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