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

java.lang.Object
  extended by org.kuali.student.common.entity.BaseEntity
      extended by org.kuali.student.common.entity.Attribute<LuCode>
          extended by org.kuali.student.lum.lu.entity.LuCodeAttribute

public class LuCodeAttribute
extends Attribute<LuCode>


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

Field Detail

owner

private LuCode owner
Constructor Detail

LuCodeAttribute

public LuCodeAttribute()
Method Detail

getOwner

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

setOwner

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


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