org.kuali.student.lum.lu.entity
Class CluInstructor

java.lang.Object
  extended by org.kuali.student.core.entity.BaseEntity
      extended by org.kuali.student.lum.lu.entity.CluInstructor
All Implemented Interfaces:
AttributeOwner<CluInstructorAttribute>

public class CluInstructor
extends BaseEntity
implements AttributeOwner<CluInstructorAttribute>


Field Summary
private  List<CluInstructorAttribute> attributes
           
private  String orgId
           
private  String personId
           
 
Constructor Summary
CluInstructor()
           
 
Method Summary
 List<CluInstructorAttribute> getAttributes()
           
 String getOrgId()
           
 String getPersonId()
           
 void setAttributes(List<CluInstructorAttribute> attributes)
           
 void setOrgId(String orgId)
           
 void setPersonId(String personId)
           
 
Methods inherited from class org.kuali.student.core.entity.BaseEntity
getId, getObjectId, getVersionNumber, onPrePersist, onPreUpdate, prePersist, preUpdate, setId, setObjectId, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orgId

private String orgId

personId

private String personId

attributes

private List<CluInstructorAttribute> attributes
Constructor Detail

CluInstructor

public CluInstructor()
Method Detail

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.