com.atlassian.confluence.plugins.rest.entities
Class SearchResultEntity

java.lang.Object
  extended by com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
Direct Known Subclasses:
AttachmentEntity, ContentEntity, SpaceEntity

public abstract class SearchResultEntity
extends Object

A single search result


Field Summary
protected  String id
           
 
Constructor Summary
SearchResultEntity()
           
 
Method Summary
 String getId()
           
 Long getIdLong()
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id
Constructor Detail

SearchResultEntity

public SearchResultEntity()
Method Detail

getId

public String getId()

getIdLong

public Long getIdLong()

setId

public void setId(String id)


Copyright © 2003-2012 Atlassian. All Rights Reserved.