Package org.ehrbase.aql.dto.condition
Class ExistsConditionOperatorDto
- java.lang.Object
-
- org.ehrbase.aql.dto.condition.ExistsConditionOperatorDto
-
- All Implemented Interfaces:
ConditionDto
public class ExistsConditionOperatorDto extends Object implements ConditionDto
- Author:
- Stefan Spiska
-
-
Constructor Summary
Constructors Constructor Description ExistsConditionOperatorDto()ExistsConditionOperatorDto(SelectFieldDto value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)SelectFieldDtogetValue()inthashCode()voidsetValue(SelectFieldDto value)StringtoString()
-
-
-
Constructor Detail
-
ExistsConditionOperatorDto
public ExistsConditionOperatorDto()
-
ExistsConditionOperatorDto
public ExistsConditionOperatorDto(SelectFieldDto value)
-
-
Method Detail
-
getValue
public SelectFieldDto getValue()
-
setValue
public void setValue(SelectFieldDto value)
-
-