Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.search.api.client.search.results.impl
Class ResultItemImpl

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.io.Serializable>
          extended by org.nuxeo.ecm.core.search.api.client.search.results.impl.ResultItemImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.io.Serializable>, ResultItem

public class ResultItemImpl
extends java.util.HashMap<java.lang.String,java.io.Serializable>
implements ResultItem

Result item implementation.

Author:
Julien Anguenot
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
ResultItemImpl()
           
ResultItemImpl(java.util.Map<java.lang.String,java.io.Serializable> values, java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
          Return the name of the result item.
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

ResultItemImpl

public ResultItemImpl(java.util.Map<java.lang.String,java.io.Serializable> values,
                      java.lang.String name)

ResultItemImpl

public ResultItemImpl()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: ResultItem
Return the name of the result item.

Specified by:
getName in interface ResultItem
Returns:
the name of the result item.

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.