public class CluInstructorInfo extends HasAttributesInfo implements CluInstructor, Serializable
| Constructor and Description |
|---|
CluInstructorInfo() |
CluInstructorInfo(CluInstructor cluInstructor) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The system assigned unique id to identify this Object.
|
String |
getOrgId()
Unique identifier for an organization.
|
String |
getPersonId()
Unique identifier for a person record.
|
String |
getPersonInfoOverride()
Any override information for the person
|
void |
setId(String id) |
void |
setOrgId(String orgId) |
void |
setPersonId(String personId) |
void |
setPersonInfoOverride(String personInfoOverride) |
getAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributespublic CluInstructorInfo()
public CluInstructorInfo(CluInstructor cluInstructor)
public String getId()
HasIdpublic String getOrgId()
CluInstructorgetOrgId in interface CluInstructorpublic String getPersonId()
CluInstructorgetPersonId in interface CluInstructorpublic void setPersonId(String personId)
public String getPersonInfoOverride()
CluInstructorgetPersonInfoOverride in interface CluInstructorpublic void setPersonInfoOverride(String personInfoOverride)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.