org.kuali.student.core.comment.entity
Class Reference
java.lang.Object
org.kuali.student.common.entity.BaseEntity
org.kuali.student.core.comment.entity.Reference
public class Reference
- extends BaseEntity
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
referenceId
private String referenceId
referenceType
private ReferenceType referenceType
tags
private List<Tag> tags
comments
private List<Comment> comments
Reference
public Reference()
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.