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

java.lang.Object
  extended by org.kuali.student.common.entity.BaseEntity
      extended by org.kuali.student.core.comment.entity.Reference

public class Reference
extends BaseEntity


Field Summary
private  List<Comment> comments
           
private  String referenceId
           
private  ReferenceType referenceType
           
private  List<Tag> tags
           
 
Constructor Summary
Reference()
           
 
Method Summary
 List<Comment> getCommentss()
           
 String getReferenceId()
           
 ReferenceType getReferenceType()
           
 List<Tag> getTags()
           
 void setComments(List<Comment> comments)
           
 void setReferenceId(String referenceId)
           
 void setReferenceType(ReferenceType referenceType)
           
 void setTags(List<Tag> tags)
           
 
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

referenceId

private String referenceId

referenceType

private ReferenceType referenceType

tags

private List<Tag> tags

comments

private List<Comment> comments
Constructor Detail

Reference

public Reference()
Method Detail

getReferenceId

public String getReferenceId()

setReferenceId

public void setReferenceId(String referenceId)

getReferenceType

public ReferenceType getReferenceType()

setReferenceType

public void setReferenceType(ReferenceType referenceType)

getTags

public List<Tag> getTags()

setTags

public void setTags(List<Tag> tags)

getCommentss

public List<Comment> getCommentss()

setComments

public void setComments(List<Comment> comments)


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