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

java.lang.Object
  extended by org.kuali.student.r1.common.entity.BaseEntity
      extended by org.kuali.student.r1.common.entity.Attribute<Lo>
          extended by org.kuali.student.r2.lum.lo.entity.LoAttribute
All Implemented Interfaces:
PersistableEntity<String>

@Entity
public class LoAttribute
extends Attribute<Lo>


Constructor Summary
LoAttribute()
           
 
Method Summary
 Lo getOwner()
           
 void setOwner(Lo 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

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 © 2004-2013 The Kuali Foundation. All Rights Reserved.