|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.j2biz.blogunity.pojo.Entry
| Field Summary | |
static int |
DRAFT
Draft entry is just a temporary saved entry. |
static SimpleDateFormat |
PERMALINK_FORMAT
|
static int |
PRIVATE
Private entry is accessable for private read. |
static int |
PUBLIC
Public entry is accessable for public read. |
| Constructor Summary | |
Entry()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int PUBLIC
public static final int PRIVATE
public static final int DRAFT
public static final SimpleDateFormat PERMALINK_FORMAT
| Constructor Detail |
public Entry()
| Method Detail |
public Blog getBlog()
public void setBlog(Blog blog)
blog - The blog to set.public String getAliasname()
public void setAliasname(String aliasname)
aliasname - public boolean getTrackbackAllowed()
public void setTrackbackAllowed(boolean tbAllowed)
public boolean isTrackbackAllowed()
public boolean getAnonymousCommentingAllowed()
public boolean isAnonymousCommentingAllowed()
public void setAnonymousCommentingAllowed(boolean anonymousCommentingAllowed)
anonymousCommentingAllowed - The anonymousCommentingAllowed to set.public User getAuthor()
public void setAuthor(User author)
author - The author to set.public String getBody()
public void setBody(String body)
body - The body to set.public String getRawBody()
public void setRawBody(String rawBody)
rawBody - The rawBody to set.public Set getCategories()
public void addCategory(Category category)
public boolean containsCategory(Category category)
public Set getGlobalCategories()
public Set getLocalCategories()
public void setCategories(Set categories)
categories - The categories to set.public boolean getCommentingAllowed()
public boolean isCommentingAllowed()
public void setCommentingAllowed(boolean commentingAllowed)
commentingAllowed - The commentingAllowed to set.public Set getComments()
public void setComments(Set comments)
comments - The comments to set.public Set getFirstLevelComments()
public Date getCreateTime()
public void setCreateTime(Date createTime)
createTime - The createTime to set.public String getExcerpt()
public void setExcerpt(String exrept)
public String getRawExcerpt()
public void setRawExcerpt(String rawExcerpt)
rawExcerpt - The rawExcerpt to set.public Long getId()
public void setId(Long id)
id - The id to set.public String getTitle()
public void setTitle(String title)
title - The title to set.public String getRawTitle()
public void setRawTitle(String rawTitle)
rawTitle - The rawTitle to set.public int getType()
public void setType(int type)
type - The type to set.public String getAuthorIP()
public void setAuthorIP(String authorIP)
authorIP - The authorIP to set.public Userpic getUserpic()
public void setUserpic(Userpic userpic)
userpic - The userpic to set.public Set getTrackbacks()
public void setTrackbacks(Set trackbacks)
trackbacks - The trackbacks to set.public Set getIncomingTrackbacks()
public Set getOutgoingTrackbacks()
public void validate()
throws ValidationFailure
validate in interface ValidatableValidationFailurepublic String getPermalink()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||