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

java.lang.Object
  extended by org.kuali.student.core.entity.BaseEntity
      extended by org.kuali.student.core.entity.Attribute<Document>
          extended by org.kuali.student.core.document.entity.DocumentAttribute

public class DocumentAttribute
extends Attribute<Document>

This is a description of what this class does - lindholm don't forget to fill this in.

Author:
Kuali Rice Team (kuali-rice@googlegroups.com)

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

DocumentAttribute

public DocumentAttribute()
Method Detail

getOwner

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

setOwner

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


Copyright © 2010 The Kuali Foundation. All rights reserved.