org.kuali.student.r2.lum.lu.entity
Class CluInstructorAttribute

java.lang.Object
  extended by org.kuali.student.r1.common.entity.BaseEntity
      extended by org.kuali.student.r1.common.entity.Attribute<CluInstructor>
          extended by org.kuali.student.r2.lum.lu.entity.CluInstructorAttribute

@Entity
public class CluInstructorAttribute
extends Attribute<CluInstructor>


Constructor Summary
CluInstructorAttribute()
           
 
Method Summary
 CluInstructor getOwner()
           
 void setOwner(CluInstructor owner)
           
 
Methods inherited from class org.kuali.student.r1.common.entity.Attribute
getName, getValue, setName, setValue
 
Methods inherited from class org.kuali.student.r1.common.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
 

Constructor Detail

CluInstructorAttribute

public CluInstructorAttribute()
Method Detail

getOwner

public CluInstructor getOwner()
Specified by:
getOwner in class Attribute<CluInstructor>

setOwner

public void setOwner(CluInstructor owner)
Specified by:
setOwner in class Attribute<CluInstructor>


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.