| |
|
| java.lang.Object org.blojsom.blog.database.DatabaseTrackback
All known Subclasses: org.blojsom.blog.database.DatabasePingback,
DatabaseTrackback | public class DatabaseTrackback implements Trackback,Serializable(Code) | | DatabaseTrackback
author: David Czarnecki version: $Id: DatabaseTrackback.java,v 1.7 2007/01/17 02:35:16 czarneckid Exp $ since: blojsom 3.0 |
_trackbackDateLong | protected long _trackbackDateLong(Code) | | |
DatabaseTrackback | public DatabaseTrackback()(Code) | | Create a new instance of the database trackback
|
getBlogEntryId | public Integer getBlogEntryId()(Code) | | Get the blog entry ID
Blog entry ID |
getBlogId | public Integer getBlogId()(Code) | | Get the blog ID
Blog ID |
getBlogName | public String getBlogName()(Code) | | Get the blog name of the trackback
Trackback blog name |
getDate | public Date getDate()(Code) | | Retrieve the date for this object
Date |
getDateAsFormat | public String getDateAsFormat(String format)(Code) | | Return the trackback date formatted with a specified date format
Parameters: format - Date format null if the format is null, otherwise returns the trackback date formatted tothe specified format. If the format is invalid, returns trackbackDate.toString() |
getDateAsFormat | public String getDateAsFormat(String format, Locale locale)(Code) | | Return the trackback date formatted with a specified date format
Parameters: format - Date format Parameters: locale - 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() |
getEntry | public Entry getEntry()(Code) | | Retrieve the
BlogEntry associated with this trackback
BlogEntry |
getEscapedBlogName | public String getEscapedBlogName()(Code) | | Get the escaped blog name of the trackback
Escaped blog name |
getEscapedExcerpt | public String getEscapedExcerpt()(Code) | | Get the excerpt as an escaped string
Escaped excerpt |
getEscapedTitle | public String getEscapedTitle()(Code) | | Get the escaped title of the trackback
Escaped title |
getEscapedUrl | public String getEscapedUrl()(Code) | | Get the escaped url of the trackback
Escaped url |
getExcerpt | public String getExcerpt()(Code) | | Get the excerpt of the trackback
Trackback excerpt |
getId | public Integer getId()(Code) | | Get the trackback ID
Trackback ID |
getMetaData | public Map getMetaData()(Code) | | Get the trackback meta-data
Meta-data as a Map |
getStatus | public String getStatus()(Code) | | Get the status
Status |
getTitle | public String getTitle()(Code) | | Get the title of the trackback
Trackback title |
getTrackbackDate | public Date getTrackbackDate()(Code) | | Retrieve the date this trackback was created
Date trackback was created |
getTrackbackDateLong | public long getTrackbackDateLong()(Code) | | Get the date of the trackback
Date of the trackback as a long |
getType | public String getType()(Code) | | Get the response type
Response type |
getUrl | public String getUrl()(Code) | | Get the url of the trackback
Trackback url |
setBlogEntryId | public void setBlogEntryId(Integer blogEntryId)(Code) | | Set the blog entry ID
Parameters: blogEntryId - Blog entry ID |
setBlogId | public void setBlogId(Integer blogId)(Code) | | Set the blog ID
Parameters: blogId - Blog ID |
setBlogName | public void setBlogName(String blogName)(Code) | | Set the blog name of the trackback
Parameters: blogName - Trackback blog name |
setEntry | public void setEntry(Entry entry)(Code) | | Set the
BlogEntry associated with this trackback
Parameters: blogEntry - BlogEntry |
setExcerpt | public void setExcerpt(String excerpt)(Code) | | Set the excerpt of the trackback
Parameters: excerpt - Trackback excerpt |
setId | public void setId(Integer id)(Code) | | Set the trackback ID
Parameters: id - Trackback ID |
setMetaData | public void setMetaData(Map metaData)(Code) | | Set the trackback meta-data
Parameters: metaData - Map containing meta-data for this trackback |
setStatus | public void setStatus(String status)(Code) | | Set the status
Parameters: status - Status |
setTitle | public void setTitle(String title)(Code) | | Set the title of the trackback
Parameters: title - Trackback title |
setTrackbackDate | public void setTrackbackDate(Date trackbackDate)(Code) | | Set the trackback date
Parameters: trackbackDate - Trackback date |
setTrackbackDateLong | public void setTrackbackDateLong(long trackbackDateLong)(Code) | | Set the date for the trackback
Parameters: trackbackDateLong - Trackback date as a long value |
setUrl | public void setUrl(String url)(Code) | | Set the url of the trackback
Parameters: url - Trackback url |
|
|
|