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, toString
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getAttributes
public OfferingInstructorInfo()
public OfferingInstructorInfo(OfferingInstructor instructor)
public String getId()
HasId
public String getPersonId()
OfferingInstructor
getPersonId
in interface OfferingInstructor
public void setPersonId(String personId)
public Float getPercentageEffort()
OfferingInstructor
getPercentageEffort
in interface OfferingInstructor
public void setPercentageEffort(Float percentageEffort)
public void setPersonName(String personName)
public String getPersonName()
OfferingInstructor
getPersonName
in interface OfferingInstructor
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.