|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.aries.samples.blog.persistence.jdbc.entity.EntryImpl
public class EntryImpl
This class represents a blog entry
| Constructor Summary | |
|---|---|
EntryImpl()
|
|
| Method Summary | |
|---|---|
AuthorImpl |
getAuthor()
Get the author of this blog post |
String |
getBlogText()
Get the text for this blog post |
long |
getId()
get the Blog post id |
Date |
getPublishDate()
Get the publish date of this blog post |
List<String> |
getTags()
Get the tags for this blog post |
String |
getTitle()
Get the title of this blog post |
Date |
getUpdatedDate()
|
void |
setAuthor(AuthorImpl author)
Set the author of this blog post |
void |
setBlogText(String blogText)
Set the text for this blog post |
void |
setId(Long id)
Set the id |
void |
setPublishDate(Date publishDate)
Set the publish date of this blog post |
void |
setTags(List<String> tags)
Set the tags for this blog post |
void |
setTitle(String title)
Set the title of this blog post |
void |
setUpdatedDate(Date updatedDate)
Set the date that the blog post was last updated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntryImpl()
| Method Detail |
|---|
public AuthorImpl getAuthor()
getAuthor in interface Entrypublic void setAuthor(AuthorImpl author)
public Date getPublishDate()
getPublishDate in interface Entrypublic void setPublishDate(Date publishDate)
public String getTitle()
getTitle in interface Entrypublic void setTitle(String title)
public List<String> getTags()
getTags in interface Entrypublic void setTags(List<String> tags)
public String getBlogText()
getBlogText in interface Entrypublic void setBlogText(String blogText)
public long getId()
getId in interface Entrypublic void setId(Long id)
public Date getUpdatedDate()
getUpdatedDate in interface Entrypublic void setUpdatedDate(Date updatedDate)
updatedDate -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||