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
Methods inherited from interface org.kuali.student.r2.common.infc.HasId |
getId |
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta |
getMeta |
getStudentId
String getStudentId()
- The person Id for this registration.
getActivityOfferingId
String getActivityOfferingId()
- The ActivityOffering Id.
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.