org.kuali.student.enrollment.courseregistration.infc
Interface CreditLoad

All Known Implementing Classes:
CreditLoadInfo

public interface CreditLoad

This summarizes the credit load for a student.


Method Summary
 String getAdditionalCredits()
          The additional credits from the RegistrationRequest.
 String getCreditLimit()
          The maxmimum credit limitfor the student in the current term.
 String getCreditLoad()
          The existing credit load for the student in the current term.
 String getStudentId()
          The person Id for the credit summary.
 

Method Detail

getStudentId

String getStudentId()
The person Id for the credit summary.


getCreditLoad

String getCreditLoad()
The existing credit load for the student in the current term.


getCreditLimit

String getCreditLimit()
The maxmimum credit limitfor the student in the current term.


getAdditionalCredits

String getAdditionalCredits()
The additional credits from the RegistrationRequest. For drops, this amount can be negative.



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