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, setTypeKey
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getEffectiveDate, getExpirationDate
getAttributes
public ActivityRegistrationInfo()
public ActivityRegistrationInfo(ActivityRegistration activityRegistration)
activityRegistration
- the ActivityRegistration to copypublic String getStudentId()
ActivityRegistration
getStudentId
in interface ActivityRegistration
public void setStudentId(String studentId)
public String getActivityOfferingId()
ActivityRegistration
getActivityOfferingId
in interface ActivityRegistration
public void setActivityOfferingId(String activityOfferingId)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.