|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.domain.Content
net.sourceforge.pebble.domain.Response
net.sourceforge.pebble.domain.TrackBack
public class TrackBack
Represents a MovableType TrackBack - see http://www.movabletype.org/docs/mttrackback.html for more information.
Field Summary |
---|
Fields inherited from class net.sourceforge.pebble.domain.Response |
---|
blogEntry, date, ipAddress, title |
Fields inherited from class net.sourceforge.pebble.domain.Content |
---|
propertyChangeSupport |
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates and returns a copy of this object. |
java.lang.String |
getBlogName()
Gets the name of the blog for this trackback. |
java.lang.String |
getContent()
Gets the content of this response. |
java.lang.String |
getExcerpt()
Gets the excerpt of the blog entry for this trackback. |
java.lang.String |
getPermalink()
Gets the permalink for this TrackBack. |
java.lang.String |
getSourceLink()
Gets the link to the source of this response. |
java.lang.String |
getSourceName()
Gets the name of the source of this response. |
java.lang.String |
getTitle()
Gets the title of the blog entry for this trackback. |
java.lang.String |
getUrl()
Gets the url (permalink) of the blog entry for this trackback. |
void |
setBlogName(java.lang.String blogName)
Sets the name of the blog for this trackback. |
void |
setExcerpt(java.lang.String excerpt)
Sets the excerpt of the blog entry for this trackback. |
void |
setUrl(java.lang.String url)
Sets the url (permalink) of the blog entry for this trackback. |
Methods inherited from class net.sourceforge.pebble.domain.Response |
---|
getBlogEntry, getDate, getGuid, getId, getIpAddress, getSpamScore, incrementSpamScore, isApproved, isPending, isRejected, setApproved, setDate, setIpAddress, setPending, setRejected, setTitle |
Methods inherited from class net.sourceforge.pebble.domain.Content |
---|
clearPropertyChangeEvents, getEvents, getPropertyChangeEvents, getState, getTruncatedContent, hasEvents, isDirty, nextEvent |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getTitle()
getTitle
in class Response
public java.lang.String getExcerpt()
public void setExcerpt(java.lang.String excerpt)
excerpt
- the excerpt as a Stringpublic java.lang.String getContent()
getContent
in class Content
public java.lang.String getUrl()
public java.lang.String getSourceLink()
getSourceLink
in class Response
public void setUrl(java.lang.String url)
url
- the url as a Stringpublic java.lang.String getBlogName()
public java.lang.String getSourceName()
getSourceName
in class Response
public void setBlogName(java.lang.String blogName)
blogName
- the name as a Stringpublic java.lang.String getPermalink()
public java.lang.Object clone()
clone
in class java.lang.Object
Cloneable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |