public class OfferingInstructorInfo extends TypeStateEntityInfo implements OfferingInstructor, Serializable
| Constructor and Description |
|---|
OfferingInstructorInfo() |
OfferingInstructorInfo(OfferingInstructor instructor) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The system assigned unique id to identify this Object.
|
Float |
getPercentageEffort()
Percentage involvement of the instructor in the activity.
|
String |
getPersonId()
Unique identifier for a person record.
|
String |
getPersonName()
Name of the instructor.
|
void |
setId(String id) |
void |
setPercentageEffort(Float percentageEffort) |
void |
setPersonId(String personId) |
void |
setPersonName(String personName) |
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey, toStringgetMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetType, getTypeKeygetState, getStateKeygetAttributespublic OfferingInstructorInfo()
public OfferingInstructorInfo(OfferingInstructor instructor)
public String getId()
HasIdpublic String getPersonId()
OfferingInstructorgetPersonId in interface OfferingInstructorpublic void setPersonId(String personId)
public Float getPercentageEffort()
OfferingInstructorgetPercentageEffort in interface OfferingInstructorpublic void setPercentageEffort(Float percentageEffort)
public void setPersonName(String personName)
public String getPersonName()
OfferingInstructorgetPersonName in interface OfferingInstructorCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.