com.atlassian.confluence.links
Class TrackbackLink

java.lang.Object
  extended by com.atlassian.core.bean.EntityObject
      extended by com.atlassian.confluence.core.ConfluenceEntityObject
          extended by com.atlassian.confluence.links.AbstractLink
              extended by com.atlassian.confluence.links.ReferralLink
                  extended by com.atlassian.confluence.links.TrackbackLink
All Implemented Interfaces:
Serializable, Cloneable, Comparable

public class TrackbackLink
extends ReferralLink

See Also:
Serialized Form

Field Summary
static String CONTENT_TYPE
           
 
Constructor Summary
TrackbackLink()
           
 
Method Summary
 boolean equals(Object o)
           
 String getBlogName()
           
 String getExcerpt()
           
 String getTitle()
           
 String getType()
           
 int hashCode()
           
 void setBlogName(String blogName)
           
 void setExcerpt(String excerpt)
           
 void setTitle(String title)
           
 
Methods inherited from class com.atlassian.confluence.links.ReferralLink
compareTo, getUrl, getViewCount, incViewCount, setUrl, setViewCount
 
Methods inherited from class com.atlassian.confluence.links.AbstractLink
getLinkTitle, getSourceContent, setLinkTitle, setSourceContent
 
Methods inherited from class com.atlassian.confluence.core.ConfluenceEntityObject
getCreator, getCreatorName, getLastModifier, getLastModifierName, getRealClass, isPersistent, setCreator, setCreatorName, setLastModifier, setLastModifierName
 
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDate
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values
Constructor Detail

TrackbackLink

public TrackbackLink()
Method Detail

getType

public String getType()

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getExcerpt

public String getExcerpt()

setExcerpt

public void setExcerpt(String excerpt)

getBlogName

public String getBlogName()

setBlogName

public void setBlogName(String blogName)

equals

public boolean equals(Object o)
Overrides:
equals in class ReferralLink

hashCode

public int hashCode()
Overrides:
hashCode in class ReferralLink


Copyright © 2003–2015 Atlassian. All rights reserved.