org.kuali.student.core.atp.entity
Class AtpAttribute

java.lang.Object
  extended by org.kuali.student.core.entity.BaseEntity
      extended by org.kuali.student.core.entity.Attribute<Atp>
          extended by org.kuali.student.core.atp.entity.AtpAttribute

public class AtpAttribute
extends Attribute<Atp>


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

AtpAttribute

public AtpAttribute()
Method Detail

getOwner

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

setOwner

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


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