com.j2biz.blogunity.pojo
Class Comment
java.lang.Object
com.j2biz.blogunity.pojo.Comment
- All Implemented Interfaces:
- Serializable
- public class Comment
- extends Object
- implements Serializable
- Since:
- 0.1
- Author:
- michelson
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Comment
public Comment()
getAnswers
public Set getAnswers()
- Returns:
- Returns the answers.
setAnswers
public void setAnswers(Set answers)
- Parameters:
answers
- The answers to set.
getAuthor
public User getAuthor()
- Returns:
- Returns the author.
setAuthor
public void setAuthor(User author)
- Parameters:
author
- The author to set.
getBody
public String getBody()
- Returns:
- Returns the body.
setBody
public void setBody(String body)
- Parameters:
body
- The body to set.
getRawBody
public String getRawBody()
- Returns:
- Returns the rawBody.
setRawBody
public void setRawBody(String rawBody)
- Parameters:
rawBody
- The rawBody to set.
getCommentedEntry
public Entry getCommentedEntry()
- Returns:
- Returns the commentedEntry.
setCommentedEntry
public void setCommentedEntry(Entry commentedEntry)
- Parameters:
commentedEntry
- The commentedEntry to set.
getCreateTime
public Date getCreateTime()
- Returns:
- Returns the createTime.
setCreateTime
public void setCreateTime(Date createTime)
- Parameters:
createTime
- The createTime to set.
getId
public Long getId()
- Returns:
- Returns the id.
setId
public void setId(Long id)
- Parameters:
id
- The id to set.
getRepliedComment
public Comment getRepliedComment()
- Returns:
- Returns the repliedComment.
setRepliedComment
public void setRepliedComment(Comment repliedComment)
- Parameters:
repliedComment
- The repliedComment to set.
getTitle
public String getTitle()
- Returns:
- Returns the title.
setTitle
public void setTitle(String title)
- Parameters:
title
- The title to set.
getRawTitle
public String getRawTitle()
- Returns:
- Returns the rawTitle.
setRawTitle
public void setRawTitle(String rawTitle)
- Parameters:
rawTitle
- The rawTitle to set.
getAuthorIP
public String getAuthorIP()
- Returns:
- Returns the authorIP.
setAuthorIP
public void setAuthorIP(String authorIP)
- Parameters:
authorIP
- The authorIP to set.
getUserpic
public Userpic getUserpic()
- Returns:
- Returns the userpic.
setUserpic
public void setUserpic(Userpic userpic)
- Parameters:
userpic
- The userpic to set.
getLevel
public int getLevel()
Copyright (c)j2biz.com