|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary |
Fields inherited from interface org.blojsom.blog.Response |
COMMENT_TYPE, PINGBACK_TYPE, TRACKBACK_TYPE |
Method Summary | |
java.lang.Integer |
getBlogEntryId()
Get the blog entry ID |
java.lang.Integer |
getBlogId()
Get the blog ID |
java.lang.String |
getBlogName()
Get the blog name of the trackback |
java.lang.String |
getDateAsFormat(java.lang.String format)
Return the trackback date formatted with a specified date format |
java.lang.String |
getDateAsFormat(java.lang.String format,
java.util.Locale locale)
Return the trackback date formatted with a specified date format |
Entry |
getEntry()
Retrieve the Entry associated with this trackback |
java.lang.String |
getEscapedBlogName()
Get the escaped blog name of the trackback |
java.lang.String |
getEscapedExcerpt()
Get the excerpt as an escaped string |
java.lang.String |
getEscapedTitle()
Get the escaped title of the trackback |
java.lang.String |
getEscapedUrl()
Get the escaped url of the trackback |
java.lang.String |
getExcerpt()
Get the excerpt of the trackback |
java.lang.Integer |
getId()
Get the trackback ID |
java.util.Map |
getMetaData()
Get the trackback meta-data |
java.lang.String |
getTitle()
Get the title of the trackback |
java.util.Date |
getTrackbackDate()
Retrieve the date this trackback was created |
java.lang.String |
getUrl()
Get the url of the trackback |
void |
setBlogEntryId(java.lang.Integer blogEntryId)
Set the blog entry ID |
void |
setBlogId(java.lang.Integer blogId)
Set the blog ID |
void |
setBlogName(java.lang.String blogName)
Set the blog name of the trackback |
void |
setEntry(Entry blogEntry)
Set the Entry associated with this trackback |
void |
setExcerpt(java.lang.String excerpt)
Set the excerpt of the trackback |
void |
setId(java.lang.Integer id)
Set the trackback ID |
void |
setMetaData(java.util.Map metaData)
Set the trackback meta-data |
void |
setTitle(java.lang.String title)
Set the title of the trackback |
void |
setTrackbackDate(java.util.Date trackbackDate)
Set the trackback date |
void |
setUrl(java.lang.String url)
Set the url of the trackback |
Methods inherited from interface org.blojsom.blog.Response |
getDate, getIp, getStatus, getType, setIp, setStatus |
Method Detail |
public void setId(java.lang.Integer id)
id
- Trackback IDpublic java.lang.Integer getId()
public void setBlogId(java.lang.Integer blogId)
blogId
- Blog IDpublic java.lang.Integer getBlogId()
public java.lang.Integer getBlogEntryId()
public void setBlogEntryId(java.lang.Integer blogEntryId)
blogEntryId
- Blog entry IDpublic java.lang.String getTitle()
public java.lang.String getEscapedTitle()
public void setTitle(java.lang.String title)
title
- Trackback titlepublic java.lang.String getExcerpt()
public java.lang.String getEscapedExcerpt()
public void setExcerpt(java.lang.String excerpt)
excerpt
- Trackback excerptpublic java.lang.String getUrl()
public java.lang.String getEscapedUrl()
public void setUrl(java.lang.String url)
url
- Trackback urlpublic java.lang.String getBlogName()
public java.lang.String getEscapedBlogName()
public java.util.Map getMetaData()
Map
public void setBlogName(java.lang.String blogName)
blogName
- Trackback blog namepublic void setMetaData(java.util.Map metaData)
metaData
- Map
containing meta-data for this trackbackpublic java.lang.String getDateAsFormat(java.lang.String format)
format
- Date format
null
if the format is null, otherwise returns the trackback date formatted to
the specified format. If the format is invalid, returns trackbackDate.toString()public java.lang.String getDateAsFormat(java.lang.String format, java.util.Locale locale)
format
- Date formatlocale
- Locale for date formatting
null
if the entry date or format is null, otherwise returns the entry date formatted to the specified format. If the format is invalid, returns trackbackDate.toString()public Entry getEntry()
Entry
associated with this trackback
Entry
public void setEntry(Entry blogEntry)
Entry
associated with this trackback
blogEntry
- Entry
public java.util.Date getTrackbackDate()
public void setTrackbackDate(java.util.Date trackbackDate)
trackbackDate
- Trackback date
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |