Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.search
Class BooleanClauseOccurImpl

java.lang.Object
  extended by com.liferay.portal.kernel.search.BooleanClauseOccurImpl
All Implemented Interfaces:
BooleanClauseOccur

public class BooleanClauseOccurImpl
extends Object
implements BooleanClauseOccur


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.search.BooleanClauseOccur
MUST, MUST_NOT, SHOULD
 
Constructor Summary
BooleanClauseOccurImpl(String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanClauseOccurImpl

public BooleanClauseOccurImpl(String name)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getName

public String getName()
Specified by:
getName in interface BooleanClauseOccur

Liferay 6.1.2-ce-ga3