Class AbstractConditionValue
- java.lang.Object
-
- de.hybris.platform.cockpit.model.advancedsearch.impl.AbstractConditionValue
-
- All Implemented Interfaces:
ConditionValue
- Direct Known Subclasses:
DefaultConditionValue,SimpleConditionValue
public abstract class AbstractConditionValue extends java.lang.Object implements ConditionValue
-
-
Constructor Summary
Constructors Constructor Description AbstractConditionValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperatorgetOperator()booleanisLinkedByOR()voidsetLinkedByOR(boolean linkedByOR)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.cockpit.model.advancedsearch.ConditionValue
getValues
-
-
-
-
Field Detail
-
operator
protected Operator operator
-
-
Method Detail
-
getOperator
public Operator getOperator()
- Specified by:
getOperatorin interfaceConditionValue
-
isLinkedByOR
public boolean isLinkedByOR()
- Specified by:
isLinkedByORin interfaceConditionValue
-
setLinkedByOR
public void setLinkedByOR(boolean linkedByOR)
-
-