org.kuali.student.core.document.entity
Class RefDocRelationAttribute

java.lang.Object
  extended by org.kuali.student.common.entity.BaseEntity
      extended by org.kuali.student.common.entity.Attribute<RefDocRelation>
          extended by org.kuali.student.core.document.entity.RefDocRelationAttribute

public class RefDocRelationAttribute
extends Attribute<RefDocRelation>


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

RefDocRelationAttribute

public RefDocRelationAttribute()
Method Detail

getOwner

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

setOwner

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


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