com.atlassian.trackback
Class Trackback

java.lang.Object
  extended by 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

Constructor Summary
Trackback()
           
 
Method Summary
 boolean equals(Object o)
          Test if the URL and title of the trackbacks are the same
 String getBlogName()
           
 String getExcerpt()
           
 Long getId()
           
 String getTitle()
           
 String getUrl()
           
 int hashCode()
           
 void setBlogName(String blogName)
           
 void setExcerpt(String uncleanedExcerpt)
           
 void setId(Long id)
           
 void setTitle(String title)
           
 void setUrl(String url)
          Set the URL of the sender.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Trackback

public Trackback()
Method Detail

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


Atlassian Trackback is developed by Atlassian Software Systems.