Package org.ehrbase.aql.dto.condition
Class LikeOperatorDto
- java.lang.Object
-
- org.ehrbase.aql.dto.condition.LikeOperatorDto
-
- All Implemented Interfaces:
ConditionDto
public class LikeOperatorDto extends Object implements ConditionDto
-
-
Constructor Summary
Constructors Constructor Description LikeOperatorDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)SelectStatementDtogetStatement()ValuegetValue()inthashCode()voidsetStatement(SelectStatementDto statement)voidsetValue(Value value)StringtoString()
-
-
-
Field Detail
-
SYMBOL
public static final String SYMBOL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStatement
public SelectStatementDto getStatement()
-
getValue
public Value getValue()
-
setStatement
public void setStatement(SelectStatementDto statement)
-
setValue
public void setValue(Value value)
-
canEqual
protected boolean canEqual(Object other)
-
-