com.atlassian.confluence.search.actions.json
Class ContentNameMatch

java.lang.Object
  extended by com.atlassian.confluence.search.actions.json.ContentNameMatch
All Implemented Interfaces:
Serializable

public class ContentNameMatch
extends Object
implements Serializable

A json bean for an individual result from performing the name search.

See Also:
Serialized Form

Constructor Summary
ContentNameMatch(String className, String name, String href)
           
ContentNameMatch(String className, String location, String icon, String name, String spaceName, String spaceKey)
           
 
Method Summary
 String getClassName()
           
 String getHref()
           
 String getIcon()
           
 String getName()
           
 String getSpaceKey()
           
 String getSpaceName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentNameMatch

public ContentNameMatch(String className,
                        String name,
                        String href)

ContentNameMatch

public ContentNameMatch(String className,
                        String location,
                        String icon,
                        String name,
                        String spaceName,
                        String spaceKey)
Method Detail

getName

public String getName()

getHref

public String getHref()

getClassName

public String getClassName()

getIcon

public String getIcon()

getSpaceName

public String getSpaceName()

getSpaceKey

public String getSpaceKey()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.