|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.core.bean.EntityObject
com.atlassian.confluence.core.ConfluenceEntityObject
com.atlassian.confluence.links.AbstractLink
com.atlassian.confluence.links.ReferralLink
com.atlassian.confluence.links.TrackbackLink
public class TrackbackLink
| 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 |
|---|
getCreatorName, getLastModifierName, isPersistent, setCreatorName, 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 |
|---|
public static final String CONTENT_TYPE
| Constructor Detail |
|---|
public TrackbackLink()
| Method Detail |
|---|
public String getType()
public String getTitle()
public void setTitle(String title)
public String getExcerpt()
public void setExcerpt(String excerpt)
public String getBlogName()
public void setBlogName(String blogName)
public boolean equals(Object o)
equals in class ReferralLinkpublic int hashCode()
hashCode in class ReferralLink
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||