com.atlassian.confluence.plugins.linkbrowser.client
Class LinkableObject

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.atlassian.confluence.plugins.linkbrowser.client.LinkableObject
Direct Known Subclasses:
LinkableAttachment

public class LinkableObject
extends com.google.gwt.core.client.JavaScriptObject

This class is used to hold the data retrieved from search actions.


Constructor Summary
protected LinkableObject()
           
 
Method Summary
 String getClassName()
           
 String getHref()
           
 String getId()
           
 String getLastModifiedFriendlyDate()
           
 String getOwnerId()
           
 String getSpace()
           
 String getSpaceHref()
           
 String getSpaceKey()
           
 String getTitle()
           
 String getType()
           
 String getUserName()
           
 String getWikiLink()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkableObject

protected LinkableObject()
Method Detail

getWikiLink

public final String getWikiLink()

getSpaceKey

public final String getSpaceKey()

getTitle

public final String getTitle()

getType

public final String getType()

getId

public final String getId()

getClassName

public final String getClassName()

getLastModifiedFriendlyDate

public final String getLastModifiedFriendlyDate()

getSpace

public final String getSpace()

getSpaceHref

public final String getSpaceHref()

getHref

public final String getHref()

getOwnerId

public final String getOwnerId()

getUserName

public final String getUserName()


Copyright © 2003-2011 Atlassian. All Rights Reserved.