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, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributes
public CluInstructorInfo()
public CluInstructorInfo(CluInstructor cluInstructor)
public String getId()
HasId
public String getOrgId()
CluInstructor
getOrgId
in interface CluInstructor
public String getPersonId()
CluInstructor
getPersonId
in interface CluInstructor
public void setPersonId(String personId)
public String getPersonInfoOverride()
CluInstructor
getPersonInfoOverride
in interface CluInstructor
public void setPersonInfoOverride(String personInfoOverride)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.