org.kuali.student.lum.lo.entity
Class LoAttribute

java.lang.Object
  extended by org.kuali.student.core.entity.BaseEntity
      extended by org.kuali.student.core.entity.Attribute<Lo>
          extended by org.kuali.student.lum.lo.entity.LoAttribute

public class LoAttribute
extends Attribute<Lo>


Field Summary
private  Lo owner
           
 
Constructor Summary
LoAttribute()
           
 
Method Summary
 Lo getOwner()
           
 void setOwner(Lo owner)
           
 
Methods inherited from class org.kuali.student.core.entity.Attribute
getName, getValue, setName, setValue
 
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

owner

private Lo owner
Constructor Detail

LoAttribute

public LoAttribute()
Method Detail

getOwner

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

setOwner

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


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.