Liferay 6.0.5

com.liferay.portal.search.generic
Class WildcardQueryImpl

java.lang.Object
  extended by com.liferay.portal.search.generic.WildcardQueryImpl
All Implemented Interfaces:
Query, WildcardQuery, Serializable

public class WildcardQueryImpl
extends Object
implements WildcardQuery

See Also:
Serialized Form

Constructor Summary
WildcardQueryImpl(QueryTerm queryTerm)
           
 
Method Summary
 QueryTerm getQueryTerm()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildcardQueryImpl

public WildcardQueryImpl(QueryTerm queryTerm)
Method Detail

getQueryTerm

public QueryTerm getQueryTerm()
Specified by:
getQueryTerm in interface WildcardQuery

Liferay 6.0.5