com.atlassian.confluence.plugins.edgeindex.model
Class ContentEntityObjectId

java.lang.Object
  extended by com.atlassian.confluence.plugins.edgeindex.model.ContentEntityObjectId
All Implemented Interfaces:
EdgeTargetId

public class ContentEntityObjectId
extends Object
implements EdgeTargetId

An ID that uniquely identifiers a Confluence content entity (a database ID on the CONTENT table of Confluence).


Constructor Summary
ContentEntityObjectId(long id)
           
ContentEntityObjectId(long id, float score)
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getId()
           
 float getScore()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentEntityObjectId

public ContentEntityObjectId(long id)

ContentEntityObjectId

public ContentEntityObjectId(long id,
                             float score)
Method Detail

getId

public Long getId()
Specified by:
getId in interface EdgeTargetId

getScore

public float getScore()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.