org.kuali.student.lum.lu.entity
Class CluInstructor
java.lang.Object
org.kuali.student.core.entity.BaseEntity
org.kuali.student.lum.lu.entity.CluInstructor
- All Implemented Interfaces:
- AttributeOwner<CluInstructorAttribute>
public class CluInstructor
- extends BaseEntity
- implements AttributeOwner<CluInstructorAttribute>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
orgId
private String orgId
personId
private String personId
attributes
private List<CluInstructorAttribute> attributes
CluInstructor
public CluInstructor()
getOrgId
public String getOrgId()
setOrgId
public void setOrgId(String orgId)
getPersonId
public String getPersonId()
setPersonId
public void setPersonId(String personId)
getAttributes
public List<CluInstructorAttribute> getAttributes()
- Specified by:
getAttributes
in interface AttributeOwner<CluInstructorAttribute>
setAttributes
public void setAttributes(List<CluInstructorAttribute> attributes)
- Specified by:
setAttributes
in interface AttributeOwner<CluInstructorAttribute>
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.