org.kuali.student.lum.lu.dto
Class CluInstructorInfo
java.lang.Object
org.kuali.student.lum.lu.dto.CluInstructorInfo
- All Implemented Interfaces:
- Serializable, HasAttributes
public class CluInstructorInfo
- extends Object
- implements Serializable, HasAttributes
Information about a potential instructor for a clu.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
orgId
private String orgId
personId
private String personId
personInfoOverride
private String personInfoOverride
attributes
private Map<String,String> attributes
CluInstructorInfo
public CluInstructorInfo()
getOrgId
public String getOrgId()
- Unique identifier for an organization. This indicates which organization this individual is associated with for the purposes of this clu.
setOrgId
public void setOrgId(String orgId)
getPersonId
public String getPersonId()
- Unique identifier for a person record.
setPersonId
public void setPersonId(String personId)
getAttributes
public Map<String,String> getAttributes()
- List of key/value pairs, typically used for dynamic attributes.
- Specified by:
getAttributes
in interface HasAttributes
setAttributes
public void setAttributes(Map<String,String> attributes)
- Specified by:
setAttributes
in interface HasAttributes
getPersonInfoOverride
public String getPersonInfoOverride()
- Returns:
- the personInfoOverride
setPersonInfoOverride
public void setPersonInfoOverride(String personInfoOverride)
- Parameters:
personInfoOverride
- the personInfoOverride to set
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.