org.exoplatform.commons.api.indexing.data
Class SearchEntryId

java.lang.Object
  extended by org.exoplatform.commons.api.indexing.data.SearchEntryId

public class SearchEntryId
extends Object

The class defines structure of id that specifies a unique entry


Field Summary
protected  String collection
           
protected  String name
           
protected  String type
           
 
Constructor Summary
SearchEntryId(String collection, String type, String name)
          Constructor creates entry id
 
Method Summary
 String getCollection()
          Get collection
 String getName()
          Get name
 String getType()
          Get type
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

collection

protected String collection

type

protected String type

name

protected String name
Constructor Detail

SearchEntryId

public SearchEntryId(String collection,
                     String type,
                     String name)
Constructor creates entry id

Parameters:
collection -
type -
name -
Method Detail

getCollection

public String getCollection()
Get collection

Returns:
String

getType

public String getType()
Get type

Returns:
String

getName

public String getName()
Get name

Returns:
String

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.