org.kuali.student.enrollment.academicrecord.dto
Class GPAInfo

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

GPAInfo

public GPAInfo()

GPAInfo

public GPAInfo(GPA gpa)
Constructs a new GPAInfo from another GPA.

Parameters:
gpa - the GPA to copy
Method Detail

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.