public class ActivityRegistrationInfo extends RelationshipInfo implements ActivityRegistration, Serializable
| Constructor and Description |
|---|
ActivityRegistrationInfo()
Constructs a new ActivityRegistrationInfo.
|
ActivityRegistrationInfo(ActivityRegistration activityRegistration)
Constructs a new ActivityRegistrationInfo from another
ActivityRegistration.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityOfferingId()
The ActivityOffering Id.
|
String |
getStudentId()
The person Id for this registration.
|
void |
setActivityOfferingId(String activityOfferingId) |
void |
setStudentId(String studentId) |
getEffectiveDate, getExpirationDate, getId, getState, getStateKey, getType, getTypeKey, setEffectiveDate, setExpirationDate, setId, setState, setStateKey, setType, setTypeKeygetMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetType, getTypeKeygetState, getStateKeygetEffectiveDate, getExpirationDategetAttributespublic ActivityRegistrationInfo()
public ActivityRegistrationInfo(ActivityRegistration activityRegistration)
activityRegistration - the ActivityRegistration to copypublic String getStudentId()
ActivityRegistrationgetStudentId in interface ActivityRegistrationpublic void setStudentId(String studentId)
public String getActivityOfferingId()
ActivityRegistrationgetActivityOfferingId in interface ActivityRegistrationpublic void setActivityOfferingId(String activityOfferingId)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.