|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.commons.api.indexing.data.SearchEntryId
public class SearchEntryId
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 |
|---|
protected String collection
protected String type
protected String name
| Constructor Detail |
|---|
public SearchEntryId(String collection,
String type,
String name)
collection - type - name - | Method Detail |
|---|
public String getCollection()
public String getType()
public String getName()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||