com.atlassian.trackback
Class Trackback
java.lang.Object
com.atlassian.trackback.Trackback
- All Implemented Interfaces:
- Serializable
public class Trackback
- extends Object
- implements Serializable
A simple bean to represent a trackback ping (either being sent or received)
- See Also:
- Serialized Form
Trackback
public Trackback()
getId
public Long getId()
setId
public void setId(Long id)
getUrl
public String getUrl()
- Returns:
- The URL of the ping sender
setUrl
public void setUrl(String url)
- Set the URL of the sender.
getBlogName
public String getBlogName()
setBlogName
public void setBlogName(String blogName)
getExcerpt
public String getExcerpt()
setExcerpt
public void setExcerpt(String uncleanedExcerpt)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
equals
public boolean equals(Object o)
- Test if the URL and title of the trackbacks are the same
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object