Package org.ehrbase.aql.dto.condition
Class MatchesOperatorDto
- java.lang.Object
-
- org.ehrbase.aql.dto.condition.MatchesOperatorDto
-
- All Implemented Interfaces:
ConditionDto
public class MatchesOperatorDto extends Object implements ConditionDto
-
-
Constructor Summary
Constructors Constructor Description MatchesOperatorDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)SelectStatementDtogetStatement()List<Value>getValues()inthashCode()voidsetStatement(SelectStatementDto statement)voidsetValues(List<Value> values)StringtoString()
-
-
-
Method Detail
-
getStatement
public SelectStatementDto getStatement()
-
setStatement
public void setStatement(SelectStatementDto statement)
-
-