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

Created by The eXo Platform SAS Author : Tung Vu Minh tungvm@exoplatform.com Nov 21, 2012


Field Summary
protected  String collection
           
protected  String name
           
protected  String type
           
 
Constructor Summary
SearchEntryId(String collection, String type, String name)
           
 
Method Summary
 String getCollection()
           
 String getName()
           
 String getType()
           
 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)
Method Detail

getCollection

public String getCollection()

getType

public String getType()

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 eXo Platform SAS. All Rights Reserved.