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

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

public class LoRepositoryAttribute
extends Attribute<LoRepository>

Author:
Kuali Student Team

Field Summary
private  LoRepository owner
           
 
Constructor Summary
LoRepositoryAttribute()
           
 
Method Summary
 LoRepository getOwner()
           
 void setOwner(LoRepository 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 LoRepository owner
Constructor Detail

LoRepositoryAttribute

public LoRepositoryAttribute()
Method Detail

getOwner

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

setOwner

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


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