org.kuali.student.enrollment.academicrecord.dto
Class GPAInfo
java.lang.Object
org.kuali.student.r2.common.dto.HasAttributesInfo
org.kuali.student.r2.common.dto.HasAttributesAndMetaInfo
org.kuali.student.r2.common.dto.TypeStateEntityInfo
org.kuali.student.r2.common.dto.IdNamelessEntityInfo
org.kuali.student.enrollment.academicrecord.dto.GPAInfo
- All Implemented Interfaces:
- Serializable, GPA, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdNamelessEntity, TypeStateEntity
public class GPAInfo
- extends IdNamelessEntityInfo
- implements GPA, Serializable
- See Also:
- Serialized Form
Constructor Summary |
GPAInfo()
|
GPAInfo(GPA gpa)
Constructs a new GPAInfo from another GPA. |
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.HasMeta |
getMeta |
GPAInfo
public GPAInfo()
GPAInfo
public GPAInfo(GPA gpa)
- Constructs a new GPAInfo from another GPA.
- Parameters:
gpa
- the GPA to copy
getValue
public String getValue()
- Description copied from interface:
GPA
- The GPA value.
- Specified by:
getValue
in interface GPA
- Returns:
- a string representing a floating point decimal number
setValue
public void setValue(String value)
getCalculationTypeKey
public String getCalculationTypeKey()
- Description copied from interface:
GPA
- The calculation Type key.
- Specified by:
getCalculationTypeKey
in interface GPA
setCalculationTypeKey
public void setCalculationTypeKey(String calculationTypeKey)
getScaleKey
public String getScaleKey()
- Description copied from interface:
GPA
- The key of the scale.
- Specified by:
getScaleKey
in interface GPA
setScaleKey
public void setScaleKey(String scaleKey)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.