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

All Superinterfaces:
HasAttributes, HasAttributesAndMeta, HasEffectiveDates, HasId, HasMeta, HasPrimaryKey, HasState, HasType, Relationship
All Known Implementing Classes:
ActivityRegistrationInfo

public interface ActivityRegistration
extends Relationship

An ActivityRegistration represents a single ActivityOffering within the CourseOffering for which the student registered. ActivityRegistrations are created as a result of a student registration (submisison of a RegistrationRequest) to a RegistrationGroup. An ActivityRegistration will be generated for every ActivityOffering defined in the RegistrationGroup.

Author:
Kuali Student Team

Method Summary
 String getActivityOfferingId()
          The ActivityOffering Id.
 String getStudentId()
          The person Id for this registration.
 
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.HasEffectiveDates
getEffectiveDate, getExpirationDate
 
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

getStudentId

String getStudentId()
The person Id for this registration.


getActivityOfferingId

String getActivityOfferingId()
The ActivityOffering Id.



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