Liferay 6.2-ce-ga5

com.liferay.portal.kernel.search
Class StringQueryImpl

java.lang.Object
  extended by com.liferay.portal.kernel.search.BaseQueryImpl
      extended by com.liferay.portal.kernel.search.StringQueryImpl
All Implemented Interfaces:
Query, Serializable

public class StringQueryImpl
extends BaseQueryImpl
implements Query

See Also:
Serialized Form

Constructor Summary
StringQueryImpl(String query)
           
 
Method Summary
 Object getWrappedQuery()
           
 String toString()
           
 
Methods inherited from class com.liferay.portal.kernel.search.BaseQueryImpl
getQueryConfig, setQueryConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.search.Query
getQueryConfig, setQueryConfig
 

Constructor Detail

StringQueryImpl

public StringQueryImpl(String query)
Method Detail

getWrappedQuery

public Object getWrappedQuery()
Specified by:
getWrappedQuery in interface Query
Specified by:
getWrappedQuery in class BaseQueryImpl

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.2-ce-ga5