org.kuali.student.core.comment.entity
Class CommentAttribute

java.lang.Object
  extended by org.kuali.student.common.entity.BaseEntity
      extended by org.kuali.student.common.entity.Attribute<Comment>
          extended by org.kuali.student.core.comment.entity.CommentAttribute

public class CommentAttribute
extends Attribute<Comment>

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  Comment owner
           
 
Constructor Summary
CommentAttribute()
           
 
Method Summary
 Comment getOwner()
           
 void setOwner(Comment 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 Comment owner
Constructor Detail

CommentAttribute

public CommentAttribute()
Method Detail

getOwner

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

setOwner

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


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