org.kuali.student.enrollment.academicrecord.infc
Interface GPA

All Superinterfaces:
HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdNamelessEntity, TypeStateEntity
All Known Implementing Classes:
GPAInfo

public interface GPA
extends IdNamelessEntity

Information about a GPA.

Since:
Tue Sep 06 14:22:34 EDT 2011
Author:
tom

Method Summary
 String getCalculationTypeKey()
          The calculation Type key.
 String getScaleKey()
          The key of the scale.
 String getValue()
          The GPA value.
 
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
 

Method Detail

getValue

String getValue()
The GPA value.

Returns:
a string representing a floating point decimal number

getCalculationTypeKey

String getCalculationTypeKey()
The calculation Type key.


getScaleKey

String getScaleKey()
The key of the scale.



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